Delphi

With 15 days to go, they decided to change everything

Author: Landerson Gomes Here in Brazil, students at a college, when they are close to completing their studies, must submit a course completion paper, the TCC. Talita e Mateus Get to know in the post on my blog the story of Talita and Mateus: 2 brothers from the city of Maringá Brazilian state of Paraná, with only 15 days left to deliver the TCC decided to change the programming language that…
Read more
Delphi

Tears of Ra - Cool Apps Selection

Today’s CoolApps selection is Tears of Ra, by Konstantinos Onoufriadis. It is an Egyptian-themed slot machine app that is a lot of fun to play and explore. Tears of Ra was written and developed with Delphi and is availablenow on Android. I asked Konstantinos why he…
Delphi

Delphi Android 64-bit In-App-Purchase Fix

We have found a severe issue with the TInAppPurchase component on Android 64-bit and here is a workaround you can apply directly to your code. After our release of RAD Studio 10.3.3, which includes for the first time Delphi Android 64-bit support, a few customers have reported issues when recompiling applications that use the TInAppPurchase component. When these applications are compiled for…
Read more
Delphi

Voice Recorder - Cool Apps Selection

Today’s Cool Apps selection is Voice Recorder from Norman Apps. As the name suggests, this is a high-quality voice recorder for Android devices that was developed in Delphi with FireMonkey and has a lot of fantastic features. Olivier Hubart, the lead developer, has…
C++

Overview of Embarcadero Conference 2019 in Brazil

Author: Landerson Gomes Embarcadero Conference 2019 was held on October 22, 2019. It is the largest meeting of the Embarcadero product community around the world. With Delphi as its main character, the Embarcadero Conference also makes room for other technologies of the…
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
Delphi

Change notification bar color on Android

Author: Landerson Gomes I received a message from a reader asking if it was possible to change the color of an app’s status bar on Android. The answer is yes! There are even several ways to do this. I particularly use the one I decided to share in the post: CHANGE THE…
Delphi

How to Get IMEI on Android Devices with DELPHI 10.3 Apps

Author: Landerson Gomes In this post, we will write an Android application with Delphi 10.3 Rio capable of capturing the device’s IMEI. Read on to learn more and replicate it. Knowledge Update The intent is an update of the post GET THE ANDROID DEVICE WITH DELPHI XE5 (in Portuguese). Which I posted right here on the blog in March 2014. It’s been over 5 years and a lot of updates and…
Read more