Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.05 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.05 KB

🚀 Bitcoin Price Chart

A simple Android application which fetch BTC -> USD exchange rate development in time and visualize the data in a chart.

Available on Google Play.

Screenshot

Main goals of this project

  • Create a good architecture with separate UI and business logic
  • Use MVVM (from Android Architecture Components), RxJava2 and Dagger2
  • Write well readable, maintainable and testable code
  • Multi-modular project structure
  • Use Kotlin ❤️

Inspiration