January 26th, 2012, 01:54 PM
|
#2 (permalink)
|
|
Junior Member
Join Date: Jan 2012
Location: Brazil - Blumenau, SC
Posts: 69
Device(s): Motorola Defy - Gingerbread(2.3.3)
Thanks: 12
Thanked 5 Times in 4 Posts
|
I'm having another problem too, in the same application, I have three activities, lets name they A, B and C for convention.
A calls B with StartActivity.
When user hit the back/cancel button, I have to call Activity C, so I implemented in OnPause function to call Activity C, but I need return from activity C, so I called Activity C with startActivityForResult and implemented the method onActivityResult in Activity B to get the return.
Everything is working fine, but when activity C finishes, the application is getting back to Activity A, and I need Activity B.
I have to call Activity B explicitly again or I made something wrong?
|
|
|