diff --git a/README.md b/README.md index ce36a94..bda4b54 100755 --- a/README.md +++ b/README.md @@ -11,11 +11,10 @@ Sample project that build with MVVM clean architure and various cool techs inclu Unit tests are written with JUnit4, JUnit5, MockK, Truth, MockWebServer. -| Flow | RxJava3 | Pagination -| ------------------|-------------| -----|--------------| +| Flow | RxJava3 | Pagination | +| ------------------|-------------| -----| | | | | - ## Overview * Gradle Kotlin DSL is used for setting up gradle files with ```buildSrc``` folder and extensions. * 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. * Domain module uses useCase classes to implment business logic to fetch and forward data * ViewModel uses LiveData with data-binding to display LOADING, and ERROR or SUCCESS states. + + ## Built With 🛠 Some of the popular libraries and MVVM clean architecture used with offline-first and offline-last with Room database and Retrofit as data source diff --git a/screenshots/property.gif b/screenshots/property.gif new file mode 100644 index 0000000..5953755 Binary files /dev/null and b/screenshots/property.gif differ