Embarcadero Technology Partner Spotlight
Mitov Software – Delphi Arduino control and communication Boian Mitov – Mitov Software Thursday, June 25, 2015 http://www.mitov.com/ http://www.visuino.com/
YouTube video –https://www.youtube.com/watch?v=OZhWi_lA-_c
Mitov Software is specialized in development of high performance software and Data Flow solutions for Delphi and…
Working with TMapView on iOS and Android with RAD Studio XE8
April 16, 2015
The new maps component in RAD Studio XE8 simplifies the addition of mapping functionality to mobile applications. TMapView provides map API access for iOS and Android. It makes use of the Google Maps Android API on Android and the Map Kit Framework on iOS.
The key features…
Building Proximity Aware Application with RAD Studio XE8
April 8, 2015
RAD Studio XE8 provides you with the tools to rapidly design, build, and deploy connected apps that deliver innovative IoT solutions.
The new Beacon component makes it easy to add proximity awareness to your applications.
Two beacon formats are available: iBeacon and…
True Type Font Iconography for Android and iOS Apps
January 26, 2015
Author: Brian Alexakis
Download Project Files
Download the project files.
How to Deploy a Custom True Type Font
First create a new Multi Device Application in either C++ or Object Pascal.
Save the project to a folder on your filesystem.
From the FontAwesome downloaded archive, extract fontawesome-webfont.ttf from the font-awesome-4.3.0fonts folder to the root of your project folder.
Rename…
OpenSSL and HTTPS Support for iOS Devices
December 29, 2014
Author: Brian Alexakis
For the iOS Device target platform, which does not support dynamic libraries, you need a static version of these library files (libcrypto.a and libssl.a). To obtain these library files, do either of the following:
Download the pre-compiled libraries…
Solution for the EditorLineends.ttr issue
September 19, 2014
Author: Embarcadero USA
During the month of August 2014, Microsoft issued a security patch for Windows (http://support.microsoft.com/kb/2993651).
This update had an impact on past versions of our development tools, including RAD Studio, Delphi, and C++Builder from version…
Designing App Navigation with TMultiView
September 15, 2014
In RAD Studio XE7, we introduced a new smart menu component called TMultiView. With TMultiView, it is really easy to create app navigation that automatically adjusts itself depending on form factor, orientation and target platform using our new behavior services. TMultiView is a container component which means that you can parent many different components to it, such as a top aligned TToolbar or a…
FireUI Multi-Device Designer and working with Views
September 12, 2014
In RAD Studio XE7, we introduced the FireUI Multi-Device Designer. FireUI makes it easy to create user interfaces across multiple devices using a master form to share all user interface code, and then optimize inherited views for each target platform and…
Author: Wayne S8181
Monday, July 14, 2014: Lesson 3 – Accessing Local Storage and Data
In this lesson, we explore local storage covering a range of options including using INI files and local document storage. This lesson will also show how to use FireDAC database…
In Delphi, C++Builder and RAD Studio XE6, we integrate with leading Backend as a Service (BaaS) providers to add functionality and platform services to your applications. With BaaS, you get easy access to common services in the cloud without having to build or maintain the backend services yourself. This includes support for being able to upload images to your BaaS account using RAD Studio…