. Download Project Files Download the project files. How to Deploy a Custom True Type Font First create a new Multi Device Application in...
developer-tools
Beginning Joins with SQL
Introduction When we are talking about relational database, we are usually talking about many different tables and the relationships between them....
FireMonkey Styles, Part 2: Creating a custom style for TSwitch
OpenSSL and HTTPS Support for iOS Devices
For the iOS Device target platform, which does not support dynamic libraries, you need a static version of these library files (libcrypto.a and...
Создание БД PostgreSQL для новичков
Даже если вы никогда ранее не работали с СУБД PostgreSQL, не представляет трудностей создать, заполнить и управлять БД на этой платформе, если у вас...
How-To Guide: Upgrading Your Delphi VCL Applications To Support 4K Displays
Alexander Halser from EC Software GmbH. has released an in-depth how to guide for preparing your Delphi VCL applications to support 4K...
3 Cool SQL Server TSQL Snippets for Productivity
Nobody would want to shy away from some help. This is second to human nature and we never try to talk it out explicitly. When at work, if we can...
Solution for the EditorLineends.ttr issue
During the month of August 2014, Microsoft issued a security patch for Windows (http://support.microsoft.com/kb/2993651). This update had an impact...
Designing App Navigation with TMultiView
In RAD Studio XE7, we introduced a new smart menu component called TMultiView. With TMultiView, it is really easy to create app navigation that...
FireUI Multi-Device Designer and working with Views
In RAD Studio XE7, we introduced the FireUI Multi-Device Designer. FireUI makes it easy to create user interfaces across multiple devices using a...
Bluetooth LE support in RAD Studio XE7
RAD Studio XE7's integrated wireless support (Bluetooth and Wifi) works with thousands of consumer and industry specific devices. RAD...
[PAClient Error] Error: E2820 Could not find program… zipalign.exe
This error message can occur when trying to deploy a mobile application to Android if you recently updated the Android SDK version that is being...
Mobile User Interface Design: Navigation Drawer
Drawer menus are very popular since they allow you to take advantage of more screen real estate when building your app. The main application menu is...
Uploading images to the cloud with BaaS in RAD Studio XE6
In Delphi, C++Builder and RAD Studio XE6, we integrate with leading Backend as a Service (BaaS) providers to add functionality and platform services...
AppTethering Leaderboard – Passing Objects Remotely and using Resources
AppTethering opens up a range of powerful features for coupled applications. Beyond the basic features for calling remote actions (which is rather...
How to convert an object to JSON and back with a single line of code
Ever wanted to take an Object into a format that is easily persisted and back? Well now you can. New in XE6 is the REST.JSON unit. This allows you...
C++Builder XE6 multi-tier database app with FireDAC JSON Reflection
Welcome to The C++ Mobile Day webinar! Right now I'm listening to David I explaining basics of building native mobile apps for Android and iOS...
Adding user account creation to your BaaS enabled apps
In RAD Studio XE6, we introduced our BaaS (Backend as a Service) support. This includes components for both Kinvey and Parse. Part of our component...
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...
Example of using JavaScript for Google maps in the Delphi XE6
One of the innovations in XE6, it's a method EvaluateJavaScript in the component TWebBrowser. This method allowing execute JavaScript on the...
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...
Delphi (C++Builder) Android Mobile Client DataSnap Server
Преамбула DataSnap – платформа создания многозвенных приложений. Её история достаточно продолжительна, начиная с совсем ранних версий Delphi. Роль и...
Lazy Form Creation Design Pattern
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...
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...