I\'m trying to create an app where the user selects a date from a DatePicker, and then a list is updated with some values.
My GUI looks like this:
Please check my answer over here. It is for TimePickerDialog but also applicable for DatePickerDialog. You can create a custom dialog, it's almost equally as fast and simple and just works.
https://stackoverflow.com/a/25672760/940450