An open API service indexing awesome lists of open source software.

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

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