Android-RateThisApp icon indicating copy to clipboard operation
Android-RateThisApp copied to clipboard

Setting config.

Open patoigz opened this issue 7 years ago • 2 comments

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.

patoigz avatar Nov 02 '16 16:11 patoigz

it is better to add them as string resources this is will support app multi language in the future.

codecsand avatar Jan 08 '17 17:01 codecsand

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.

patoigz avatar Jan 09 '17 00:01 patoigz