android - Animation effect one screen to another screen? -
when go 1 activity activity ,can effect?
it possible? if possible, can give me reference or snippet please?
thx
ok @ demo code on dev site:
the key lines are:
startactivity(new intent(activity1.this, activity2.class)); overridependingtransition(r.anim.fade, r.anim.hold);
android has standard animations or can create them in xml , save them inside "res/anim"
Comments
Post a Comment