Re: [android-developers] AsyncTask, Runnable Thread, ???

2011-07-01 Thread Kostya Vasilyev
AsyncTask is a good start to get something working. Add code to carry it over configuration (orientation) changes, and, depending on the requirements, you may be already done. You can always move the code into a service (IntentService or WakefulIntentService) to decouple it from the UI state,

[android-developers] AsyncTask, Runnable Thread, ???

2011-07-01 Thread Jorge Luis
I need to retrieve a few JSON URLS and put then in the UI... which is the best way to do it? AsyncTask, Thread+Handler, any other? In addition could you give an example, or tell me where do i get a nice tutorial to do it? Thx. -- Jorge Luis Ferrari Cé Desenvolvedor / Web Designer Siga @JLFerra