android - TabHost : Start the activity without destory other activities -


i new android, using tabactivity. tabactivity starting activity intent. order of activity - b - c - d activity d, how can create same new activity (destroy previous a). if use flag_activity_reorder_to_front not create activity, instead open last activity a, if use clear_top destroy b , c activity.

please achieve this.

when calling activity b within activity a, call finish() after creating new activity b using intent. end activity a there. again witin activity d can create new activity a using intent. hope helps.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -