C++

Steps for building iOS 32-bit applications for iOS 9 with XE7 and XE8

With RAD Studio 10 Seattle, you can build apps that run on iOS 9. A change in the iOS SDK is causing deployment issues on iOS 9 for 32-bit iOS applications built with XE7 and XE8. This is not an issue with RAD Studio 10 Seattle. Below are some simple workaround steps for building iOS 32-bit applications for iOS 9 with XE7 and XE8.  This does not impact iOS 64-bit applications…
Read more
C++

Creating Custom Multi-Device Preview Devices

In RAD Studio XE8, we introduced the Multi-Device Preview. TheMulti-Device Previewprovides adesign time viewof what your application is going to look like on a wide range of devices. In RAD Studio XE8, you can easily add your own device to the…
Delphi

Working with TMapView on iOS and Android with RAD Studio XE8

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 of the TMapView component are: Four Types of Maps: Normal, Satellite, Hybrid and Terrain (Android only) Gesture Control…
Read more
C++

Building Proximity Aware Application with RAD Studio XE8

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…