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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -