On Wed, Jan 4, 2012 at 12:06 AM, m l <debar...@gmail.com> wrote:

> The first Image change ( step 2)  never happens


Yes it does, but you're doing it all in the main thread, so you never see
it because you don't give the system a chance to draw your changes.

You need to read up on and understand threading, the main / GUI thread, and
how to run timed tasks. See the Handler class for starters.

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to