hawkraph
Results
2
comments of
hawkraph
I deleted android studio cache; path: C:\Users\user\.AndroidStudio3.3\system\caches (1). Close android studio (2). delete cache (3). start android studio I just noticed deleting cache also solve my XML autocompletion of attributes...
@Override public void onDateSet(DatePickerDialog view, int year, int monthOfYear, int dayOfMonth, int yearEnd, int monthOfYearEnd, int dayOfMonthEnd) { if(yearEnd < year){ ShowMessage("Please select current or future year"); }else if(monthOfYearEnd <...