How to implement Rate It feature in Android App

前端 未结 14 1391
囚心锁ツ
囚心锁ツ 2020-12-02 04:19

I am developing an Android App. In which everything is working right. My app is ready to launch. But there I need to implement one more feature. I need to display a popup wh

14条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-02 05:02

    Use this library, It is simple and easy.. https://github.com/hotchemi/Android-Rate

    by adding the dependency..

    dependencies {
      compile 'com.github.hotchemi:android-rate:0.5.6'
    }
    

提交回复
热议问题