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: Enter image details here

I get a calendar view , But I want to pair the events of the server and show them the shown above.

Enter image details here

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

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -