I created a Caldroid fragment and i would like to populate it with daily event when initializing and every month changes event from server data.
I planning to write an Asyntask with month parameter to get data from server. Then store them into an Array with Date and Object later pass this array to a customAdapter that extend CaldroidGridAdapter.
And finally bind them to oncreate and monthChanges event.
The problem is i don't know the correct way to overwrite a CaldroidGridAdapter with my needs.
Is anyone know how to overwrite it?