Skip to content

Details screen

Alexey Novikov edited this page Jan 22, 2018 · 4 revisions

The purpose of this screen is pretty obvious: to display more details about a chosen cryptocurrency.

  1. At the very bottom there is a segmented control that allows to switch between five real currencies to display values in: Euro (EUR), US Dollar (USD), UK Pound (GBP), russian Ruble (RUB), and the japanese Yen (JPY). Each time user selects a different currency, the values on screen should be updated, the recalculation should be handled by the means of the remote API.

  2. On the top of the screen you should display the cryptocurrency name and code. To get bonus points, include the currency icon in higher resolution next to these strings.

  3. Between these two sections of the screen there is a list of details about the cryptocurrency, such as global rank of the currency, the last update timestamp, formatted as "dd.MM.yyyy, HH:mm:ss UTC", price per coin, hourly, daily and weekly deltas of the market capitalization for this crypto.

An example of how this screen should look like is depicted on the image below.

Clone this wiki locally