dependencies {
compile 'com.seongil:mvplife:1.0.2'
}
<dependency>
<groupId>com.seongil</groupId>
<artifactId>mvplife</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
블로그 작성중
✔ 클립 보드 매니저입니다.
클립 보드로 복사가 발생하면 이를 감지해서 클립 다이어리 앱으로 저장하게 됩니다. 재부팅을 하여도 계속해서 모니터링하면서 변화를 감지합니다.
✔원격 저장
클립 다이어리에는 Firebase 서버로 데이터를 저장합니다. 이로 인해 사용자는 앱을 삭제하거나 다른 기기에서 같은 계정으로 로그인하여도 동일한 데이터를 싱크하여 볼수 있습니다.
✔ 작은 메모 앱 기능
클립 다이어리는 클립보드에서 감지된 문자만 저장하는게 아닌, 사용자가 직접 추가하거나 수정 할 수 있습니다. 작은 메모 앱으로도 사용 가능합니다.
✔ 공유
클립 다이어리에 있는 항목을 다른 앱으로 공유 할 수 있습니다.
✰ 그리고,
✔무료
✔광고 없음
✔오픈 소스
✰ 안드로이드 4.0(아이스크림 샌드위치)부터 지원합니다.
Copyright (C) 2017 Seongil Kim
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.