using www.coingecko.com api.
- Delphi Community Edition 11.3 Delphi Community edition
- REST/JSON -> CoinGecko API to obtain crypto details.
- No Third Party dependencies.
- TTasks/PPL for asynchronous tasks, reducing impacting on UI thread.
- Simple Timer to update details periodically. keeping the code lightweight.
- NOTE Progress wheel displays when an async operation active, but the main UI responsive.
- Parallel Programming Library
- Managed Records
- Managed Records articles
- System.TMonitor
- Delphi: Wait for threads to finish
- Ongoing.