Yazeed Mohammad

Results 1 comments of Yazeed Mohammad

I have same error in this code ! UmmalquraCalendar now = new UmmalquraCalendar(); HijriDatePickerDialog dpd = HijriDatePickerDialog.newInstance((view1, year, monthOfYear, dayOfMonth) -> { }, now.get(IslamicCalendar.YEAR), now.get(IslamicCalendar.MONTH), now.get(IslamicCalendar.DAY_OF_MONTH)); dpd.setOnCancelListener(dialog -> dismiss()); dpd.setMenuVisibility(true);...