• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps i have a string problem i think

im not quite sure how to make assets show my string right.
how do i get assets put in the string name after assets. ?
thanks


[HIGH]
for​
(int i=0;i<21;i++)
{
if (holdyourhand!=-1){
g.drawPixmap(Assets.showstring(
hstring), 128, 160);
}

}


[/HIGH]
 
Back
Top Bottom