java - Android CalendarView with events -
i'm looking calendarview can used show multiple events, google calendar.
i haven't found solution using android.widget.calendarview.
what best way implement feature? should customize android.widget.calendarview or should use existing library (which one)?
you can use existing library can refer here http://www.viralandroid.com/2015/11/android-calendarview-example.html
for more customize can use library https://github.com/prolificinteractive/material-calendarview

Comments
Post a Comment