[android-developers] Re: Dynamic Flipping Screen(like that of iPhone) in Android

2010-04-20 Thread MobDev
Do you mean a screen transition Animation ? On 20 apr, 09:17, Maxood maqs...@salsoft.net wrote: How can i make a dynamic flipping screen(like that of iPhone) in Android I am parsing data through the web service. I want the flipping horizontally rather than vertically. Here is a tutorial

[android-developers] Re: Dynamic Flipping Screen(like that of iPhone) in Android

2010-04-20 Thread Maxood
All we require is flipping(like in iPhone) between 2 activities in android.Nothing to do with animation. Here is our code: public class Splash extends Activity{ /** Called when the activity is first created. */ public void onCreate(Bundle savedInstanceState) {

[android-developers] Re: Dynamic Flipping Screen(like that of iPhone) in Android

2010-04-20 Thread blcooley
Are you talking about something like this? http://www.youtube.com/watch?v=F1ip2b95sGo#t=07m20 If so, that is a view animation. Never done it, but the following link might help you.