TheImageZoomsample demonstrates how to zoom an image on an iOS or Android device. The sample provides a picture and the user can zoom the picture by pinching it.
You can find Delphi and C++ code samples inGitHub Repositories. Search by name into the sample repositories according to your RAD Studio version.
To add native gestures to your mobile applications, you should…
Learn How to Customize Delphi Components With The FMX Styles In This CodeRage Replay
October 5, 2020
Many FireMonkey developers try to change the properties of the components to make unique designs or styles. But, by changing properties you make a few changes and that is it. What you can do is that you just need to learn how to customize FMX styles.
In this CodeRage…
Learn How To Build Powerful User Interfaces With Delphi FireMonkey In This Bootcamp Replay
October 4, 2020
Once you learn how to create compelling user interfaces with the FireMonkey you start feeling the power of the FireMonkey. In this video, you can learn the concepts of FireMonkey which helps you to think wider with the FireMonkey.
Here are the basics of the…
Open Another Dimension Using the THorzScrollBox Component in Delphi FireMonkey Apps On Android And iOS
October 4, 2020
The THorzScrollBox component helps you to widen your form. This HorizontalScroll sample demonstrates how to use theTHorzScrollBoxcomponent to scroll through different pictures on your FireMonkey form.
Yeah, you already think you can make intro windows with that or interactive content! So how to use this component then? Here is our sample for…
Create A Cross-Platform Photo Sharing App Within 3 Minutes Using C++ Builder FireMonkey
October 3, 2020
C++ Builder has always been an outstanding rapid application development environment for millions of developers around the world. In this tutorial, you can see a demonstration of building a photo-sharing application in under 3 minutes using the C++ Builder FireMonkey for…
GpDelphiUnits is a collection of Delphi units by Primož Gabrijelčič. These units might help you to do some work quickly and efficiently. This is an open-source project and you can check out the full source code on overGitHub.
What you can get from these units?
Learn About The Delphi Language Growth and Modern Capabilities
October 1, 2020
The Delphi has been blazing fast application development environment for over 25 years now and it continues on growth. Delphi is swift and capable of creating any application if you know how to use Delphi!
Currently, with the Delphi, you can create apps for many operating systems:
Microsoft WindowsAndroidmacOSLinuxiOS
Moreover, capable of creating backend services and web…
Learn About This Powerful WYSIWYG IDE Designer For Delphi Web Development
September 21, 2020
IntraWeb has been an awesome framework for Delphi web applications. In this CodeRage session, Chad Hower explains how you can make web apps with the Delphi and new IntraWeb 17 features. For instance new In-IDE designer.
The cool thing about the In-IDE designer is…
Speed Up Delphi Code By Up To 200x With MtxVec Library By Dew Research
September 20, 2020
This CodeRage session by Janez Atmapuri Makovsek shows how you can use the MtxVec library to speed up the Delphi code by 200x.
The key concept is here, once you get the data to the right memory hierarchy level, you need instructions that take advantage of the…
C++17 On Windows 10 With The C++ Builder
September 19, 2020
As you know from C++ Builder 10.3, we have support for the modern C++ 17 version. Here you can see the C++ 17 supportchart.
In this CodeRage session, Dion Mai shows demo applications in action. You can find out how you can use the new C++ 17 functions and an updated C++17 standard library.
What you can find in this session?
Template InductionNested…