Re: OnClickListener in my ListView
Use onListItemClick(ListView list, View view,int position, long id) REgards, SREEHARI
Informacja: 2010-03-10
Czytaj: Re: OnClickListener in my ListView
Animations between Intents ?
Hello everybody, I've a succession of 2 Intent by Code: Intent intent = new Intent(); intent.setClass(EntryPoint.thi s, MainClass.class); startActivity(intent); and I want an animation (which is present in res/anim) during the switch between these 2 Intent... Thanks a lot for your response
Informacja: 2010-03-10
Czytaj: Animations between Intents ?