Skip to content

(Java, SQLite) Tracking Current price of bitcoin and historical price of bitcoin

Notifications You must be signed in to change notification settings

AndyEstevez/CryptoApp

Repository files navigation

CryptoApp

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.

Libraries

  • 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

API Reference

  • CoinAPI: API used for getting the image, current price and historical price of Bitcoin

Screenshots

About

(Java, SQLite) Tracking Current price of bitcoin and historical price of bitcoin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages