Bill Michaelson wrote: > I'm looking for sample code that provides the type of interface > provided by the Android general settings/configuration tree. I.e., > the type of thing that presents trees of scrolling lists of options > with leaf nodes that present pop-up dialogs the contain single-field > text entry, as well as other modal data entry mechanisms. I'm trying > to provide a look-n-feel that is consistent with this in my app. > > Specific pointers / URLs greatly appreciated; Google has not been my > friend.
If you literally want the interface used by Settings, you will want to use SharedPreferences and PreferenceActivity. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Development Wiki: http://wiki.andmob.org -- 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

