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

2011-08-27 Thread Mark Murphy
On Sat, Aug 27, 2011 at 11:34 AM, erik wagner wrote: > Thanks!  Now to figure out how to use them, hopefully I won't be back > later with a 'uh, how do i do this?' question. Here is a sample project showing using SharedPreferences and a PreferenceActivity: https://github.com/commonsguy/cw-androi

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

2011-08-27 Thread erik wagner
Thanks! Now to figure out how to use them, hopefully I won't be back later with a 'uh, how do i do this?' question. On Aug 27, 9:50 am, Mark Murphy wrote: > 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