问题
I was going through android official blog site here:: I found out new type of date and time pickers showcased in android
Questions::
- I am familiar with implementing old styled widgets, but how to implement this new widgets
- Any samplecode on how to implement this styled widgets
- Minimum level API required to implement these styles
回答1:
Q1.Ans now its Library available see this thanks to @derekbrameyer
https://github.com/derekbrameyer/android-betterpickers
and live preview on play see
https://play.google.com/store/apps/details?id=com.doomonafireball.betterpickers.sample
Q2.Ans library shipped with sample
Q3.Ans i am running this app on 2.3 devise (API level 8)and its working perfectly
来源:https://stackoverflow.com/questions/23921436/implementing-new-styled-datetime-pickers-from-android