Re: [android-developers] Re: Animation transition between activities in ActivityGroup?

2011-05-27 Thread Dianne Hackborn
Those are for window animations, which are applied to an entire window. These activities are all put inside of one window so it is a completely different situation. Consider looking at the Fragment APIs in the support library, this is the new replacement for ActivityGroup. On Fri, May 27, 2011 a

[android-developers] Re: Animation transition between activities in ActivityGroup?

2011-05-27 Thread imran ali
it is not working for Activity group. As i found after google, in case of ActivityGroup we have to do some thing with localActivityManager. that i am unable to do presently. Regards Imran ali On May 27, 3:19 am, TreKing wrote: > On Thu, May 26, 2011 at 8:15 AM, imran ali wrote: > > I am usi

[android-developers] Re: Animation Transition

2009-07-02 Thread bkbonner
Peli, I found them Views -> Animations -> 3D, etc. Thanks. On Jul 2, 4:35 pm, bkbonner wrote: > Peli, I've looked through the API demo examples... which ones in > particular talks about view transition animations? > > Brian > On Jun 23, 8:20 am, Peli wrote: > > > > > Have you looked into the A

[android-developers] Re: Animation Transition

2009-07-02 Thread bkbonner
Peli, I've looked through the API demo examples... which ones in particular talks about view transition animations? Brian On Jun 23, 8:20 am, Peli wrote: > Have you looked into the API demo examples? > > Peliwww.openintents.org > > On Jun 23, 9:39 am, Sukitha Udugamasooriya wrote: > > > > > Hi

[android-developers] Re: Animation Transition

2009-06-23 Thread Sukitha Udugamasooriya
yeah.. sliding works well. thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, sen

[android-developers] Re: Animation Transition

2009-06-23 Thread Peli
Have you looked into the API demo examples? Peli www.openintents.org On Jun 23, 9:39 am, Sukitha Udugamasooriya wrote: > Hi all, > > Can you advise me how to apply view transition animation. > > ex: when i click on an list item my contentview changers. I want to > apply a transition animation i