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:
• Calendar App Example Android Studio T...
Part 3 Daily Calendar View:
• Daily Calendar View Android Studio Tu...
Monthly Calendar Source Code:
https://github.com/codeWithCal/Calend...
Weekly Calendar Source Code:
https://github.com/codeWithCal/Calend...
Date Picker Tutorial:
• Pop Up Date Picker Android Studio Tut...
Time Picker Tutorial:
• Pop Up Time Picker Android Studio Tut...
⏱️ TIMESTAMPS ⏱️
00:00 - Intro
00:22 - Weekly calendar view
06:51 - Highlight selected date
07:53 - Daily event list
#CalendarAppTutorial #LearnAndroidStudio #AppDevelopment