[android-developers] Re: Switching between activities

2010-02-14 Thread uday kiran
Hi TreKing.. Thanks for the reply..sorry im using EditTexts to enter the data..the information is not retained. i will send both XML file and .java file and let me know the bug in my files. On Feb 11, 11:36 pm, TreKing treking...@gmail.com wrote: On Thu, Feb 11, 2010 at 2:55 AM, uday kiran

[android-developers] Re: Switching between activities

2010-02-14 Thread uday kiran
Hi jotobjects thanks for the reply.. actually im using EditTexts not TextView.. sorry for the wrong information. On Feb 13, 1:24 am, jotobjects jotobje...@gmail.com wrote: Possibly setting android:freeezesText resolves this issue?

[android-developers] Re: Switching between activities

2010-02-12 Thread jotobjects
Possibly setting android:freeezesText resolves this issue? http://developer.android.com/reference/android/widget/TextView.html#attr_android:freezesText On Feb 11, 10:36 am, TreKing treking...@gmail.com wrote: On Thu, Feb 11, 2010 at 2:55 AM, uday kiran uday.pic...@gmail.com wrote: What i want