Hello, I'm having trouble popping up a CalendarView with a Firebase data ...
is as follows: I have a "CadastroActivity" where I register events in Firebase with specific days, however now I would like to take these events and put them on their respective days in a CalendarView. Is it possible to do this? I did get a spinner once popular with DataSnapshot, though, I do not know if it's possible to pop up a CalendarView with the same method. Thanks.