Android three activities, pass data from third activity to parent activity -
Android three activities, pass data from third activity to parent activity -
i have 3 activities. let's a, b, c. main activity a.
i'd start b start c b, close b when c opens. upon closing of c pass info a.
how's possible intent , startactivityforresult? @ possible 2 latter methods?
thanks.
supose using button, when click button start activity c, can finish activity b, , action in activity a.
use onactivityresult() on activity a. on pont, can start activity c using startactivityforresult().
this way, when finish c, can pass info a, 1 time again using onactivityresult().
android android-intent start-activity pass-data
Comments
Post a Comment