What's a TabView? I'm using Activities as tab content in a TabActivity and use startActivityForResult / overridePendingTransition without problems. Although I'm calling the methods from the TabActivity and not from the Activities in the tab. If I remember correctly the latter didn't work because on returning from the started activity it would return to the Activity that started it, which would be the Activity in the tab and not the TabActivity (kind of confusing ;-)).
Emanuel Moecklin 1gravity LLC On May 25, 10:01 am, imran ali <[email protected]> wrote: > Hi All, > in one of application i have been using TabView and inside that > ActivityGruop, > there i want to use > overridePendingTransition( , ); & onActivityResult(int requestCode, > int resultCode, Intent data); > both has not work for me, > > TabView-->ActivityGroup-->Activities. > is there issue, or i am doing some thing wrong? > > i am using overridePendingTransition( ... , ...); when i am calling > Another Activity,other hand it is working when i used with Activity > in Another project, but did not Work with ActivityGroup. > > Regards > Imran ali -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

