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

Using Custom Endpoints to create a BaaS enabled Desktop application for sending notifications to your mobile apps

I previously wrote a blog post on how to send notifications via our BaaS (Backend as a Service) support in Delphi to your mobile devices on iOS and Android. This blog post assumes that you followed the steps in my previous blog post and in the referenced docwiki articles. In this post, I thought I would cover how to send notifications from BaaS enabled FireMonkey or VCL Desktop apps to your…
Read more
C++

Remote push notifications on Android with RAD Studio XE6

In RAD Studio XE6, we introduced support for remote push notifications with our BaaS (Backend as a Service) integration. We include components for Kinvey and Parse, two popular BaaS providers, right out of the box. Our BAAS framework in RAD Studio XE6 is based on our REST…
News

Delphi (C++Builder) Android Mobile Client DataSnap Server

Author: Vsevolod L1433 Преамбула DataSnap – платформа создания многозвенных приложений. Её история достаточно продолжительна, начиная с совсем ранних версий Delphi. Роль и значимость этой технологии/платформы изменялась в течение…
Read more
News

Detecting connected Bluetooth devices on Android

In Appmethod, we include many different components. This includes visual components for user interface elements and also non-visual components for database access, accessing device sensors/services, connecting to REST services etc. While Appmethod includes many pre-built…
News

How to Fix MSBuild Error MSB4006

Author: Craig Stuntz You may encounter an error which looks like this: MSB4006: There is a circular dependency in the target dependency graph involving target “ResolveProjectReferences” [MyProjectName\MyProjectName.csproj] …when running MSBuild from the…
Delphi

Lazy Form Creation Design Pattern

Author: Pawe Gowacki One of the most important things about any application, and especially mobile apps, is short start-up time. End user does not like to wait for too long for an app to start. In some cases, if the start-up time is excessively long a mobile app may not be accepted into an app store. I have been building a lot of mobile apps recently for both Android and iOS in Delphi and found…
Read more
Delphi

Creating an InterBase database on the fly with FireDAC

Recently I have been creating a number of applications using InterBase on iOS and Android using FireDAC components to talk to the database. One route to achieving this is by create the database file and table structure either via iSQL or using IBConsole GUI first before…
C++

Customizing and Creating VCL Styles

Delphi, C++Builder and RAD Studio include various VCL styles out of the box. These can be used for your Windows applications and customized via the included Bitmap Style Designer (Tools->Bitmap Style Designer). You can also create a new style from scratch. The easiest way…
News

Altium Designer 15 000 000 codelines

Author: zhang Embarcadero likes mentioning Altimum Designer when asked about high-class large-scale successful commercial systems made with Delphi. The project has about 15000000 codelines. Altium Designer is a CAD system for electronic products, including 3D modeling. Today we’ll discuss the technical side of the system as far as such a system allows to be highlighted from…
Read more
ModernizationNewsRAD Studio

Why RAD Studio Apps Are Forever

The backward and forward compatibility of Delphi is simply legendary. Few languages and libraries, if any, can match Delphi’s backward and forward compatibility and stability, which can make even…

IN THE ARTICLES