Hello
I want to create month-view calendar for android with clickable days. What kind of layout/view should I use, TableLayout or GridView. I didn’t find any examples for this…
Thanks for help in advance
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.
I would say
GridViewespecially if you plan on putting all of your Calendar data in aContentProviderfor sharing with other apps. You can then use your the provider and adapters to fill in the GridView dynamically