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

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -