When you start developing applications, you start to think about making a great user experience with a great and stunning user interface. With this Icons8 icon pack, you can get visually stunning icons for free.
With more than 64,800 free icons your applications communicate with the user very easily since these icons give meaning to the function that you have built in the…
Stunning Cross-Platform FireMonkey App Profile Templates Available For Android And iOS From GetIt
December 8, 2020
This FireMonkey UI template includes three different designs for implementing an app profile screen in a multi-device application.
As you can see, these are the app profile Delphi/C++ Builder FireMonkey samples. From these sample app profile demos, you can learn…
Learn How To Use Return Type Deduction In C++ For Windows Apps
December 4, 2020
In this tutorial, you will learn how to use return type deduction in C++ Builder. For the C++14 scheme ofautowith functions, the compiler can deduce return types for any function, no matter how complex it is. The only requirement is that each return statement…
Quickly Build Enterprise-Grade Multi-Tier Solutions Using DataSnap In Delphi And C++
December 4, 2020
Al Mannarino walks you through how to build a DataSnap solutions project using the DataSnap Setup Wizard.
Overview
Wizards in the DataSnap Server categoryDataSnap WebBroker Application WizardMain components and unitsImplement the DataSnap server functionalityDataSnap ClientsDataSnap Use Cases
Mainly Delphi and C++ Builder developers utilize 3 major backend technologies:
WebBroker…
Easily Add Slide Animations To Your Cross Platform Apps With Gesture Support In This FireMonkey Sample
December 3, 2020
In this post, you will discover two different demo application,the first oneshows you how to add sliding tabs to an application through the use of multiple tabs with custom settings, next and back buttons, and gesture support.The second sampleshows…
In this tutorial, you will learn another modern C++17 feature to work with strings. This feature is astd::string_view. The purpose of any kinds of string reference proposals is to bypass copying data that already owned someplace and of which only a non-mutating…
Combine Front End, Back End, And Business Logic In Modern Full-Stack Development With Delphi
December 1, 2020
Many application developers are building a web version of their services to get more users. For instance, you do not always have the same phone or same laptop to utilize the application, if the application has a web version everything is done.
In this webinar, you can see what is new with TMS Software and how you can use their full range of components to modernize your Windows 10…
Learn How To Build A REST API App For iOS In 45 Minutes With Delphi
November 30, 2020
In this CodeRage session, you can find the most valuable information and best practices on building an application for iOS using Delphi FireMonkey. Easily learn how to build a real-world application using Delphi FireMonkey!
Overview:
Recipes app which fetches data from…
ThisFireMonkey UI templateis designed for implementing a login screen in a multi-device application. And shows how to utilize FireMonkey designing guidelines.
Check out the how FMX Login Screens look like in this article.
As you can see, this…
Flexible Brotli Compression Library For Your Windows Delphi/C++ Builder VCL And FMX Apps
November 28, 2020
Intro
Most of Delphi and C++ Builder developers utilize preinstalled components and libraries to compress and decompress files. For instance, the System.Zlib which supports gzip and deflate, the System.Zip is also helpful to handle .zip archive files. Moreover, Indy’s TIdCompressorZLib which is based on Zlib.
But that is not it. There are more different libraries based on different…