Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
masooddalman authored Aug 26, 2023
1 parent c82e052 commit 5a92898
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
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.

0 comments on commit 5a92898

Please sign in to comment.