Re: [android-developers] Re: Moving from one Activity to another with a pause/delay

2010-06-09 Thread pawan nimje
Sounds cool ... will try .. On Wed, Jun 9, 2010 at 12:37 PM, String wrote: > On Jun 9, 5:03 am, pawan nimje wrote: > > > any kind of suggestion will do .. > > In your onClick event put your color changing code and a call to > Handler.sendEmptyMessageDelayed(). The latter will reference a Handler

[android-developers] Re: Moving from one Activity to another with a pause/delay

2010-06-09 Thread String
On Jun 9, 5:03 am, pawan nimje wrote: > any kind of suggestion will do .. In your onClick event put your color changing code and a call to Handler.sendEmptyMessageDelayed(). The latter will reference a Handler you create, with the activity-switching code in its handleMessage() method. String -