Skip to content

Commit c9735cb

Browse files
committed
feat: added settings
1 parent 675a1f6 commit c9735cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ You can download the latest version of the application from the [releases page](
2121
The application is built using modern Android development practices and libraries:
2222

2323
- **UI:** The user interface is built entirely with **Jetpack Compose**, providing a modern and declarative approach to UI development.
24+
- **Navigation:** **Jetpack Compose Navigation 3** is used for navigating between screens in the app.
2425
- **ViewModel:** **Android ViewModel** is used to manage UI-related data and handle the state of the application.
2526
- **Database:** **SQLDelight** is used for local data persistence, offering a lightweight and type-safe SQL database solution.
2627
- **Dependency Injection:** **Koin** is used for dependency injection to promote a modular and testable architecture.

0 commit comments

Comments
 (0)