dialog - Android Calendar View for Date Picker with api level above 11 -
i wanted write application has button , when click on button want display calender in dialog box datepicker in dialog box. i try constructor likes new datepickerdialog.ondatesetlistener() calender. not possible this? after api level 11 supports calender view. //this code shows calendar in dialog, hope helps layoutinflater inflater =(layoutinflater)getapplicationcontext().getsystemservice(context.layout_inflater_service); linearlayout ll = (linearlayout)inflater.inflate(r.layout.calendar, null, false); calendarview cv = (calendarview) ll.findviewbyid(r.id.calendarview); cv.setbackgroundcolor(color.black); cv.setondatechangelistener(new calendarview.ondatechangelistener() { @override public void onselecteddaychange(calendarview view, int year, int month, int dayofmonth) { // todo auto-generated method stub log.d("date selected", "date selected " + year + " " + month + " ...