Project About
- What is the project about?
You can own application check on google play market version and if you want to write manual package name parameter show alert dialog and it's multilanguage (for now english and turkish) - How to contribute?
You can make contributions or specify your requests via github.
Preview
Bug Fixes
- Force close issue is fixed
Checked network connectivity.
New Features
Add new good looking alert dialog.
Auto show "What's New" list on Google Play Market if exist by language.
Requirements
Min api is 15.
How to use
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add the dependency
dependencies {
compile 'com.github.kobeumut:UpdateChecker:0.1.3'
}
Or Maven
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Add the dependency
<dependency>
<groupId>com.github.kobeumut</groupId>
<artifactId>UpdateChecker</artifactId>
<version>0.1.3</version>
</dependency>
Usage
Activity activity=this;
new GoogleChecker(activity, false);
Additional parameters is lang for language and package name for search in market
Usage 1: Package Name
İf you want to option a cancel you can send second parameters to true.
And if you send a difference package name
Activity activity=this;
new GoogleChecker("com.grisoft.umut.uBackup",activity, false);
Usage 2: Package Name + Language
Activity activity=this;
new GoogleChecker("com.grisoft.umut.uBackup",activity, false, "en");
Usage 3: Language
Activity activity=this;
new GoogleChecker(activity, false, "en");
VIDEO TUTORIAL
What Will I Learn?
How the function parameters are used.
Difficulty
- Basic
Video Tutorial
Please star on @github and follow @umutadali on steemit.
Project Link: kobeumut/UpdateChecker
Posted on Utopian.io - Rewarding Open Source Contributors
Thank you for the contribution. It has been approved.
You can contact us on Discord.
[utopian-moderator]
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
@umutadali, Approve is not my ability, but I can upvote you.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
thank you.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hey @umutadali I am @utopian-io. I have just upvoted you!
Achievements
Community-Driven Witness!
I am the first and only Steem Community-Driven Witness. Participate on Discord. Lets GROW TOGETHER!
Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit