简体   繁体   中英

Android CalendarView with events

I'm looking for a CalendarView that can be used to show multiple events , like the Google Calendar.

I haven't found a solution for this using android.widget.CalendarView .

What is the best way to implement this feature? Should I customize android.widget.CalendarView or should i use an existing library (which one)?

在此输入图像描述

You can use existing library as you can refer here http://www.viralandroid.com/2015/11/android-calendarview-example.html

for more customize you can use this library https://github.com/prolificinteractive/material-calendarview

Hello i used this github project it may serve you as a guide! Calendar View

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM