Hi all,
I am trying to validate a value entered in a EditTextPreference which is in a PreferenceActivity created with a XML resource with addPreferencesFromResource(R.xml.preferences)
My problem is that I can not inflate the EditTextPreference in order to put some sort of listener (most likely OnPreferenceChange but I am open to suggestions).
I need really need to validate this value because I need to cast it to Double afterwards.
Thanks for the help.
Androit


