Jim McKeeth just relaunched his weekly Delphi podcast with Nick Hodges. Today, I thought I would show you how to build a FireMonkey app for streaming your podcast.
Visual Controls
Application Title:
TToolbar
TLabel: StyleLookUp = toollabel; Align = Contents
Streaming Controls:
TToolbar
TEdit: Align = Left; Margins Right = 5
TButton: StyleLookUp = stoptoolbutton; Margins Right = 5, Margins Left = 5;
TButton: StyleLookUp = playtoolbutton; Margins Right = 5, Margins ...
Hace unos días se planteaba en el clubdelphi una cuestión acerca de la gestión de volúmenes en los dispositivos Android. Me llamó la atención porque días atrás me había planteado la cuestión de poder disponer de "perfiles de audio" en mi propio teléfono Android. Se trata de un Xiaomi con versión KitKat instalada y una ROM personalizada.
¿Cómo podemos desde Delphi acceder a los volúmenes del dispositivo para las diferentes características (música, alarmas, llamadas,....
RAD Studio XE3 and HTML5 Builder provide support for HTML5's Canvas, Local Storage (both local and session storage) and Audio/Video. This short video shows each of these HTML5 features in action. The HTML5 Builder components (RPCL) make it easy to build applications in the visual designer and the code editor. The HTML5 Builder components wrap HTML5 and JavaScript code to provide the support you need in your applications. You can use the Object Inspector to set properties that will be rendered...