Thank you Mark for these explaination. So do you know the code to simulate the smooth transition done by the OS between activities. I would like to simulate same between my views controlled manually (slide right , slide left).
Best regards. Croco On Mon, Dec 28, 2009 at 2:53 PM, Mark Murphy <[email protected]>wrote: > croco wrote: > > I've 2 problems to solve to avoid manual activities management on > > Android. > > > > 1) is it possible to start an activity launch by intent > > synchronously ? > > No, sorry. > > > 2) how knowing which activity of my app is showed to the user without > > keeping it manually in a variable in my app. > > In an ideal application design, you should not care which is visible to > the user, particularly since the answer could easily be "none". > > That being said, I think you have to keep it manually if you do care. > > -- > Mark Murphy (a Commons Guy) > http://commonsware.com | http://twitter.com/commonsguy > > Android App Developer Training: http://commonsware.com/training > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

