Does Android provide widget like the iPhone UIPickerView

冷暖自知 提交于 2019-11-30 15:07:43

问题


I feeling that the UIPickerView of iPhone is good idea and easy to use on touchable mobile phone. I am strange that why Android SDK do not provide the same effect widget ?

or maybe coder have to clone it on Android ?

any help ... thanks ...


回答1:


FWIW, I was looking for the same thing, and I found this -> http://code.google.com/p/android-wheel. I have not used it yet, but I am thinking about giving it a whirl.




回答2:


I think the spinner would be the android equivalent. It doesn't have the same eye candy, but functionally it would be the same. You could write your own widget to add the eye candy and animations though.




回答3:


You can use a NumberPicker. Although it has 3 visible fields instead of 7, and it doesn't have 3D effect (it is just a table with some fading out).



来源:https://stackoverflow.com/questions/1852374/does-android-provide-widget-like-the-iphone-uipickerview

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!