Blog

Articles about IoT, PCB Design, Simulation and Development

6 results for XML

9 min read ES CA EN

DAM_06

UF1 2015-09-23 Course presentation Evaluation criteria. Introduction to C# 2015-09-28 C# Basics C# data types and syntax 2015-09-30 Pr00 --> Hello World! in C# Exercici01 Ex0011(); --> Adds up every…

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

Notes: Basic Concepts about HTML

Having a basic understanding of the HTML language, we should know that HTML pages are divided into two parts: the header and the body. The header includes information about the page itself, such as…

Read more →