i am designing an app for iPhone and android app. When the app gets launched for the first time it hits an api and gets back a large database which is common for a year(365 days of events that get scheduled). In my app when the user hits a button the calendar gets opened to the current date showing the dates in a grid view. If the dates have any schedule they use to look in a green color and if no events it looks in other color. Likewise i have some other operations. in my iPhone app all the calendar view, dates color and events scheduling are done by a library.
In the same way is there any library for android apps, so that it will reduce my work a lot. Is there anything available like that. Please give me a suggestion..