Horizontal-Calendar
Horizontal-Calendar copied to clipboard
Change month selection place
Expected Behavior / Goal
I need to change month selection place , it should be either on right side or left side rather than top. Something like attached screenshot.
You can set your own layout and arrange the elements as you like. You can do this by creating a layout with the name "item_calendar.xml" in the layout directory: https://developer.android.com/studio/write/add-resources.html#resource_merging
@Zey-Uzh Thank you for your reference , but i need to implement when i change month and year , add particular month's day with day name , using this library i have tried this but in that i am having issue with generating days. Can you please guide me ?
Currently, I am using this library https://github.com/Mulham-Raee/Horizontal-Calendar student homework portal butI am not able to show date indicator on which date homework available . how to addEvent indicator on homework date please help me. thanks
if i have been given a month value 7 or anything , how can i point this calendar to that month , what should be my start date , can i use month value to decide pointers position?