DelphiRAD Studio

Everything You Need to Know About Cross-Platform Development

Recently I have discussed various topics on cross-platform development. We have explored and discovered different cases of cross-platform mobile and desktop development and learned about the best options when it comes to native and cross-platform development. Here a great selection of useful articles about cross-platform development we’ve published in the last few months. We also go on to…
Read more
DelphiRAD Studio

How To Save Money On Cross-Platform Development Frameworks

Are you considering developing a mobile application? Your thoughts immediately turn to native app development. Still, before you decide, it is critical to understand that native apps are designed for something like a specific platform, such as iOS or Android, with a different codebase. Cross-platform apps, on the other hand, can target multiple platforms with a single codebase. Here in this brief…
Read more
DelphiNews

How To Make A Native Cross-Platform App In 30 Seconds

In the last few years, companies are increasingly seeking the most cost-effective ways to optimize the way they make powerful applications. Cost-effective demands high productivity and a fast app development environment. Furthermore, using Windows App Development Tools to…
News

Learn to program C++ with C++Builder Community Edition: #5 Operators, and final application!

Welcome to the fifth and final episode of Learning C++ with C++Builder Starter.Last time, we had a calculator and numerical input, demonstrating using boost::optional, smart pointers, and more. This post is shorter: it will finish the calculator with operators (implementing addition, subtraction, etc) and end with a full application, ready to move to cross-platform if you wish. Operators The…
Read more
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