Switching Between Activities With Java Animation (defined Programmatically)
If i have my animations defined in xml then i can animate between activities like //Calls a new Activity startActivity(new Intent(this, NewActivity.class)); //Set the transit
Solution 1:
I Found out solution for this here http://blog.robert-heim.de/karriere/android-startactivity-rotate-3d-animation-activityswitcher/comment-page-1/#comment-12025
Post a Comment for "Switching Between Activities With Java Animation (defined Programmatically)"