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

How to add events to the WeekView dynamically? #390

Open jas017 opened 7 years ago

jas017 commented 7 years ago

Suppose I am fetching some events from my server through an AsyncTask and wants to populate them inside the WeekView. How to do that?

masoudslipknot commented 7 years ago

i want to know about this too. can i fill my week view through database ?

JHNBOS commented 7 years ago

This is the way i did it

https://github.com/JHNBOS/MeetMeApp/blob/master/app/src/main/java/nl/jhnbos/meetmeapp/Week.java