An android app that creates an account, view the current pricing of Bitcoin based on CoinAPI. See the historical pricing of Bitcoin by 24 Hour/1 Week/1 Month intervals and view buy/sell transactions the user creates which calculates their Net Cost.
- Picasso: Used for loading the image of BTC
- MPAndroidChart: Used for creating the historical pricing chart
- FancyButtons: Used for creating unique buttons in creating transactions
- Gson: Used to convert the arraylist of Transactions to JSON to load and save the list for Shared Preferences
- CoinAPI: API used for getting the image, current price and historical price of Bitcoin