How cool would it be for your Windows or mobile app to allow travelers to take random pictures at interesting places and retrieve instant useful information about the location they are visiting and the landmarks they can see? In this article we will see how to easily do just that using RAD Studio and Delphi with only few lines of code!
Google API – harnessing super computing power the…
Embarcadero has released a new InterBase ADO.NET driver for Visual Studio. The new driver, made available as a Nuget package and listed in the Visual Studio marketplace, will offer Visual Studio 2019 IDE integration and full support for ADO.NET and the Entity Framework.
The…
The great thing about Delphi is that it makes the tough jobs really easy. For instance, take the task of controlling cloud servers. By using Windows App development tools like RAD Studio Delphi’s cross-platform Firemonkey FMX framework, you can actually EASILY write a…
Rafael Antonio Rojas Jaque started to use Delphi in 2008. He has submitted a showcase entry (SADIS) for the Delphi 26th Showcase Challenge and we wanted to know more about his application. You can check it out at SADIS.
When did you start using RAD Studio/Delphi and have long have you been using it?
En el 2016 RAD Studio, Delphi lo uso desde 2008 I have been using RAD Studio since 2016…
Machine Learning: 5 Ways To Use ML in your Windows Apps
April 27, 2021
How do I start using Machine Learning in Windows?
Machine learning isn’t just for the cloud, or run locally in a web browser or command prompt. Microsoft is bringing it to PCs in the latest Windows 10 release. For example, Microsoft provides Python’s WinRT to create…
Add STOMP to your apps for lightweight real-time streaming
April 25, 2021
STOMP is a publish/subscribe messaging protocol that allows for very lightweight communications between almost any mixture of programming languages, operating system platforms, and “message brokers”. This article goes into detail about what STOMP is, why you would want…
Connecting Databases with FireDAC through SSH
April 22, 2021
A customer recently inquired whether FireDAC could be used to connect to a database via an SSH tunnel. Of course, the short answer is yes. But first, let’s define an SSH tunnel and how it can be easily accomplished with Delphi and FireDAC.
SSH Tunnels
Secure Shell (ssh) is a standard tool that comes with most “network” operating systems, such as Windows. Linux, UNIX, macOS, and…
Easily Deploy Powerful AI Vision Tools On Windows And Mobile
April 22, 2021
The AI Vision API from Google Cloud provides powerful pre-trained machine learning models that you can easily use in your desktop and mobile applications via REST or RPC API method calls. Assume you want your app to detect objects, locations, activities, animal species, and…
Learn To Use ExchangeRates API With REST In C++ Builder
April 17, 2021
Do you want to add live exchange rates features to your applications? You can easily get live exchange rates in our C++ Builder and Delphi applications by using ExchangeRates API from theexchangeratesapi.iothat is free for 250 requests monthly. It is very easy to…
Websockets Harness Real-Time Power In Your Delphi Apps
April 16, 2021
Do you currently use websockets in your applications? Do you want to learn more about what websockets can do for your apps? Continue reading to learn everything you need to know about using websockets with Delphi, as well as a rundown of some of the available component sets that take the guesswork out of making the magic happen.
What are WebSockets?
A websocket implementation has two sides…