C++

How to control "the system audio volume" of iOS

Author: h.mohri Use C++Builder 10.2 to control audio volume of iOS. I used the MPVolumeView class of iOS. The MPVolumeView class is declared in “iOSapi.MediaPlayer.hpp”. Include two files. #include #include Form design Arrange “Up” and “Down” two TButton. Use this button to control the volume. Add MPVolumeView to the main form Class Add “_di_MPVolumeView” and…
Read more
News

FireMonkey Native and Custom Styles in Action - Video

This video shows building a profile screen for your multi-device application using the FireMonkey framework with both native UI support and custom styling. Highlighted in the video are custom multi-device styles included in Embarcadero’s premium style bonus pack and custom…
Delphi

Creating a profile screen for your mobile application

  I am using the following components on my form: TTabControl with 3 tab items    TabItem3 consists of: TCircle with the stroke color set to match the toolbar color and a profile photo as the fill TToolbar with multiple Speedbuttons and the screen title Multiple labels…
News

Multi-Device Apps and Clipboard Support

Author: Marko Von Richards We have a lot of great demos to help you get started with RAD Studio. Today’s blog post focuses on our CopyPaste FireMonkey demo. The CopyPaste sample demonstrates how to create applications that use the system’s clipboard to copy and paste…