I want to create a view like the calendar in the image below, but I don’t know where to start. I would like to find the best approach for this. I thought about the GridView but it did not work out. Does anyone have any suggestions, please?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Android does not offer any calendar view in the SDK. That is a big loss from the developer’s point of view. There are lots of situations where it would be beneficial to display days of a month and provide some option for the user to choose the day.
One solution is to use a 3rd party component. The second one is to implement one by your own
check these links, would be helpful to you
http://w2davids.wordpress.com/android-simple-calendar/
and this
http://caughtinthemobileweb.wordpress.com/2011/06/20/how-to-implement-calendarview-in-android/