You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MonthLoader.MonthChangeListener mMonthChangeListener = new MonthLoader.MonthChangeListener() {
@Override
public List<WeekViewEvent> onMonthChange(int newYear, int newMonth) {
// Populate the week view with some events.
List<WeekViewEvent> events = getEvents(newYear, newMonth); // getEvents should use the sqlite db
return events;
}
};
@jhoobergs thanks for replying, I'm quite new to sqlite, could you please share some code on how you implemented your onMonthChanged listner. I use firebase database a lot. Thanks
How to get events from sqlite database. Please help.
The text was updated successfully, but these errors were encountered: