kembeln / bites-android

Automatically exported from code.google.com/p/bites-android
GNU General Public License v3.0
0 stars 0 forks source link

Make use of Preferences #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Use the android preference system to make for a more intuitive and less 
"forgetful" user experience.

e.g. remember whether the user wants ticked or unticked ingredients to be 
added to the shopping list

Original issue reported on code.google.com by benny.ca...@gmail.com on 11 May 2009 at 1:34

GoogleCodeExporter commented 8 years ago
Use getSharedPreferences()
http://developer.android.com/reference/android/content/Context.html#getSharedPre
feren
ces(java.lang.String,%20int)

Original comment by benny.ca...@gmail.com on 13 May 2009 at 8:17

GoogleCodeExporter commented 8 years ago

Original comment by benny.ca...@gmail.com on 25 May 2009 at 1:22

GoogleCodeExporter commented 8 years ago
fixed using shared preferences

Original comment by benny.ca...@gmail.com on 31 May 2009 at 1:13