Re: [android-developers] Advice on getting data from one activity to another

2011-08-27 Thread Mark Murphy
On Sat, Aug 27, 2011 at 10:32 AM, erik wagner wrote: > Hi, I guess this is more of a design with more than a little 'how do > i' mixed in question.  I have two activities (thus far), a main page > and an options page.  On the options page I set an option that I need > to 'see' on the main page (as

[android-developers] Advice on getting data from one activity to another

2011-08-27 Thread erik wagner
Hi, I guess this is more of a design with more than a little 'how do i' mixed in question. I have two activities (thus far), a main page and an options page. On the options page I set an option that I need to 'see' on the main page (as well as on subsequent other activites). What is the 'best' wa