Blog

Articles about IoT, PCB Design, Simulation and Development

10 results for Android

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 →
4 min read ES CA EN

Styles and themes (Android)

A style is a set of properties that specify the look and format of a View or window; a style can specify properties such as height, font color... it can be defined with XML. Android styles share a…

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 →
1 min read ES CA EN

Install Android Studio via PPA

Android Studio, Google's own IDE for Android development, is a good alternative to Eclipse with the ADT plugin. Android Studio can be installed from source code, but below we will see how to install…

Read more →
Android word search
4 min read ES CA EN

Android word search

ANDROID PRACTICE M08UF1 A first version of the game will have an initial activity showing a welcome screen, displaying the scores in a list, and featuring a button to play. In this version, the word…

Read more →
Programming in Android
5 min read ES CA EN

Programming in Android

What are the basic components? Activity: Represents a screen with a user interface. Example: in a mail App, the screen for composing an email Service: Runs in the background to perform long-running…

Read more →