SuddenH4X / awesome-app-rating

An Android library providing a dialog, which asks the user to rate the app or give feedback. You can also use the library to show the Google in-app review easily under certain conditions.
Apache License 2.0
231 stars 40 forks source link

Not clear about Jetpack Compose #86

Closed arijit4 closed 1 year ago

arijit4 commented 1 year ago

No documentation in the ReadMe file to implement this awesome library in Jetpack Compose.

SuddenH4X commented 1 year ago

Hi @arijit4, there is a part in the readme regarding Jetpack Compose 😉

https://github.com/SuddenH4X/awesome-app-rating#jetpack-compose

arijit4 commented 1 year ago

Oh, sorry, I missed that. But can I use this library without migrating to FragmentActivity from ComponentActivity?

SuddenH4X commented 1 year ago

As descriped in the readme you have to switch to AppCompatActivity or FragmentActivity to use the library dialog. Or you can use the official Google in-app review (also with this library) by calling .useGoogleInAppReview().