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…
Windows App Modernization with RAD Studio Tokyo
August 16, 2017
With RAD Studio 10.2 Tokyo, you can easily update your existing application and give it a modern Windows 10 look and feel. In today’s post, I thought I would highlight our Windows 10 support to help you move your existing applications forward.
Windows 10 VCL GUI…
June 16 Webinar - RAD Server Application Deep Dive - Creating a Department Store Retail Solution
June 13, 2016
During this webinar you’ll learn how to develop and deploy a real world Department Store Retail application using Embarcadero RAD Server. The client app runs on smartphones and the server side executes on IIS production servers on premises and on Amazon.The…
Skill Sprint: Unlocking the Windows Runtime (WinRT) and Universal Windows Platform (UWP) on Windows 10
November 24, 2015
Author: Marleon
What is the Windows Runtime (WinRT)?
Introduced in Windows 8
Default program interface
Object Oriented API
Native Code API
Does not replace Win32
Not part of .NET
Not managed code
Not a tablet version of Windows (WindowsRT)
Only way to access some features of Windows 10
Asynchronous
Non blocking > 50ms
Read more about the new world’s C++/WinRT and how it can…