> When I try to import android.os.SystemProperties, EC says this can not > be resolved. Is this due to something I missed or I am not supposed to > use it?
There is no android.os.SystemProperties in the current SDK. That is a class in the source code for use by the firmware only. > What is the recommended way to store application data? There are many possibilities: -- SQLite -- SharedPreferences -- Local (private per-application) files -- Shared (on the SD card) files -- Network I/O to "the cloud" -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Available! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

