I get the resource identifier as follows:
int test = (context.getResourceId("raw.testc3"));
I want to get the id and put it in a string. How can I do this? .ToString does not work.
android string
beans Oct. 20 '11 at 17:16 2011-10-20 17:16
source share