C++

Top Five Android And IOS Device Sensors You Can Easily Access From FireMonkey

RAD Studio in FireMonkey provides access to a variety of device sensors on Android and iOS. Six different demos show how to easily access a variety of these various sensors. The demos include the Gyroscope, Accelerometer, AccessCameraApp/CameraComponent, Location, and OrientationSensor. These demos make use of the TOrientationSensor, TLocationSensor, TMotionSensor, TCameraComponent, and…
Read more
C++

New FireMonkey Media Library Options in RAD Studio XE8

RAD Studio XE8 provides new FireMonkey Media Library options. This includes the ability to automatically save pictures taken by the device camera (in your iOS and Android applications) to the on-device photo library. Today, I thought I would show you how to save photos taken…