Threading in Android to process long running processes
问题 Ok, here is my problem. I want to learn AsyncTask, Threading and Handler to process long running tasks. I used Android Cook Book and New Boston Android tutorial, but I can't make it work. I need to change the progress bar message. This is not for project, but to learn threading. Threading is really hard for me. So if you have any tutorial or guide to understand threading please let me know. Meanwhile I tried Handler class, but it didn't work. So I tried AsyncTask. But it does not work either.