coinmarkt
is an Android app to get accurate cryptocurrencies and exchanges data from CoinGecko, you also get news from various sources.
Feel free to contribute, I'm still learning Android development and Kotlin.
You can use Android Studio or IntelliJ IDEA to work with this repository.
Or you can clone the repository manually :
git clone https://github.com/beamop/coinmarkt.git
- Cryptocurrencies listing
- Change (24h)
- Sparkline
- Prices (USD)
- Cryptocurrencies details
- Line chart
- Price (USD)
- Rank
- Volume
- Variation (24h)
- Low / High (24)
- Exchanges listing
- Trust score
- Change (24h)
- Redirect to website with one click
- Latest news
- Aggregated top cryptocurrency articles
- Redirect to article with one click
Coinmarkt is based on MVVM architecture and a repository pattern.
CoinGecko.com for providing free access to the API 🚀 CryptoControl.io for providing high quality news API 📰
And all the dependencies used in this project, you can get the full list using :
gradle app:dependencies