Sunday, 15 January 2012

Intent Flags between Activity -



Intent Flags between Activity -

i create first android application. have application 2 activity ans b. activity creates http connection , receives data. then, activity sends info activity b. activity b shows results , if user wants modification, intent sent activity modify info on server. , when modification done homecoming activity b.

i have progress bar during loading of info on activty , after, see activity b. when activity b send intent in order modify data, user can see interface of activity a.

for moment, utilize intent.setflags(intent.flag_activity_reorder_to_front); see : activity a, activity b after can't see 1 time again activty a.

i think don't understand every thing, if can help me ? give thanks you

this perfect situation using fragments. easy take fragment displayed means of fragmentmanager.

please read here,

http://developer.android.com/guide/components/fragments.html

android-intent

No comments:

Post a Comment