Android spinner with date picker, like Google Calendar app

后端 未结 4 2034
一生所求
一生所求 2020-12-04 13:28

I\'m trying to get a text box that looks like a spinner to activate a date picker dialog. This is done in both the Google Calendar app and the Contacts app (for birthdate) o

4条回答
  •  北海茫月
    2020-12-04 13:50

    I'm not sure if this is what you're asking, but you should be able to follow the Date Picker tutorial on the Android developer website.

    Also, the DatePicker and DatePickerDialog classes might be worth a look.

提交回复
热议问题