Android Thread

Android Thread

  1. Android Update UI From Child Thread Example
    Tell you how to use Handler and Message object to update android UI in child thread.

Android Messages

  1. Android AsyncTask Example
    This article will introduce android.os.AsyncTask class methods and usage. Also with examples about how to implement asynchronous tasks use it.
  2. Android Handler Example
    This article tell you how the messages are managed by Looper and Handler in android system. It also show you an example about how to correctly send messages from child thread to main thread use Handler also.
  3. Android Thread Message Looper Handler Example
    This article will introduce android message queue, message looper and message handler. It also show example about how to add looper for child thread and how to communicate between different thread use messages.