alamkanak / Android-Week-View

Android Week View is an android library to display calendars (week view or day view) within the app. It supports custom styling.
Apache License 2.0
3.42k stars 1.23k forks source link

Get data From api to OnSelectedDayChange #522

Open dipeshkoirala21 opened 6 years ago

dipeshkoirala21 commented 6 years ago

I need to get data from API and show it in a calendar view..I am using retrofit to get response..Now i need to use that response and set data to onSelectedDayChange..Can anyone help me? https://github.com/dipeshkoirala21/tracker here is the link of the project..