java - Integrate two types of Gregorian and solar (shamsi,jalali) calendar with each other in calendar view -


i wondering if can integrate 2 types of calendar in android(like solar , gregorian) each other , show them in 1 calendar view possible even?

its example of saying:

https://ibb.co/na1ygk

for has problem solved making custom calendar view grid layout , create 2 calendar class of icu4j library(on gregorian calendar , 1 persian calendar , set them on view)

lib: http://site.icu-project.org/download/59


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -