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
- Host: GitHub
- URL: https://github.com/meta-ben/androidarchitecturecomponents_example
- Owner: Meta-Ben
- Created: 2023-07-30T20:54:14.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T22:47:49.000Z (almost 2 years ago)
- Last Synced: 2025-11-19T05:03:10.989Z (7 months ago)
- Topics: android, architecture-components, kotlin
- Language: Kotlin
- Homepage:
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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``