close
The Wayback Machine - https://web.archive.org/web/20201019153023/https://github.com/phoenix-254/ILoveZappos
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

ILoveZappos

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

Screenshots

Image Image Image
Image Image Image
Image Image Image
Image Image

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

You can’t perform that action at this time.