Re: [android-developers] Re: Getting one form data on anather forn

2010-04-26 Thread Mohammad Siddiqui
Thanks On 4/23/10, arshad wrote: > > Use Bundle and pass it subsequent activity using intent > > Eg for A has filled some values...put all values in Bundle before > invoking ACTIVITYB form > > public class AACTIVITYextends Activity { > >/* (non-Javadoc) > * @see android.app.Activi

[android-developers] Re: Getting one form data on anather forn

2010-04-23 Thread arshad
Use Bundle and pass it subsequent activity using intent Eg for A has filled some values...put all values in Bundle before invoking ACTIVITYB form public class AACTIVITYextends Activity { /* (non-Javadoc) * @see android.app.Activity#onCreate(android.os.Bundle) */

Re: [android-developers] Re: Getting one form data on anather forn

2010-04-22 Thread Mohammad Siddiqui
This is Android application On 4/22/10, Mike dg wrote: > > Is this a web app or an Android app? > > -Mike dg > > On Apr 22, 8:29 am, Mohammad Siddiqui wrote: > > Hi everyone, > > > > i have therre consecutive form ,after filling the form one i press the > > next button on the first form to go >

[android-developers] Re: Getting one form data on anather forn

2010-04-22 Thread Mike dg
Is this a web app or an Android app? -Mike dg On Apr 22, 8:29 am, Mohammad Siddiqui wrote: > Hi everyone, > > i have therre consecutive form ,after filling the form one i press the > next button on the first form to go > to the second form then prees the next button to go to the third > form.fro