Skip to content

Commit 5626b65

Browse files
committed
Update architecture
1 parent 578328f commit 5626b65

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,18 @@ REALTIME_DATABASE_URL=https://server-driven-compose-default-rtdb.asia-southeast1
5959

6060
</details>
6161

62-
## Component Versioning
63-
64-
**Server Driven Compose** demonstrates a versioning system for each component and how to synchronize them with the application in real-time.
65-
66-
<img src="preview/gif1.gif"/>
67-
6862
## Architecture
6963

7064
**Server Driven Compose** fetches data from Firebase Realtime Database and makes it an observable flow in the data layer. The presentation layer then takes this data and assembles it into components, which are formatted to be consumed by UIs as composable functions.
7165

7266
![architecture](figure/arch.png)
7367

68+
### Component Versioning
69+
70+
**Server Driven Compose** demonstrates a versioning system for each component and how to synchronize them with the application in real-time.
71+
72+
<img src="preview/gif1.gif"/>
73+
7474
### Design Patterns
7575

7676
**Server Driven Compose** adheres to the MVVM architecture and implements the Repository pattern, aligning with [Google's official architecture guidance](https://developer.android.com/topic/architecture).

0 commit comments

Comments
 (0)