bytebeats / compose-bitcoin

Android Bitcoin market app base on Jetpack Compose and MVI. The app displays current bitcoin market price and history price k-line charts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compose-bitcoin

GitHub latest commit GitHub contributors GitHub issues Open Source? Yes! GitHub forks GitHub stars GitHub watchers

Android Bitcoin market app base on Jetpack Compose and MVVM & MVI.

Graph Effects

Features

  • Current bitcoin market price.
  • K-line charts of history prices.
  • Popular stats for blockchain.

Tech stack and whys

  • Kotlin - Kotlin on Android is a “first-class” language and it has a lot of benefits.
  • MVVM & MVI Architecture - Modern, maintainable, and Google suggested app architecture.
  • Dagger Hilt - Easy implementation and less boilerplate code than Dagger2.
  • Coroutine + Flow = MVI
  • Retrofit - Type-safe HTTP client for Android and Java.
  • OkHttp - Meticulous HTTP client for the JVM, Android, and GraalVM.
  • Moshi - Modern JSON library for Android, Java and Kotlin. It makes it easy to parse JSON into Java and Kotlin classes.
  • Jetpack Components - Compose, ViewModel and more.
  • MPAndroidChart - Powerful Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations.
  • Lottie - Mobile library for Android and iOS that parses Adobe After Effects animations exported as json with Bodymovin and renders them natively on mobile!
  • Truth & Mockk - For more readable unit tests.

Stargazers over time

Stargazers over time

Github Stars Sparklines

Sparkline

Contributors

Contributors over time

MIT License

Copyright (c) 2021 Chen Pan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

Android Bitcoin market app base on Jetpack Compose and MVI. The app displays current bitcoin market price and history price k-line charts.

License:MIT License


Languages

Language:Kotlin 100.0%