🗲 Android | Kotlin 🗲
⚉ MVVM ⚉ Rest API with Retrofit ⚉ Room Persistence Database ⚉ RxJava ⚉ Day/Night Theme ⚉ Map View
- GET http://jsonplaceholder.typicode.com/posts
- GET http://jsonplaceholder.typicode.com/users
- GET http://jsonplaceholder.typicode.com/comments
- POST https://jsonplaceholder.typicode.com/posts (use userId as 1)
○ Sample JSON body: { "title": "foo", "body": "bar", "userId": 1 }
(No other additional configurations)