RAD Studio provides you access to a variety of device sensors on Android and IOS in FireMonkey. There are six different demos which show how to easily access a number of these different sensors. The demos are Gyroscope, Accelerometer, AccessCameraApp/CameraComponent, Location, and OrientationSensor. These demos use the TOrientationSensor, TLocationSensor, TMotionSensor, TCameraComponent, and TTakePhotoFromCameraAction components.
The Gyroscope sample demonstrates how to use the Gyroscope in ord...
During and after my Maps Skill Sprint last week, I received multiple questions on how to use TMapView with RAD Studio XE8. I thought I would create a new demo that showcases the following functionality to help answer those questions.
This demo showcases the following RAD Studio XE8 functionality:
Using TMapView on iOS and Android. For Android, you will need an API key:
http://docwiki.embarcadero.com/RADStudio/XE8/en/Configuring_Android_Applications_to_Use_Google_Maps for details
Loca...