Summary
This sample discussed how to display a DatePicker widget as a popup modal dialog as a part of an Android Activity. It provided a sample DialogFragment implementation and discussed the IOnDateSetListener interface. This sample also demonstrated how the DialogFragment may interact with the host Activity to display the selected date.