Implementing New styled date&time-pickers from android

 ̄綄美尐妖づ 提交于 2020-02-25 13:55:55

问题


I was going through android official blog site here:: I found out new type of date and time pickers showcased in android


Questions::

  1. I am familiar with implementing old styled widgets, but how to implement this new widgets
  2. Any samplecode on how to implement this styled widgets
  3. 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

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