I'm very new to android . I am now trying to develop custom number picker without plus and minus sign . Can someone help me doing this ? Is is possible . Please Help me
Asked
Active
Viewed 1,988 times
1 Answers
0
I have two solutions:
- You can use wheelpicker (same as iPhone) instead of number picker.
- you can change theme in holo from your manifest file. So number picker will show as scroller.

Michael Petrotta
- 59,888
- 27
- 145
- 179

dipali
- 10,966
- 5
- 25
- 51
-
How can I use wheel picker . Please with some example . Apologize – user3032822 Dec 20 '13 at 05:39
-
http://www.androidhub4you.com/2013/03/custom-picker-in-android-number-picker.html this code is perfectly working...please check this one. – dipali Dec 20 '13 at 06:05
-
But it'll cover up the screen it call you . Not ok with me . I'm now tryin' to use wheel picker but some exception occur :( – user3032822 Dec 22 '13 at 02:28
-
please post your error here – dipali Dec 23 '13 at 03:43
-
Already fix that thanks for concern > i'll mark yours as right answer :) – user3032822 Dec 23 '13 at 05:01