android - Is there any transition intent listener? -
is possible handle animation of intent transition?
actually possible in project click on button (which opens new intent) , fast click - code in activity second executed still in on first screen. wait till new screen shows , execute code.
so far trying handlers , async tasks wasn't move. not able dig in xml animation code, it's big. playgoround in 2 activities.
so far found link http://developer.android.com/reference/android/animation/layouttransition.transitionlistener.html far don't know how use it..
Comments
Post a Comment