简体   繁体   中英

How to create custom calendar view in Android Studio?

I followed some tutorials and i tried some examples. Even I'm not get the proper ways to implement the Custom Calendar View. I followed the tutorial from LINK and i got the error of USER Permission Calendar READ Or WRITE , in Manifest file .

After added the Calendar view permission in manifest file even though error is same. i am working in Android studio please guid me !!!

   <uses-permission android:name="android.permission.READ_CALENDAR" />
    <uses-permission android:name="android.permission.WRITE_CALENDAR" />

If above is giving the error then your code must be wrong

I'm not sure what you try to achieve by using custom calendar view but I suggest that you take a look at this library

It leverages all the work for you, display the same calendar across all devices and versions and it's neat and beautiful with Material design ;)

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