maheskumar
Lurker
hi all,
I am trying some thing new on Android for which I need to access the handler of the UI thread.
I know the following:
I would like to know if this is possible. If so please suggest some code snippets, so that I can try it.
regards
Mahes.
I am trying some thing new on Android for which I need to access the handler of the UI thread.
I know the following:
- The UI thread has its own handler and looper
- Any message will be put into the message queue of the UI thread
- The looper picks up the event and passed it to the handler
- The handler handles the message and sends the specfic event to the UI
I would like to know if this is possible. If so please suggest some code snippets, so that I can try it.
regards
Mahes.