Search code examples
androidandroid-calendar

Need Calendar App Suggestions for Android


I've been tasked to implement an appointments app. The main screen is to display the days of the current month and which year it is and the user can perform various tasks by selecting a day and pressing one of 6 buttons.

I'm a little lost as for where to start on this. Should I create a view in XML or would it be better to do it in the code? I've read up on the calendar class but have had no luck actually getting an example working.

Any suggestions/examples on how to get started on this would be appreciated.

Thank you.


Solution

  • you'll write code to work with the layouts you create in XML