https://github.com/dev-ritik/politoons-android
Simple Android kotlin based REST API client application using Retrofit
https://github.com/dev-ritik/politoons-android
android-application indian-politics kotlin-android livedata retrofit2 rxjava2 viewmodel
Last synced: about 1 month ago
JSON representation
Simple Android kotlin based REST API client application using Retrofit
- Host: GitHub
- URL: https://github.com/dev-ritik/politoons-android
- Owner: dev-ritik
- Created: 2018-12-09T19:04:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T19:33:00.000Z (over 7 years ago)
- Last Synced: 2025-01-30T13:26:02.811Z (over 1 year ago)
- Topics: android-application, indian-politics, kotlin-android, livedata, retrofit2, rxjava2, viewmodel
- Language: Kotlin
- Homepage: https://politoons.herokuapp.com
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Politoons-Android
This android project is purposely made for understanding
* REST API client using **Retrofit**.
* Latest Android Architecture components: **Live Data** and **ViewModel**.
* **Kotlin**.
The application uses [this](https://politoons.herokuapp.com/myapp/api/)
as the API built using [Django](https://www.djangoproject.com/) hosted
on [Heroku](https://www.heroku.com/home). The source code for this
Django app can be found [here](https://github.com/dev-ritik/politoons).
Data credits: Wikipedia.
### TODO
The following additions can be done in this app:
- [ ] Improving UI
- [ ] Adding Room Database
- [ ] Querying other APIs
- [ ] Mercury