stepstone-tech / android-material-app-rating

This library allows to use customized Rating Dialog inside applications.
Apache License 2.0
473 stars 86 forks source link

Apply in fragment #38

Closed shaniceweiwei closed 6 years ago

shaniceweiwei commented 6 years ago

How to use this in a fragment? I've implemented RatingDialogListener in my fragment, but it doesn't work.

pglebocki commented 6 years ago

Hello @shaniceweiwei Listener should be implement in activity not fragment.

pglebocki commented 6 years ago

Release 2.3.0 available It provides a way to handle callback in fragments, see samples