Android-RateThisApp
Android-RateThisApp copied to clipboard
Setting config.
I just want to set a title and a message from a string variable. But actually the methods requires an int from resource. Could you add those two methods?!? Thank you.
it is better to add them as string resources this is will support app multi language in the future.
Ok... I understand. But using that way, i'm not able to create the dialog dynamically. For example: Requesting params (title, msj, and other dialog settings) from a server to create app-rate instance. I mean... Not using a static way, like when you define title as a string resource in a xml. Thank you.