Skip to content

Commit 6773587

Browse files
update README.md
1 parent 1d0086b commit 6773587

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ Sample project that build with MVVM clean architure and various cool techs inclu
1111

1212
Unit tests are written with JUnit4, JUnit5, MockK, Truth, MockWebServer.
1313

14-
| Flow | RxJava3 | Pagination
15-
| ------------------|-------------| -----|--------------|
14+
| Flow | RxJava3 | Pagination |
15+
| ------------------|-------------| -----|
1616
| <img src="./screenshots/property_flow.png"/> | <img src="./screenshots/property_rxjava3.png"/> | <img src="./screenshots/property_pagination.png"/> |
1717

18-
1918
## Overview
2019
* Gradle Kotlin DSL is used for setting up gradle files with ```buildSrc``` folder and extensions.
2120
* KtLint, Detekt, and Git Hooks is used for checking, and formatting code and validating code before commits.
@@ -27,6 +26,8 @@ Unit tests are written with JUnit4, JUnit5, MockK, Truth, MockWebServer.
2726
* Domain module uses useCase classes to implment business logic to fetch and forward data
2827
* ViewModel uses LiveData with data-binding to display LOADING, and ERROR or SUCCESS states.
2928

29+
<img src="/./screenshots/property.gif" align="right" width="32%"/>
30+
3031
## Built With 🛠
3132

3233
Some of the popular libraries and MVVM clean architecture used with offline-first and offline-last with Room database and Retrofit as data source

screenshots/property.gif

10.8 MB
Loading

0 commit comments

Comments
 (0)