Skip to content Skip to sidebar Skip to footer

Android Settext With Hebrew String In Baseadapter Cause Stackoverflow

i've built a BaseAdapter extended class for my list view.. inside i have a TextView field which i want to set by code. this field represent a facebook status of the user. this fi

Solution 1:

Are you sure your

status.setText(utf8Status)

is running on the UI Thread? It may not be because of the Threaded Handler. You'll need to try running that as a POST. However, that usually results in a different error message.

Can you please point out which part of the code it line 96? The one causing the error?

Post a Comment for "Android Settext With Hebrew String In Baseadapter Cause Stackoverflow"