[android-developers] Save User Data in android

2010-10-11 Thread Ahmed Shoeib
hi all,

i want to know how to save user Data in android so i can retrieve it
when staring and during the run of the application


thanks .

-- 
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


Re: [android-developers] Save User Data in android

2010-10-11 Thread { Devdroid }
On 11 October 2010 14:19, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote:
 hi all,

 i want to know how to save user Data in android so i can retrieve it
 when staring and during the run of the application

1. user preferences data (simplier, key-val)
2. database (more complex)
3. both discussed in the manual so read it first

-- 
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