Top "Edittextpreference" questions

Android how to set default value of EditTextPreference from SharedPreference?

This time in the same project I'm facing a slightly challenging issue where in settings.xml file in the res/…

java android sharedpreferences edittextpreference
Get EditTextPreference value

I've created an EditTextPreference and now I want to get the value from any other activity. I've been trying a …

android android-edittext sharedpreferences edittextpreference
How to enable / disable a Preference?

I want to make my EditTextPreference not editable (as in, nothing happens when you click on the item in the …

android android-preferences edittextpreference
Android support EditTextPreference input type

Is there any way to specify the input method type for android.support.v7.preference.EditTextPreference?

android android-support-library edittextpreference
How do I programmatically add EditTextPreferences to my PreferenceFragment?

I am new to Android, so I need a little guidance on how to programmatically add EditTextPreference objects to my …

android preferencescreen edittextpreference
EditTextPreference.setText(value) not updating as expected

I'm trying to prevent the user from entering an empty string into an EditTextPreference (in the example, catName). I use …

android sharedpreferences preferenceactivity edittextpreference