CodeDelphiRAD Studio

How To Make A Powerful Low Code Currency Conversion App

Wouldn’t it be nice to have real-time and historical currency information for your business and be able to instantly retrieve up-to-date exchange rate data for more than 168 world currencies? The currencylayer API is capable of delivering accurate exchange rates with data updates ranging from every 60 minutes down to stunning 60 seconds. In this article, we will see how fast and easy it is to…
Read more
C++Code

This Week's New C++ Post Picks From LearnCPlusPlus.org

Hello C++ Developers. Every week, we try to add about 8 to15 new and unique C++ posts to LearnCPlusPlus.org and these are mostly educational posts that can be used by a wide range starting from beginners to professional developers. We explain here how to use the powerful Modern C++ language in easy steps. We test examples with the latest RAD Studio, C++ Builder versions (10.4.2) to test…
Read more
DelphiRAD Studio

How To Create A Cross-Platform News App With Delphi

In this post, I will demonstrate how to create a news application with Delphi FireMonkey. We will integrate one of the market-leading news RESTful web services into our Delphi cross-platform application. MediaStack API – is a free and simple REST API for live news and blog articles. This service is platform agnostic and can be utilized with any Windows App Development tools quickly. In…
Read more
DelphiNews

How to Use Azure Cognitive Services

It’s been around 6 years since I last wrote about the Azure Translator Services. Since 2015, the API has been updated from XML to JSON and re-organised under the Cognitive Services branding. Additionally, functionality has been broken down into different resources to…
CodeDelphiRAD Studio

This Is How To Make A Geocoding App in 5 Minutes

In our super-connected world, looking up physical addresses and getting accurate geographic locations is becoming an almost must-have skill for our apps. Would you like to enhance your application with accurate forward and reverse batch geocoding? Wouldn’t it be nice to have a free, lightweight, and easy-to-use geocoding REST API to geocode any global address or set of coordinates in…
Read more