Skip to content

A simple mobile app that acquires a list of cryptocurrencies from an api. It is implemented using MVVM

Notifications You must be signed in to change notification settings

Fr1x3/cryptocurrency

Repository files navigation

Crytocurrency Mobile App

A CodeMentor app challenge to consume the CoinLore API, and display a list of cryptocurrencies and their current price in the mobile app.

Requirements

When the user opens the app, they should see a list of cryptocurrencies, and each list item of a cryptocurrency should have the following data corresponding to the cryptocurrency:

Name of the cryptocurrency (e.g. Bitcoin)
Symbol of the cryptocurrency (e.g. BTC)
Current price in USD (e.g. $6545)
Rank
Percentage last 7 days

Libraries used

  • retrofit
  • coroutines
  • lifecycle viewmodel and livedata

About

A simple mobile app that acquires a list of cryptocurrencies from an api. It is implemented using MVVM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages