Alexander Savin

Results 53 comments of Alexander Savin
trafficstars

Hi @robertelo , @BrandonZV19 Try to use https://github.com/Vorlonsoft/AndroidRate It should work...

@TheOneMonkey @carlos-ferreira @soheilshz @hendrawd Fix it on [Vorlonsoft/AndroidRate](https://github.com/Vorlonsoft/AndroidRate). Works fine on the current release 1.1.7.

Hi @trotterellone https://github.com/Vorlonsoft/AndroidRate handles the case if the user hasn't the Google Play on the device - the library starts intent to the web URI https://play.google.com/store/apps/details?id={your.app.package} (`new Intent(Intent.ACTION_VIEW, Uri.parse("https://play.google.com/store/apps/details?id={your.app.package}"))`) Also...

Hi @paddykily , @bclymer , @AdityaAnand1 , @sundeepkmallick You can use https://github.com/Vorlonsoft/AndroidRate and call AppRate.with(this).setThemeResId(R.style.YourAppRateDialogTheme); @AdityaAnand1 `getApplicationContext()` being called because we need the context of the global application object for...

Hi @sundeepkmallick , Yes, https://github.com/Vorlonsoft/AndroidRate supports Kotlin also. It 245 commits ahead (21,924 lines ++, 6,285 lines --)

Hi @RadhoueneRouached [AndroidRate Library](https://github.com/Vorlonsoft/AndroidRate) has Arabic translation already: ``` قيم هذا التطبيق إذا كنت تسمتع باللعب بهذا التطبيق، فما رأيك في تقييمه؟ لن يأخذ منك أكثر من دقيقة. شكرًا لك...

@RadhoueneRouached Our translation translated by "Tomedes - Smart Human Translations" and cost me $0,07 per word. Is it so bad or there can be something useful? Also you can use...

Hi @rpattabi , Fixed in https://github.com/Vorlonsoft/AndroidRate since Release 1.2.1

#@jaredsburrows [AndroidRate](https://github.com/Vorlonsoft/AndroidRate) animated screenshots were updated: ![AndroidRate animated screenshots](https://raw.githubusercontent.com/Vorlonsoft/AndroidRate/master/screenshots/screenshots_360x640.gif) > Can we show the rating dialog in the gif? Why you want to show the store rating dialog in the...

@pranishres @philipbarwi In [Vorlonsoft/AndroidRate](https://github.com/Vorlonsoft/AndroidRate) release 1.1.7: **Every time unless user click RateIt button or click Never button** ```java @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); AppRate.with(this) .setInstallDays((byte) 0) //...