Vote count:
0
i'm working on an application in which i have 3 activites A, B and C, the start activity is A after that there is button that goes to B and also in B a button to go to C, but in C i need to go back to A to get some data so my application runs like this A->B->C->A->C
i'm using Between A and B
StartActivity(intent);
Between B and C i'm using
StartActivityForResult(intent,1);
but in activity A when i use
OnActivityResult(..);
i don't get the any thing working, can you please help me, thank you
asked 1 min ago
startactivityforresult for for three activities
Aucun commentaire:
Enregistrer un commentaire