I created a contacts app in Kotlin, which was built using the MVVM architecture, Room DB, LiveData, Lifecycle, Repository, DAO, VM, Flow, Coroutines, NavGraph.
The app is written in a way that it remains stateless throughout its entire flow, achieved by using the Observer pattern and Single-Activity architecture.
While writing this project, I tried emphasizing clean code, readable docs, OOP concepts, and keeping it scalable so it can grow without dramatic code changes.
Used best practices for a smooth UX/UI, such as ConstraintLayout, CoordinatorLayout and overall Design Material guidelines.
The app is written in a way that it remains stateless throughout its entire flow, achieved by using the Observer pattern and Single-Activity architecture.
While writing this project, I tried emphasizing clean code, readable docs, OOP concepts, and keeping it scalable so it can grow without dramatic code changes.
Used best practices for a smooth UX/UI, such as ConstraintLayout, CoordinatorLayout and overall Design Material guidelines.
Show More