Hi guys, I am looking for the best way to solve the following problem:
I have 3 activities, lets say A,B and C, which transition linearly A- >B->C. What happens exactly is that in A an item from a listview is clicked. which shows detailed information in B. Then in B a button click progresses to C. What I would like to do is to remove the clicked item the listview in A after the button click in B, nevertheless progressing to C. The point being that when in C, hitting back until A should show the updated listview. One solution I've found is to use a ViewFlipper to switch A and B's content, rather than having two separate activities. Second one is to persist state to DB. Both of them require some significant effort in the current setting of my app. Is there an easier solution? I was thinking about startActivityForResult from A, however, I still would like to move to C. Any suggestion or discussion is very appreciated! Thanks a lot, Ivan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en