[android-developers] Update activity A from another activity B

2011-02-15 Thread Ivan
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.

Re: [android-developers] Update activity A from another activity B

2011-02-15 Thread Marcin Orlowski
persist state to DB. Both of them require some significant effort in You can use SharedPreferences -- Regards, Marcin -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to