SyntaxFix
Write A Post
Hire A Developer
Questions
This happened to my when I called for an UI change from a doInBackground from Asynctask instead of using onPostExecute.
doInBackground
Asynctask
onPostExecute
Dealing with the UI in onPostExecute solved my problem.