Hi Nishanth,, you can store that file either in sdcard or context cache,,and retrieve it whenever required back.
Thanks Kavitha On Wed, Jun 16, 2010 at 1:03 PM, NishantKumar <[email protected]>wrote: > Hi, > I am creating an application that requires some values of username > during execution. Hence, I want to create an option for storing > information. I donot want to use the general java.io classes for > storing information. > > I want to create an option "MyAppInfo" in the android setting menu . > When I click on this option, window showing the username should be > displayed. > > How to create this type of application that stores information in > android > setting menu. Is it possible?? > > If it is possible, then how can I read the information saved in the > Android setting menu in the MyAppInfo option ? > > > If the above mentioned is not possible then how can I use the java.io > classes to save the username, that can also be seen using the android > menu. > I have used the java OutputStream to write username to a file, > but I cannot see where it is. > > Thanks, > Nishant Kumar > > -- > 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 -- 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

