Skip to content

Commit

Permalink
docs: part 8.4-1
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube authored Oct 22, 2023
1 parent a8682d6 commit af49457
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/developers/1_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ It provides a unified and efficient way of building UI that is well-integrated w
## 📂 Structure
We structure our code to use [MVVM architecture](https://developer.android.com/topic/libraries/architecture/viewmodel) for easier maintenance of the code.

* **Model**: responsible for retrieving & storing data as well as performing calculations and other operations
* **View**: responsible for displaying the UI to the user, and send inputs to **ViewModel**
* **ViewModel**: responsible for receiving inputs from **View** and send it to **Model** then update the result

## 🧑‍💻 Code readability
In order to maintain readability of the code, It's highly recommend that you follow
Expand Down

0 comments on commit af49457

Please sign in to comment.