Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binghuan/android_updatechecker
coding quest from Sentri.
https://github.com/binghuan/android_updatechecker
android assignment java take-home-test
Last synced: about 1 month ago
JSON representation
coding quest from Sentri.
- Host: GitHub
- URL: https://github.com/binghuan/android_updatechecker
- Owner: binghuan
- Created: 2015-03-23T09:17:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T08:21:33.000Z (about 7 years ago)
- Last Synced: 2023-08-02T04:08:48.637Z (over 1 year ago)
- Topics: android, assignment, java, take-home-test
- Language: Java
- Homepage:
- Size: 7.18 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample to check update for Android
## [Program] An automatically software update service on Android platform.### You will need to write an apk that could do automatically update with following requirement.
* Program check with server whether an update is available.
* If an update is available, download the apk from server.
* If the download process is complete, auto update the program to newer version.
* Consider the error cases that the program may encounter.
coding quest from Sentri.