On Fri, Apr 16, 2010 at 12:14 AM, Abhinav <[email protected]>wrote:
> What is the difference between Preference.OnPreferenceChangeListener and > Preference.OnPreferenceClickListener? > Going to go out on a limb and take a massive stab in the dark ... but ... maybe, on tells you when a preference was CHANGED and one tells you a preference was CLICKED. Just a guess though. I guess I could take a look at the documentation to find out for sure, since it's right there in the description for each ... but that would be too easy. http://developer.android.com/intl/de/reference/android/preference/Preference.OnPreferenceChangeListener.html <http://developer.android.com/intl/de/reference/android/preference/Preference.OnPreferenceChangeListener.html> http://developer.android.com/intl/de/reference/android/preference/Preference.OnPreferenceClickListener.html ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking -- 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

