Tag Archives: Thread

Android Tutorial: Updating UI From A Thread

Posted on 05. Aug, 2010 by .

1

A quick tutorial on how to update the UI from a thread. This should be a fairly easy task. Take your time and really pay attention. You are learning the basics, so it’s a good idea to really take your time.

Continue Reading

Display A ProgressDialog During Calculations

Posted on 10. Mar, 2010 by .

3

Create a ProgressDialog to display while a Thread does calculations/work in the background. Great beginner Android tutorial!

Continue Reading