Computer Science, asked by gmadhavganesh, 1 year ago

how to read values from a string ?

Answers

Answered by SRUSHTIPATOLE
0
I have written the line:

String Mess = R.string.mess_1 ;

to get string value, but instead of returning string, it is giving me id of type integer. How can I get its string value? I mentioned the string value in the string.xml file.

Similar questions