Hi Pranav, I didn't catch the point for your second problem. Do you want to pass the value of edittext in first activity to second activity, then show the strings in the edittext of second activiy. If so, you can try in the similar way as the first problem. BRs, Rui
2010/1/1 android09 <[email protected]> > Hi Rui Wu, > > Thanks a lot. It works very good and perfectly as i want. Now, i know > that where was my problem. Actually, i had not added this line/lines : > " mData.strFirstName = edFirstName.getEditableText().toString();". > That's why i was not getting any result. > > Now, i got it. I have also one query. I have two activities. First > activity consist on edittext and button whereas second activity > consist only edittext. When i write in edittext of first activity and > press a button of first activity than the edittext of second activity > should get the same string. Actually, i want to get the email id from > the first activity and also it should be automatically get in the > edittext of second activity. > > If you have any idea about it, please tell me. Again thanks for help > me out from this problem. > > Regards, > -------------- > Pranav > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- BRs, Rui -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

