We are pleased to release a hotfix for RAD Studio 10.2. This hotfix addresses:
debugger issues for Android, iOS, and Linux;
Delphi Win64 compiler issues;
a C++ RTL issue addressing a crash on exit;
a security issue in the C/C++ RTL. Our thanks to Łukasz Wyporek for notifying us of this issue.
You can find full details about each issue in the readme and download page on CodeCentral.
We also have…
How to use Android Service(TAndroidService) in C++Builder
April 30, 2017
Author: h.mohri
[Make a new project for Android service.]
File→New→Other
NewItems→Delphi Project→Android Service.
After making the above selection, click OK.
Select a “Local Service” and click OK.
TDM class that inherits TAndroidService will be…
Author: Alan J64141
With RAD Studio, you can build multi-device applications from a single codebase. If you’re just starting with mobile application development using the FireMonkey framework, we have great code snippets to help you get started.
Location Sensor
This…
Using Delphi to get OS version, device name, language on iOS/Android
February 22, 2017
Author: Nikolas M41894
unit uOSVersionAndLocale;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.StdCtrls,
FMX.Controls.Presentation, FMX.ScrollBox, FMX.Memo, FMX.Platform
{$IFDEF Android}
,Androidapi.JNI.Os //TJBuild
,Androidapi.Helpers //…
C++ Coding Bootcamp Training Course With Over 10 Hours Of FREE Training For Android And iOS
February 19, 2017
Author: Kevin M65995
The C++ Boot Camp series is a free Coding Bootcamp training course with over 10 hours of C++ training, question & answer sessions, and much more! C++ can be used to build cross-platform applications for Android, iOS, macOS, and Windows. The Android…
Multi-Device Apps and Clipboard Support
January 31, 2017
Author: Marko Von Richards
We have a lot of great demos to help you get started with RAD Studio. Today’s blog post focuses on our CopyPaste FireMonkey demo.
The CopyPaste sample demonstrates how to create applications that use the system’s clipboard to copy and…
Coding Bootcamp: Learn Blazing Fast Android And iOS Development With 13 Hours Of FREE Training
January 22, 2017
Author: Mark-
The Delphi Boot Camp series is a free Coding Bootcamp with over 13 hours of training, question & answer sessions, and more with experienced developers. Delphi can be used to build cross-platform applications for Android, iOS, macOS, and Windows 10. This coding boot camp will bring you up to speed quickly and get you building and deploying apps to your devices fast. If…
Update your application UI with TMultiView
January 20, 2017
Author: nighthawk2032
To use the TMultiView component, drag and drop the TMultiView component onto your Multi-Device form. You can also use the Master/Detail Multi-Device template (File->New->Multi-Device Application) as a good starting point.
The drawer is…
Visualizando y utilizando Mapas (Componente TMapView)
December 21, 2016
Author: Terry Swiers
En Delphi podemos utilizar diferentes componentes que nos permitan visualizar mapas en nuestras aplicaciones. El más básico, es el componenteTWebBrowserdel que ya he hablado otras veces en el blog. Al final un la visualización de un Mapa…
Get Started Fast With RAD Studio For Cross Platform Development On Android, iOS, macOS, And Windows
December 14, 2016
Author: Daniele Fare
If you are new to RAD Studio and Delphi or you are a long time user these videos will help you setup and configure each of the platforms supported by RAD Studio and Delphi. The platforms supported by VCL apps are Win32 and Win64. The platforms supported by cross platform FMX apps are Android, iOS 32, iOS 64, iOS Simulator, macOS, Win32, and Win64. You can quickly build and…