Update Checker for Google Play Market

in #utopian-io6 years ago (edited)

Logo

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

updateChecker.gif

Bug Fixes

  • Force close issue is fixed
    Checked network connectivity.

New Features

  • Add new good looking alert dialog.
    image.png

  • Auto show "What's New" list on Google Play Market if exist by language.
    image.png

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

Sort:  

Thank you for the contribution. It has been approved.

You can contact us on Discord.
[utopian-moderator]

@umutadali, Approve is not my ability, but I can upvote you.

Hey @umutadali I am @utopian-io. I have just upvoted you!

Achievements

  • You have less than 500 followers. Just gave you a gift to help you succeed!
  • This is your first accepted contribution here in Utopian. Welcome!

Community-Driven Witness!

I am the first and only Steem Community-Driven Witness. Participate on Discord. Lets GROW TOGETHER!

mooncryption-utopian-witness-gif

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

Coin Marketplace

STEEM 0.20
TRX 0.13
JST 0.030
BTC 63974.07
ETH 3426.40
USDT 1.00
SBD 2.54