Completed
- Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Make a Clean Architecture Note App - Android Studio Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - What is clean architecture?
- 3 - Setting up the project structure
- 4 - Setting up the SQL Database
- 5 - NoteRepository
- 6 - GetNotes use case
- 7 - DeleteNote use case
- 8 - NoteUseCases wrapper class
- 9 - Dagger-Hilt Setup
- 10 - NotesViewModel
- 11 - NotesScreen
- 12 - GetNote use case
- 13 - AddEditNoteViewModel
- 14 - AddEditNoteScreen
- 15 - Navigation setup
- 16 - Running the app