how can i use NumberPicker to pick a simple number?
NUMBER_PICKER_DISTANCE, BIRTH_YEAR and so an works fine.
np = new Ui.NumberPicker( Ui.NUMBER_PICKER_CALORIES, testVali );
Ui.pushView( np, new NPDi(), Ui.SLIDE_IMMEDIATE );
But how can i just ask the user for a number between 5 and 10?
My programm works fine with TextPicker but there you have to change to "number Mode" with is pretty annoying.
Thanks