Pixplicity / gene-rate

Generate a better rating for your Android app
Apache License 2.0
67 stars 17 forks source link

Resolving some symbloes problem #17

Closed echopros closed 6 years ago

echopros commented 6 years ago

hi. could you please help ?

cannot resolve those symboles after inserting code in OnCreate() method: "context" "OnFeedBackListener" "Toast" "root" "rating_message"

thanks in advance capture

mlagerberg commented 6 years ago

import com.pixplicity.generate.OnFeedbackListener; will fix the first one. The others are either symbols from your own code or symbols that should be replaced by your own code, so I will leave that up to you.