Android default controls that is not in SDK
I have started to work with Android 2.3.3 and now have a few questions about its controls.
In default android there is a list of application icons, that can be viewed by pages (scroll as normal, but stop only on specified positions).
Also there is a control in default clock application that allow to select minutes and seconds by sliding it up or down by fingers.
Where can I find these controls?
I thoughs that ScrollView can help, but I have not found any properties for that.
Also I tried to use NumberPicker (that is not in google SDK, but available on my phone), but it show buttons with + and - and I can not convert it to a slid开发者_运维技巧ing up/down control.
Thanks.
精彩评论