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, a next intent should open that displays the values of username. How to create this type of application. Is it possible?? If it is possible, then how can I read the information saved in the setting under MyAppInfo ? 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. I can get its absolute path using the getDirPath command, but how to see the loc 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] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

