Android Calendar View for Date Picker

后端 未结 8 993
粉色の甜心
粉色の甜心 2020-12-02 09:24

I\'m writing my first app, and I have a question about DatePicker.

My app requires the user to input a date. The most user-friendly way would be to popu

8条回答
  •  温柔的废话
    2020-12-02 10:02

    Found a good implemetation in http://caughtinthemobileweb.wordpress.com/2011/06/20/how-to-implement-calendarview-in-android/


    Also Since API level 11 (Android 3.0) there has been the native implementation of the CalendarView http://developer.android.com/reference/android/widget/CalendarView.html

提交回复
热议问题