Главная
Study mode:
on
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
Description:
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.

How to Make a Clean Architecture Note App - Android Studio Tutorial

Philipp Lackner
Add to list