Top "Dialog-preference" questions

A class in the Android preferences framework that allows applications to implement custom user interfaces for editing a preference setting.

How to implement a confirmation (yes/no) DialogPreference?

How can I implement a Preference that displays a simple yes/no confirmation dialog? For an example, see Browser->…

android android-preferences confirmation dialog-preference
Why won't Fragment retain state when screen is rotated?

I've been having some trouble getting some custom DialogPreference subclasses inside a PreferenceFragment to remain visible when the screen is …

android android-fragments android-preferences preferenceactivity dialog-preference
Create NumberPicker dialog in preference

I am trying to create a NumberPicker dialog in my preference screen. I have already made one following this:https://…

android dialog numberpicker dialog-preference
How to make a custom Dialog Preference inside Preference

I searched all Around this forum , but not getting what i exactly need. I need a Custom DialogPreference in Preference …

android sharedpreferences android-preferences listpreference dialog-preference
Get positive Button in DialogPreference

Is there a way to get the positive button of a DialogPreference in any of its events? I would like …

android android-dialog dialog-preference