For one reason or another, I had to create a custom calendar component with custom views for days - different views for different types of dates - normal, events, etc - loading year configuration from JSON, etc.
- I've created it by extending the GridView with an adapter.
- I've created JSON-configuration loading etc.
- I've used grid touch events to make changing of current month easy.
But I need to do this "sliding" left and right animated - as it is in the android calendar application.
for example. I've read a lot on the web, but I still cannot find any tips on how to do this with GridView.
Maybe it was not the best idea to use GridView as a base class. Any help would be appreciated.