-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,23 @@ | ||
# MVVM design pattern with the Clean Architecture approach | ||
# Android MVVM + Clean Architecture | ||
|
||
## ⚠️[Not Deprecated But]⚠️ | ||
Please take a look into this Android Template as well: https://github.com/Drjacky/MVVMTemplate | ||
A simple Android application to show the MVVM design pattern usage with following Clean Architecture approach. | ||
|
||
## Features 🕹 | ||
|
||
- 100% Kotlin-only. | ||
- Following Clean Architecture approach. | ||
- Following MVVM Architectural Design Pattern. | ||
- Using Pagination. | ||
- Simplest Adapter Ever (based on this [workaround](https://proandroiddev.com/the-best-android-recycler-adapter-youve-ever-seen-probably-177e25279a28)). | ||
|
||
## Under Development 🚧 | ||
|
||
- Some minor improvements. | ||
- *Please take a look into this [Android Template](https://github.com/Drjacky/MVVMTemplate) instead* | ||
|
||
## Contributing 🤝 | ||
|
||
Feel free to open a issue or submit a pull request for any bugs/improvements. | ||
|
||
## Result 📺 | ||
![Screenshot](https://raw.githubusercontent.com/Drjacky/MVVM/master/list.png) |