I'm beginning with android and my current project is building a calendar. At first I thought to use a horizontal list view but then I can't scroll left/backwards. I've found a tone of information on wrap-around infinite scrolling but I don't think it fully applies to this as the dataset is technically infinite. Any ideas as to what I should use to achieve this (not necessarily code)?
Obviously I want to use some type of view recycling and be able to go to a particular day(today).
Thanks