Multi select ListPreference on android
问题 Any idea on implementing a multi-select (check boxes) ListPreference on Android? Would I have to extend the ListPreference? Is there any classes already documented to do this? Thanks 回答1: Multi select ListPreference now comes natively with Android from API level 11 (Honeycomb). http://developer.android.com/reference/android/preference/MultiSelectListPreference.html Because it will be quite a while before devices have Honeycomb or later installed I'd recommend people to stick with the http:/