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 event name in events #537

Open yogita-techindustan opened 5 years ago

yogita-techindustan commented 5 years ago

Hi I want to add event name while setting my event. I have used it this way WeekViewEvent event = new WeekViewEvent(1, "eventtitle", startTime, endTime); event.setResult(result); events.add(event); This is working fine but it shows the event name when event is started other than that my requirement is to show the event name everything in its running stage on everyday..