Domanda

Is it possible in Android to limit what is the maximum and minimum number that user can input in EditTextPreference?

È stato utile?

Soluzione

you may use OnPreferenceChangeListener to catch the user input and validate, possibly preventing it from being written to the Preferences by returning true/false.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top