hwki / SimpleBitcoinWidget

Clean looking, simple cryptocurrency widget for Android.
MIT License
106 stars 47 forks source link

Show change of price (%) #115

Open ondrejnedoma opened 1 year ago

ondrejnedoma commented 1 year ago

This is a very useful feature of the CoinGecko as well as CoinMarketCap widgets. Would be nice to see it in this open source app too. Seems like the CoinGecko API has a "include_24hr_change" query boolean. So it should just be a matter of re-writing the widget to accept both the price and change instead of just the price.