Re: [android-developers] two questions from a newbie

2011-06-09 Thread Knutsford Software
- Original Message - From: "Mark Murphy" To: Sent: Thursday, June 09, 2011 1:38 AM Subject: Re: [android-developers] two questions from a newbie On Wed, Jun 8, 2011 at 8:30 PM, Knutsford Software wrote: Sorry - what do you mean by stuff the form contents into the Bun

Re: [android-developers] two questions from a newbie

2011-06-08 Thread Mark Murphy
On Wed, Jun 8, 2011 at 8:30 PM, Knutsford Software wrote: > Sorry - what do you mean by stuff the form contents into the Bundle http://developer.android.com/guide/topics/fundamentals/activities.html#SavingActivityState > For part two I meant if you have been browsng and then it loses focus then

Re: [android-developers] two questions from a newbie

2011-06-08 Thread Knutsford Software
- Original Message - From: "Mark Murphy" To: Sent: Wednesday, June 08, 2011 11:24 PM Subject: Re: [android-developers] two questions from a newbie On Wed, Jun 8, 2011 at 6:14 PM, Knutsford Software wrote: 1) If you have a form in in app what do you do if the app goe

Re: [android-developers] two questions from a newbie

2011-06-08 Thread Mark Murphy
On Wed, Jun 8, 2011 at 6:14 PM, Knutsford Software wrote: > 1) If you have a form in in app what do you do if the app goes into the > background while you are in the middle of completing the form? Do you need > to do something in OnResume or will it resume in the state that you left it > in before

[android-developers] two questions from a newbie

2011-06-08 Thread Knutsford Software
I have a couple of questions 1) If you have a form in in app what do you do if the app goes into the background while you are in the middle of completing the form? Do you need to do something in OnResume or will it resume in the state that you left it in before it went into the background?