-
Couldn't load subscription status.
- Fork 0
Details screen
The purpose of this screen is pretty obvious: to display more details about a chosen cryptocurrency.
-
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.
-
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.
-
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.
