Re: [android-developers] question about handle and runnables

2010-02-23 Thread Néstor Pavón Puro
Maybe because the second option is not to much time displayed? Put more time between the second and the third option. --- El mar, 23/2/10, Michael Lam mmingfei...@gmail.com escribió: De: Michael Lam mmingfei...@gmail.com Asunto: [android-developers] question about handle and runnables Para

[android-developers] question about handle and runnables

2010-02-22 Thread Michael Lam
hi, i am using handle and runnables to switch/change the content of the TextView using a timer. for some reason, when running, the app always skips the second step (Step Two: fry egg), and only show the last (third) step (Step three: serve egg). TextView t; private String sText;