From 94eb893a0126a787f81c648679957171741fea4a Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Mon, 23 Oct 2023 00:51:58 +0700 Subject: [PATCH] docs: 8.4-1.1 --- docs/developers/1_overview.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/developers/1_overview.md b/docs/developers/1_overview.md index 65610492..019873ae 100644 --- a/docs/developers/1_overview.md +++ b/docs/developers/1_overview.md @@ -9,7 +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. - ## 🧑‍💻 Code readability In order to maintain readability of the code, It's highly recommend that you follow https://developer.android.com/jetpack/compose/api-guidelines style guide to maintain