Prior to Android N I can use the code below for an instance of a spnnier mode datepicker dialog :
new DatePickerDialog(getContext(), AlertDialog.THEME_HOLO_LIGHT, null, 2016, 9, 18);
but the code above does not work on Android N device, does it always show calander mode , something else in Android N ? How can I give an example of spinner mode datepicker dialog ?
android android-7.0-nougat datepickerdialog
user6567588
source share