-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
c82e052
commit 5a92898
Showing
1 changed file
with
6 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# MVVMexample | ||
Implementing MVVM design pattern without RX and Dependency Injection. | ||
|
||
|
||
In this example, you can see how to call REST API with retrofit and work with Room Database in the MVVM design pattern. The app uses REST API to log in and fetch data while using a local database using the Room library to save user favs on the user's device. | ||
The app uses https://fakestoreapi.com/ API to log in and fetch data. You can download and install the APK from the release section. |