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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to