Hi, I have the same issue as you but did not find any solution either :( .
In my case i use a TabHost where each tab has its own activity and at some point i need to switch to another tab from one tab activity. As it is not possible to do that from a tab activity, the best way i found is to restart a new instance of the tabactivity and to finish the current one (ugly i know...). I specified the NO_ANIMATION flag as well with no success, i still have a animation. Thierry. 2010/3/5 greenrobot <[email protected]> > We are currently looking into methods how to implement tabs. TabHost > has serious limitations and is no option. Instead, we are > experimenting with our own tab solution, which has its own task > (activity stack) for each tab. > > It's working well except that there's transition animation performed > by the system when launching a new task the first time. The > NO_ANIMATION parameter passed to startActivity has no effect in this > case. The animation breaks the app visually - is there a way to > prevent it? > > Thanks, > Markus > > -- > 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 -- Thierry. -- 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

