Search code examples
androidlistviewpreference

put item of listView in preference activity


I have a list view , and I would like to implement a button for each item that if crushed makes visible that item in another activity ( preferenceActivity ) . What should I go and see to achieve this? There are guides ? thanks for the answers !


Solution

  • You can use SharedPrefrences to change settings outside of a PreferenceActivity: How to change state of a preference item from outside the PreferenceActivity? I recommend reading this guide on Android Settings: http://developer.android.com/guide/topics/ui/settings.html