Playing Audio Clips on Android
September 10, 2013
I have been working with our R&D team on the samples and snippets for RAD Studio XE5. Our mobile snippets are designed to showcase key functionality with just a couple of lines of code.
Today I thought I would highlight our AudioPlayBack snippet.
This snippet consists of the following 4 components:
TToolbar
2 TSpeedButtons parented to the toolbar
TMediaPlayer
The toolbar Align property…