Blog

Articles about IoT, PCB Design, Simulation and Development

DAM Project
4 min read ES CA EN

DAM Project

Initial summary The initial idea was to build a speedometer for a custom car company that was interested in upgrading its dashboard. The idea was developed using two ESP8266s with rotary…

Read more →
Introduction to Security
44 min read ES CA EN

Introduction to Security

What is computer security? A set of techniques and policies that seek to minimize the vulnerability of systems or the information they contain. It is about making the cost of improperly accessing a…

Read more →
Software optimization
10 min read ES CA EN

Software optimization

Software Test Design and Execution Testing is necessary in the manufacturing of any industrial product and in the development of IT projects. Who would sell a vacuum cleaner without being sure that…

Read more →
3 min read ES CA EN

Generic classes in Java

With the ArrayList class, we have been able to see how we could make a list of any object, as this class uses this Java paradigm, which is called generic programming. Generic programming consists of…

Read more →
Collections in Java
4 min read ES CA EN

Collections in Java

Application of storage structures in object-oriented programming. Collections are objects that reference a set of objects. They are dynamic structures. Any object can be stored in a collection. They…

Read more →
4 min read ES CA EN

Lambdas in Java

Java is a first-class object-oriented language. With the exception of primitive data types, everything in Java is an object. Even an array is an object. Every class creates instances that are…

Read more →
2 min read ES CA EN

XML (Extensible Markup Language) in Java

XML stands for "Extensible Markup Language". It has several advantages over other ways of storing information: It is extensible: After being designed and put into production, it is possible to extend…

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 →