C++

Firebase Android Push Notification Support with RAD Studio 10.3.1

Last year, Google deprecated Google Cloud Messaging, also known as GCM. We have built-in support in FireMonkey for GCM. Google has announced that the “The GCM server and client APIs are deprecated and will be removed as soon as May 29, 2019. Migrate GCM apps to Firebase Cloud Messaging (FCM), which inherits the reliable and scalable GCM infrastructure, plus many new features.” In this…
Read more
News

New VCL and FireMonkey Styles in RAD Studio 10.3.1

In today’s blog post, I wanted to highlight the 15 new custom VCL Windows and FireMonkey multi-device styles that we added to Delphi, C++Builder and RAD Studio 10.3.1.Many of the styles come in different color variants, and Bitmap Style Designer templates are also…
Delphi

New Dialogs Box on Android with Delphi 10.3 Rio

Author: Landerson Gomes One of the features introduced in Delphi 10.3 Rio was the new design of the Dialog Boxes for Android. Check out this video for an example using ShowMessage! Video Access the original post in Portuguese on my personal blanderson gomesomes.com.br. Do…
News

Android Z-Order, Native Controls, and 10.3 Rio

Before 10.3 Rio, you couldn’t put other controls on top of a platform-native control like TWebBrowser or TMediaPlayer, The stacking of controls is referred to as Z-Order. This was especially annoying when used with the TMultiView (one of my favorite controls), because the drawer would slide out under rather than over the platform-native control. There were workarounds, but it was still…
Read more
Delphi

Get the Competitive Edge with FireUI

The Market Today To stay relevant, be successful and reach users, mobile app developers need to develop multi-device apps. Looking at the latest mobile OS market share stats, iOS and Android is split down the middle in the US, with iOS being prevalent in Japan and Android in…
Delphi

Learn How To Replicate A TFDMemTable Into An IBLite Table With FireDAC In Delphi 10.2 Tokyo

The Field Service Template client app has offline capabilities which allows you torecord changesoffline without an internet connection. Later updates can be sent back up to the RAD Server once an internet connect is detected. One of the pieces of code in the Field Service Template client app that makes this possible is a function which will take the FireDAC JSON that is received from…
Read more