android - Viewing the String Value of a Toast and changing it -


<string name="next_toast">correct</string> 

i want value change variable

for example

next_toast = getnextquestion(); 

how accomplish this

a resource constant, definition can't updated. however, toast.maketext() has 2 versions, 1 takes string resource id , 1 takes plain charsequence (string).

toast docs


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -