Blog

Articles about IoT, PCB Design, Simulation and Development

7 results for Multimedia

5 min read ES CA EN

DAM_08

Multimedia and mobile device programming Java Installation. 2015-09-29 Presentation 2015-10-05 Activities. 02GUIDeclaradaActivity --> Button that updates time. 01DosActivitys && 01DosActivitys02 -->…

Read more →
Camera on Android
1 min read ES CA EN

Camera on Android

It refers to the integrated multimedia libraries. Actually, we don't just read the library, we also take the photo. One of the most important resources is photos; a feature Android has is launching…

Read more →
6 min read ES CA EN

OpenGL

Android includes support for high-performance 2D and 3D graphics with the Open Graphics Library (OpenGL). Specifically, the OpenGL API is a cross-platform graphics API that specifies a standard…

Read more →
5 min read ES CA EN

Media playback

Una buena experiencia de usuario es imprescindible. Las aplicaciones multimedia tienen que ofrecer a los usuarios poder controlar el volumen de su aplicación utilizando el hardware o el software de…

Read more →
8 min read ES CA EN

Animations and graphics

Android allows us to work at a graphical level in two ways: at a low level ("in the kitchen"), which is with the NDK where you can program a mix between Java and C to create high-performance…

Read more →
Download YouTube videos via terminal
1 min read ES CA EN

Download YouTube videos via terminal

Installation and usage: youtube-dl videourl (where videourl is the location on YouTube where said video is hosted). The video will be saved in the location where we run the command. If it doesn't…

Read more →