bebosh
bebosh

Reputation: 863

How to make combine Gregorian and Hijri calendar in Android?

I need a combined Gregorian and Hijri calendar, I found this Hijri calendar on github, and it helpful for me, but i couldn't show Gregorian type on it. my question is: should I modify on source code of it, or should I custom Android calendar view widget? If should I custom on Android calendar view widget, how I can do that?

Upvotes: 2

Views: 6343

Answers (1)

bebosh
bebosh

Reputation: 863

I solved my problem by learn a concept of calendar view, it is easy to learn from this topic read it carefully. Once you learned how to build a custom calendar, then you should build your own one.

Upvotes: 1

Related Questions