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 small application that allows your users to control cloud-based virtual machines, cloud computing instances, and even…
Do You Want To See How To Create A Showcase Mobile Game?
April 29, 2021
We love featuring our showcase applications – it’s great to see the versatility and skill Delphi developers put into them. There’s such a wide variety of offerings too from intelligent order-taking, machine-learning vision apps, powerful museum mobile…
George Kirkwood has been working with the programming language ever since Delphi 1. His application (SiteZilla) showcase entry was an excellent addition to the Delphi 26th Showcase Challenge and we exclusively asked him about how he works with Delphi. Take a look at his…
Get A Workflow Supercharge For Your Sales
April 27, 2021
Take your order and billing workflow to the next level with this brilliant Android app. Smart Trader is of course written in Delphi using the cross-platform power of the Firemonkey FMX framework. Produced by Soluciones Informáticas Globales S.A. based in Buenos Aires Smart Trader is now available in its third version for Android.
As stated by the SIG S.A. “SMART TRADER is an app for…
You may know C or C++ from college and want to develop apps, games and AI applications, but are unsure if what you learned suffices to help you reach your goal. How can you shift from “classroom” C++ to Modern C++?
Today, coding in any programming language is an…
Use Modern GUI Forms
Modern C++ compilers with IDE (Visual C++, C++ Builder, Objective-C, Android Studio, etc.) use a graphical interface by operating system behaviors of the application compiled. Console-based applications are good, but in some cases, you may need to add…
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 to use it, some quick-start hints to get you up and running, and a fully working example of using STOMP in your IDE Software…
Terrific Fun With The Good Cat Bad Cat Mobile Game!
April 23, 2021
All the cool cats are coming to a party in this hilarious mobile game. Watch out though, some are coming to have fun, but just like a real party, some will try to ruin it! Your task is to let the GOOD cats IN and keep the BAD cats OUT. No party poopers allowed!. The…
Easily Automate The DigitalOcean API From Windows And Mobile
April 19, 2021
DigitalOcean offers a set of APIs that we can access to manage their products from our application. You can create applications that act like DigitalOcean’s Droplets Control Panel. You can access DigitalOcean’s API documentation here…
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…