Animations are not smooth when starting before "onEnterAnimationComplete" is called, that's why I use this callback.
On Wednesday, May 11, 2016 at 6:36:05 PM UTC+2, TreKing wrote: > > > On Wed, May 4, 2016 at 1:00 PM, Jimmy Robert <[email protected] > <javascript:>> wrote: > >> I use Activity.onEnterAnimationComplete in my activities to start an >> animation when the activity starts but this callback only comes with API >> 21, so I was wondering if there is a "clean" solution for older API >> versions ? >> > > Why do this on that callback and not in one of the lifecycle methods? > > > ------------------------------------------------------------------------------------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/de0333f3-9e39-45fd-a03b-a9858bd83d2c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

