-3

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 !

gilione
  • 59
  • 1
  • 9

1 Answers1

0

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

Community
  • 1
  • 1
Andy
  • 46
  • 4