How to go back from 3rd activity to first in Android -


i have tab view , in 1 activity tab start activity start b activity how can in case go in tab activity. try intent.flag_activity_clear_top clear activity ann activitys in tab view.

can give suggestion.

start b using startactivityforresult , when want go first activity set result result_ok. in onactivityresult check if result result_ok call finish().


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -