Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Learn to build a sophisticated note-taking application using Jetpack Compose and Clean Architecture principles in this comprehensive Android Studio tutorial. Dive deep into creating a CRUD (Create, Read, Update, Delete) application following the MVVM (Model-View-ViewModel) pattern. Begin with an introduction to clean architecture, then progress through setting up the project structure, implementing an SQL database, and creating use cases for note management. Explore Dagger-Hilt for dependency injection, develop ViewModels for efficient data handling, and design responsive user interfaces with Jetpack Compose. Master navigation setup and bring your app to life by running it in Android Studio. Perfect for developers looking to enhance their skills in modern Android development techniques.
Syllabus
- Introduction
- What is clean architecture?
- Setting up the project structure
- Setting up the SQL Database
- NoteRepository
- GetNotes use case
- DeleteNote use case
- NoteUseCases wrapper class
- Dagger-Hilt Setup
- NotesViewModel
- NotesScreen
- GetNote use case
- AddEditNoteViewModel
- AddEditNoteScreen
- Navigation setup
- Running the app
Taught by
Philipp Lackner