Re: [android-developers] Re: Handler Post sequence

2013-04-18 Thread Piren
post() maintains order, just not timing. They'll be handled in the order you posted, you just don't know when. On Thursday, April 18, 2013 11:54:35 AM UTC+3, Filipe wrote: > > "If you mean 'android.os.Handler' there is no such method 'Post()'. Did > you mean 'post()' or a different type?" > -I m

Re: [android-developers] Re: Handler Post sequence

2013-04-18 Thread Filipe Madureira
"If you mean 'android.os.Handler' there is no such method 'Post()'. Did you mean 'post()' or a different type?" -I mean post(). I did not copy the code, I typed it to try to explain my problem, sory for any errors on that. I will try to ask the question in a different way: I have a worker thread