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

https://github.com/opatry/mystodon

Case study/POC app fetching Mastodon REST API on Android.
https://github.com/opatry/mystodon

android androiddev case-study coroutines kotlin mastodon poc rest retrofit

Last synced: 27 days ago
JSON representation

Case study/POC app fetching Mastodon REST API on Android.

Awesome Lists containing this project

README

          

# Mystodon Android

## Project description

This project is absolutely not meant to be a real product of any kind.
It's a case study app aiming at fetching Mastodon REST API on Android.

## 3rd party libraries

- [Material Design Components](https://github.com/material-components/material-components-android)
- [Kotlin](https://kotlinlang.org/)
- [Kotlin coroutines](https://kotlinlang.org/docs/reference/coroutines/coroutines-guide.html)
- [Retrofit](https://square.github.io/retrofit/) (+ Gson converter), using `suspend` for Kotlin coroutines
- [Coil](https://coil-kt.github.io/coil/)
- [JUnit](https://junit.org/junit4/)
- [Espresso](https://developer.android.com/training/testing/espresso/index.html)