C++

Addressing iOS 13 and Android 64-bit with RAD Studio

The mobile landscape is constantly changing. iOS 13, which was released on September 19th, adds a system-wide Dark Theme. Many software applications, including Delphi and C++Builder, now allow you to switch between a light and dark theme. Users who prefer to work at night or in low-light environments will benefit from dark themes. When developing an app for iOS 13, developers can choose to support…
Read more
News

iOS 12 and Android 9 Support in RAD Studio 10.3 Rio

RAD Studio 10.3 supports the latest versions of iOS and Android. RAD Studio 10.3 includes iOS 12 support for targeting iPhone and iPad devices and building App Store and Enterprise applications. This is in addition to supporting iOS 11 and 10. With 10.3 Rio, we support Android versions 9, 8, 7, 6, and 5. RAD Studio 10.3 Rio includes support for Android API version 26 development, as required by…
Read more
Delphi

ACCESSING GOOGLE FIREBASE CLOUD FIRESTORE

Author: Landerson Gomes In this post an example of native Delphi component access to Google Firebase Cloud Firestore. Check out the video and download the sample sources. Check out the original post at (in portuguese): Acessando Google Firebase Cloud…