Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)