djdamage Posted March 9, 2010 Share Posted March 9, 2010 Bonjour, J'ai une succession de 2 Intents, par le biais de Intent intent = new Intent(); intent.setClass(EntryPoint.this, MainClass.class); startActivity(intent); Et j'aimerais qu'une animation (présente dans res/anim) se produise lors de la transition entre ces 2 Intents... Quelqu'un a une idée ? Merci d'avance pour vos réponses Link to comment Share on other sites More sharing options...
neoakira Posted March 9, 2010 Share Posted March 9, 2010 http://twitter.com/romainguy/status/9840480928 public void overridePendingTransition (int enterAnim, int exitAnim) http://d.android.com/reference/android/app/Activity.html#overridePendingTransition%28int,%20int%29 mais c'est à partir d'android 2.0, l'API 5 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.