How to create a weekly calendar view using Android Studio and Java. In this example project we convert our monthly calendar view into a weekly calendar view.
We also add in the ability to add daily events to our calendar. The events are then displayed in list view. Our list view will update with the events which are happening on that day.
Part 1 Monthly Calendar tutorial:
https://youtu.be/Ba0Q-cK1fJo
Part 3 Daily Calendar View:
https://youtu.be/Aig99t-gNqM
Monthly Calendar Source Code:
https://github.com/codeWithCal/CalendarTutorialAndroidStudio
Weekly Calendar Source Code:
https://github.com/codeWithCal/CalendarTutorialAndroidStudio/tree/WeeklyCalendar
Date Picker Tutorial:
https://youtu.be/qCoidM98zNk
Time Picker Tutorial:
https://youtu.be/c6c1giRekB4
⏱️ TIMESTAMPS ⏱️
00:00 - Intro
00:22 - Weekly calendar view
06:51 - Highlight selected date
07:53 - Daily event list
#CalendarAppTutorial #LearnAndroidStudio #AppDevelopment