Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
C++

How to control "the system audio volume" of iOS

Author: h.mohri Use C++Builder 10.2 to control audio volume of iOS. I used the MPVolumeView class of iOS. The MPVolumeView class is declared in “iOSapi.MediaPlayer.hpp”. Include two files. #include <iOSapi.MediaPlayer.hpp> #include <iOSapi.UIKit.hpp> Form design Arrange “Up” and “Down” two TButton. Use this button to control the volume. Add MPVolumeView to…
Read more
Delphi

Simulating Transparent Dialog on FireMonkey Mobile

Author: Pawe Gowacki Delivering great user experience is probably one most important thing in app design. Certain ideas that seem to be easy to achieve in the conceptual phase of development, when an app is still a bunch of wireframes and sketches, could be more difficult to implement then expected. Today I was helping in providing the “transparent modal dialog” experience to an…
Read more
C++

C++ Builder Header Dependencies

Why should you care about header dependencies in C++? One reason is header dependencies can have an impact on building, refactoring, testing and on the structure of your software. And reducing header dependencies in C++ also reduces compile time dependencies – the…
News

Using Delphi Parse API with Any Parse Server Hosting

The Parse web site (owned by Facebook) was retired earlier this year. This was a fairly popular BaaS (backend as a service) provider for mobile applications, but something you could use also from desktop apps. Delphi (and also C++Builder, btw) has included ready-to-use components for interfacing Parse APIs for quite some time. It was very easy to set up an account on the system and create an app.
Read more
News

Sencha aquired by Embarcadero (Idera)

Author: Pawe Gowacki It was in the bus on Monday, on the last day of my summer vacation. Catching up with news on my phone that was switched off for the last two weeks. A thrilling news! IDERA acquires web application development provider Sencha Probably in the short term…
News

Enterprise Connectors Released Today

After a successful beta for the past couple of months, I am excited to announce that the CData Enterprise Connectors have been released. The 30 day Trial versions can be downloaded via the GetIt Package Manager (Tools > GetIt Package Manager > Connectors) in RAD…
Delphi

How to get the version of your Android application with Delphi 10.2

Author: Landerson Gomes See in this tutorial how to capture the version of your Android Delphi application. (In Portuguese) Video Did you like it? Then sign up for the channel: youtube.com/landersongomes6 Blog Post orignal on my personal blog, go to: http://landersongomes.com.br/android/capturar-versao-do-app-delphi-android Do you want to build an Android app? Try the Android App Builder…
Read more
DatabaseInterBaseNewsRAD Studio

Why Join The InterBase VAR Program in 2024

InterBase is Embarcadero’s signature award-winning database, designed to integrate seamlessly through multiple editions with RAD Studio for multi-platform, multi-device…

IN THE ARTICLES