Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/CharlieChristensen/Cryptotracker


https://github.com/CharlieChristensen/Cryptotracker

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

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