[android-developers] Re: Doubts while doing app's with graphics

2010-02-12 Thread deeMurthy
Thanks Beth! I worked it out by starting a new thread which would invoke the desired activity after a certain point in time. I shall try what you suggested too and check for performance advantages.. Many Thanks. On Feb 2, 12:06 pm, Beth wrote: > You can create an Animation Listener to call

[android-developers] Re: Doubts while doing app's with graphics

2010-02-01 Thread Beth
You can create an Animation Listener to call the new activity when the animation ends with the onAnimationEnd function. Good luck! On Feb 1, 9:00 pm, deeMurthy wrote: > Hi > > I have doubts while doing some 2D Graphics and animation. Here is what > i have done and what i want to do further: > An