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

https://github.com/meta-ben/androidarchitecturecomponents_example

2019 - Experiment on Android Architecture Component
https://github.com/meta-ben/androidarchitecturecomponents_example

android architecture-components kotlin

Last synced: 22 days ago
JSON representation

2019 - Experiment on Android Architecture Component

Awesome Lists containing this project

README

          

# Android Architecture Components Example 🤖

This project is a working example of [Android Architecture Components](https://proandroiddev.com/android-architecture-components-cb1ea88d3835)

It also implement the [CoinMarketCap API](https://pro.coinmarketcap.com/api/v1#section/Quick-Start-Guide)

Made with [Android Studio 4.1](https://developer.android.com/studio/archive?hl=en).

## Stuff to know for running the app ⚙️

If you want to test it you first need to go on the ``CoinMarketCap Website`` and generate an ``API KEY`` you can also get the dummy one into their documentation

then replace ``YOUR-KEY`` into ``build.gradle``

## Plugin used inside 🧩
[Timber](https://github.com/JakeWharton/timber)

[Stetho](https://github.com/facebookarchive/stetho)

[Android Coroutines](https://developer.android.com/kotlin/coroutines?hl=fr)

[Dagger2](https://developer.android.com/training/dependency-injection/dagger-android?hl=fr)

[Fuel](https://github.com/kittinunf/fuel)

Also using the ``androidx.lifecycle:lifecycle-extensions`` and ``androidx.lifecycle:lifecycle-compiler``