Coin Radar is an Android app for tracking top cryptocurrencies, built entirely following the course The Best Practice Guide to Android Architecture by Philipp Lackner.
- Live prices of major cryptocurrencies
- Interactive price chart
- CoinCap API integration
Add your generated API key from the CoinCap website to the local.properties file as follows:
API_KEY=your_generated_api_key
The app is implemented based on Philipp Lacknerโs course mentioned above.