Persian Calendar View for Android - افزونه تقویم فارسی اندروید
In our current project, we needed a solar/Persian calendar for the app. I searched a lot for it in existing libraries and found Ebrahim Byagowi’s open-source Persian calendar.
There were also some Hijri calendars, but I didn’t want them. So, I decided to create my own calendar view plugin library and publish it. To achieve this, I read the source of Byagowi’s project and realized it could be easily converted into a separate library. I detached the calendar part from the application, made some changes and customizations, and now it’s ready for use in your Android projects.
You can get it from my GitHub repository: https://github.com/mirrajabi/persian-calendar-view.