Open citizen2 opened 8 years ago
Are you sure you are returning events in your onMonthChange
?
I think yes, but I am not a sure.
So, somebody know where I made a mistake?
I know it's been 2 years, but did you find a solution ? I'm actually trying to load events from Room Persistence Library... has anyone tried it yet? Any code apreciated 👍 :)
@citizen2 Can you share your database for event store and retrieval?
I created a base fragment that extended my weekView fragment (which I made abstract). My base is where I load my events. I stored my data from my add event activity in the database and called it using a cursor I placed in my base fragment to load the event. Works for me. Check out that part of my app on my page (the entire app is very incomplete but the sqlite and saving and retrieving it works).
I have an issue with this too. Solutions like above comment and this comment seem more like hacks than good use case for me. Setting adapter would be much better than MonthChangeListener
Hello everyone, I wrote 2 days ago about displaing data to calendar.I watch the sample , try many ways , but I dont understand what I am doing wrong.My code
`public class EventLab { private static EventLab sEventLab; private SQLiteDatabase mDatabase;
}`
Plaese help my.