| Author |
Handler... BG thread to UI thread
|
UdayK Kumar
Greenhorn
Joined: Aug 05, 2009
Posts: 26
|
|
Hi,
Can anyone help me to understand the below scenario.
My BG thread process the get results the ArrayList. The same values should send to UI(Main) thread. How to possible using Android Handler.
Means Sending ArrayList values from BG thread to UI thread.
Thanks
Uday
|
 |
Hardik Trivedi
Ranch Hand
Joined: Jan 30, 2010
Posts: 252
|
|
I havent used Handler.
But you can look for AsyncTask or runOnUiThread is also a good option.
|
 |
 |
|
|
subject: Handler... BG thread to UI thread
|
|
|