All Projects → infinum → Android Prince Of Versions

infinum / Android Prince Of Versions

Licence: apache-2.0
Android library for handling application updates.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Android Prince Of Versions

Checkversionlib
版本检测升级(更新)库。an auto check version library(app update) on Android
Stars: ✭ 2,546 (+2608.51%)
Mutual labels:  update, version
Appupdater
🚀 AppUpdater一个专注于App更新,一键傻瓜式集成App版本升级的轻量开源库。(无需担心通知栏适配;无需担心重复点击下载;无需担心App安装等问题;这些AppUpdater都已帮您处理好。)
Stars: ✭ 406 (+331.91%)
Mutual labels:  update, version
bump
A generic version tracking and update tool
Stars: ✭ 33 (-64.89%)
Mutual labels:  update, version
Apps Version Update
高扩展性的多APP版本更新API接口与后台管理系统
Stars: ✭ 50 (-46.81%)
Mutual labels:  update, version
SSAppUpdater
SSAppUpdater is an open-source framework that compares the current version of the app with the store version and returns the essential details of it like app URL, new app version number, new release note, etc. So you can either redirect or notify the user to update their app.
Stars: ✭ 58 (-38.3%)
Mutual labels:  update, version
Checknewappversionavailable
It makes a request to Play Store to check if there is a new version of your published app
Stars: ✭ 69 (-26.6%)
Mutual labels:  update, version
Rescript React Update
useReducer with updates and side effects!
Stars: ✭ 79 (-15.96%)
Mutual labels:  update
Kbarcode
A library to help implement barcode scanning
Stars: ✭ 88 (-6.38%)
Mutual labels:  android-development
Tuf
A framework for securing software update systems
Stars: ✭ 1,202 (+1178.72%)
Mutual labels:  update
Debug Badge
Add badge(version code, version name, etc) for your DEBUG APK.
Stars: ✭ 75 (-20.21%)
Mutual labels:  android-development
React Native Bootcamp
React Native Bootcamp Materials for TylerMcginnis.com
Stars: ✭ 93 (-1.06%)
Mutual labels:  android-development
Android Kotlinintests
This is a sample app that is part of blog posts I have written about how to test android applications using Kotlin.
Stars: ✭ 89 (-5.32%)
Mutual labels:  android-development
Recyclerviewpresenter
RecyclerView Adapter Library with different models and different layouts as convenient as possible.
Stars: ✭ 86 (-8.51%)
Mutual labels:  update
Backgroundupdate
后台更新APP(两句代码实现)
Stars: ✭ 80 (-14.89%)
Mutual labels:  update
Appsmartupdate
a smart lib for updating app / Android版本更新,支持增量更新
Stars: ✭ 88 (-6.38%)
Mutual labels:  update
Livechart
Android library to draw beautiful and rich line charts.
Stars: ✭ 78 (-17.02%)
Mutual labels:  android-development
Androidtraining
Training course repository for android app development
Stars: ✭ 1,295 (+1277.66%)
Mutual labels:  android-development
Apkscale
A Gradle plugin to measure the app size impact of Android libraries
Stars: ✭ 76 (-19.15%)
Mutual labels:  android-development
Simpleupload
Simple upload system in PHP, compatible with AWS S3, Dropbox, Azure and others.
Stars: ✭ 85 (-9.57%)
Mutual labels:  update
Glide Support
Android application to test out issues from the Glide image loading library
Stars: ✭ 88 (-6.38%)
Mutual labels:  android-development

Prince of Versions

Queen of Versions Download

Library checks update availability using In-App updates.

Getting via jcenter

implementation 'co.infinum:queen-of-versions:0.3.0'

Features

  • Check update availability using In-App updates.
  • Integrate with Prince of Versions to determine required update.
  • Supports automatic and manual update type resolution.
  • Provides functionality to cancel check once started.

Check out integration guide.

Prince of Versions Download

Library checks for updates using configuration from remote or local resource.

Getting via jcenter

implementation 'co.infinum:prince-of-versions:4.0.2'

Features

  • Load update configuration from network resource or from generic stream resource.
  • Accepts custom loader for loading update configuration resource.
  • Use predefined parser for parsing update configuration in JSON format.
  • Accept custom parser for parsing update configuration.
  • Make asynchronous update check and use callback for notifying result.
  • Supports synchronous update check.
  • Loading and verifying versions happens outside of the UI thread.
  • Use thread pool to cap concurrent resource usage.
  • Provides functionality to cancel verification once started.

Check out integration guide.

Contributing

Feedback and code contributions are very much welcome. Just make a pull request with a short description of your changes. By making contributions to this project you give permission for your code to be used under the same license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].