numeric choice field:How to let the user set a value by incrementing/decrementing the displayed valu
Posted
by con_9
on Stack Overflow
See other posts from Stack Overflow
or by con_9
Published on 2010-05-14T05:25:23Z
Indexed on
2010/05/14
5:34 UTC
Read the original article
Hit count: 131
android
Hi,I have a range say,1-100 and i want the user to select a value from this range.Ofcourse showing this with a spinner will be awful.I want to use the functionality of date widget,where we can pick a date by pressing a +/- sign,the longer the press ,higher the iteration speed. I found numberpicker.java that has the code the date widget uses to get this functionality, but do i have to paste that entire code to achieve this functionality!
© Stack Overflow or respective owner