Another Android Blog

Yet another Android developer's blog

Skip to: Content | Sidebar | Footer

Tag: data storage

Using Shared Preferences Explained

14 July, 2011 (17:09) | Data Storage | By: Randall Mitchell

This post explains further the example code on the Android Developer site: http://developer.android.com/guide/topics/data/data-storage.html I am trying to dumb this down as best as I can, so some useful options may be left out. Here is the code found on that page as of July 14, 2011: public class Calc extends Activity { public static final [...]