Does anyone know of an easy way to allow negative numbers with Android\'s default numberpicker? I understand that it\'s the InputFilter that disallows this, but is there an
Here is the example which you are looking for.
private static final int DEFAULT_MAX = 200; private static final int DEFAULT_MIN = 0;// change this acc to your requirement