I am still playing around with my calendar, I already nearly managed to integrate the https://github.com/SundeepK/CompactCalendarView into one of my fragments. There is just one
If you are in a Fragment so you should use
ArrayAdapter adapter = new ArrayAdapter<>(**getContext()**,android.R.layout.simple_list_item_1,items);