Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 611 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 611 Bytes

Cryptocoin Tracker

Playground project originally created to learn some of the Android Architecture Components. The app allows you to look at live prices of many types of cryptocoins as well as create a wallet to track total portfolio value. (does not deal with actual purchasing of coins)

Some of the tech in use:

  • MVVM
  • Repository pattern
  • Room
  • Databinding
  • Websockets
  • Coroutines
  • Navigation arch component
  • Modern dagger setup with ability to use AssistedInject for constructor injection of dynamic parameters
  • Dynamic theming
  • ViewModel SavedState
  • Gracefully handles process death