How to implement Rate It feature in Android App

前端 未结 14 1364
囚心锁ツ
囚心锁ツ 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 04:48

    I'm using this easy solution. You can just add this library with gradle: https://github.com/fernandodev/easy-rating-dialog

    compile 'com.github.fernandodev.easyratingdialog:easyratingdialog:+'
    

提交回复
热议问题