phoenix-254 / ILoveZappos

An Android application displaying cryptocurrency price information using bitstamp API - Zappos intern challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ILoveZappos

An Android application displaying cryptocurrency price information using bitstamp API - Zappos intern challenge

Screenshots

API used

Libraries used

The application is having following components

  1. Splash screen:
    • A basic static screen used to display some animations and provide an introcution to the app.
  2. Transaction history:
  3. Order Book:
  4. Price Alert:
    • This screen allows the user to create price alert notification which notifies the user when the current price goes below or above a user selected value. This allows the user to not monitor the much volatile Bitcoin market contnuously and get notified when the Bitcoin price hits the desired Buy/Sell value of the user.
    • It also allows to delete or update previsouly set alerts.
    • A background service runs every hour that makes API request to get the latest price and shows notification to the user if the latest price matches the alerts criteria set by user.
    • API Url : https://www.bitstamp.net/api/v2/ticker_hour/btcusd/

Try out

  • Click here to download APK file.
  • Click here to view video demo.

License

License: GPL v3

About

An Android application displaying cryptocurrency price information using bitstamp API - Zappos intern challenge

License:GNU General Public License v3.0


Languages

Language:Kotlin 100.0%