[android-developers] Shared preference usage

2013-01-07 Thread tom
Hi, I have clear explanation of What is the difference between shared preference and other variable? and why we are using the shared preference?. What is the usage of that? Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] shared preference

2012-07-26 Thread Kunal Chauhan
hi how long time the value of the shared preference remain. clear out this point please! -- 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

Re: [android-developers] shared preference

2012-07-26 Thread Justin Anderson
Until you remove the value yourself or uninstall the app... This is clearly indicated in the documentation. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Jul 25, 2012 at 6:41 AM, Kunal Chauhan atkunalchau...@gmail.comwrote: hi how long time

[android-developers] Shared preference

2011-06-22 Thread Jayanthi
Hi, I am working for GPS alert my spot , here whenever I touch the map I get the respective lat and longitude now I use shared preference to save the lat and loc put whenever I save the old value is replace by new value . I have to show all the GeoPoint in a listview how to do that please share

Re: [android-developers] Shared preference

2011-06-22 Thread Sivasankar K
Try to store all the values in an array and then list out those value in listview. On Wed, Jun 22, 2011 at 2:23 PM, Jayanthi jaia...@gmail.com wrote: Hi, I am working for GPS alert my spot , here whenever I touch the map I get the respective lat and longitude now I use shared preference to

[android-developers] Shared Preference Change Listener in a Widget

2011-03-17 Thread Jake Colman
I must be making a stupid mistake but I cannot figure it out. My appwidget has to create an alarm that triggers at a user-defined interval. In the widget's onReceive method, where I check completion of configuration or boot completed, I use the following code to obtain the preference:

Re: [android-developers] Shared Preference Change Listener in a Widget

2011-03-17 Thread Kostya Vasilyev
17.03.2011 15:37, Jake Colman пишет: I must be making a stupid mistake but I cannot figure it out. My appwidget has to create an alarm that triggers at a user-defined interval. In the widget's onReceive method, where I check completion of configuration or boot completed, I use the following

Re: [android-developers] Shared preference from non activity class

2011-01-22 Thread TreKing
On Sat, Jan 22, 2011 at 1:26 AM, Deeps pradeepb...@gmail.com wrote: I want to get shared preference from non activity class. Pass a Context, the SharedPreferences, or the value itself from somewhere higher up that has this information. I want to create a bean class to get and set the shared

[android-developers] Shared preference from non activity class

2011-01-21 Thread Deeps
Hi , I want to get shared preference from non activity class. For example Information about user like name ,DOB etc are stored in Shared pref. I want to create a bean class to get and set the shared pref.Please help me in this. Thanks -- You received this message because you are subscribed to