android - How to bind data to custom calendar widget -
I am doing a project based on receiving events from the server and displaying them in a calendar widget. I am able to display calendars in my app. But unable to bind server data in the calendar. I want something like this:
I get a calendar view , But I want to pair the events of the server and show them the shown above.
If there is an event, So it should appear on a special date. Recommend me the best way to do this.
I personally run a background function that downloads everything, a database and then click event After a click on it displays in the list view.
Comments
Post a Comment