Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/feicien/android-auto-update
Android 应用自动更新。Android update checker,download and install apk file
https://github.com/feicien/android-auto-update
Last synced: 10 days ago
JSON representation
Android 应用自动更新。Android update checker,download and install apk file
- Host: GitHub
- URL: https://github.com/feicien/android-auto-update
- Owner: feicien
- License: apache-2.0
- Created: 2013-10-11T00:56:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-09-24T00:44:32.000Z (about 2 years ago)
- Last Synced: 2024-10-15T09:04:53.963Z (24 days ago)
- Language: Java
- Size: 3.61 MB
- Stars: 1,012
- Watchers: 59
- Forks: 292
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-android-ui - android-auto-update - 安卓应用自动更新库 (升级更新)
README
Android应用自动更新库(android-auto-update)
===================该library项目实现了软件版本检查,apk文件下载,软件安装(Android app update checker,download and install apk)支持API 14+
#### 1.导入library项目
提供2种版本检查方式,在你的项目中添加以下代码即可
- 使用Dialog
UpdateChecker.checkForDialog(this);- 使用Notification
UpdateChecker.checkForNotification(this);
#### 2.截图
![screenshot](https://raw.github.com/feicien/android-auto-update/master/screenshots/sample.png)
![screenshot](https://raw.github.com/feicien/android-auto-update/master/screenshots/sample_htc.png)
![screenshot](https://raw.github.com/feicien/android-auto-update/master/screenshots/dialog.png)
![screenshot](https://raw.github.com/feicien/android-auto-update/master/screenshots/dialog_htc.png)
![screenshot](https://raw.github.com/feicien/android-auto-update/master/screenshots/notification.png)
![screenshot](https://raw.github.com/feicien/android-auto-update/master/screenshots/notification_avd.png)
![screenshot](https://raw.github.com/feicien/android-auto-update/master/screenshots/downloading.png)
![screenshot](https://raw.github.com/feicien/android-auto-update/master/screenshots/downloading_avd.png)