Hi,
 I  want to see the information stored in the file by browsing my android
phone.

How can I do that?

Moreover, is it not possible to create my own setting menu inside android
setting menu ? This will store information about my application

Thanks,
Nishant

On Wed, Jun 16, 2010 at 10:03 AM, kavitha b <kkavith...@gmail.com> wrote:

> 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 <nishant.cs...@gmail.com>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 android-developers@googlegroups.com
>> To unsubscribe from this group, send email to
>> android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
>> 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 android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> 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 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