Blog

Articles about IoT, PCB Design, Simulation and Development

15 min read ES CA EN

Swift

Swift is a new programming language for iOS, OS X, watchOS, and tvOS apps that builds on the best of C and Objective-C, without the constraints of C compatibility. Swift adopts safe programming…

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

DAM_07

Interface development 2015-09-22 Presentation + Hello in QT Presentation pr00.tar.gz --> Hello in QT 2015-09-23 Sending text with QtDebug pr01b.tar.gz --> Closes the QT window and explanation of the…

Read more →
3 min read ES CA EN

Reading files in Java

Programs use variables to store information: Input data. Calculated results. Intermediate values generated throughout the calculation. All this information is ephemeral: when the program finishes…

Read more →
Implementation diagrams
5 min read ES CA EN

Implementation diagrams

We can basically divide the implementation diagram into: Package diagram. Component diagrams. Deployment diagrams. All of them will serve to specify in some way how the implementation of the result…

Read more →
Use case diagrams
8 min read ES CA EN

Use case diagrams

Introduction UML use case diagrams serve to show the functions of a software system from the point of view of its interactions with the outside world, without going into the detailed implementation…

Read more →
State diagrams
14 min read ES CA EN

State diagrams

UML diagrams are classified into: Static model: defines the structure of classes and objects. Dynamic model: defines the interrelationships between objects. Implementation model: describes the…

Read more →
Interaction diagrams
3 min read ES CA EN

Interaction diagrams

Introduction An interaction is the specification of the behavior of a use case or an operation in terms of a sequence of messages between objects. These messages contain stimuli that can be requests…

Read more →
2 min read ES CA EN

DAM_07_UF2

2015-09-23 Module presentation (001, 002, 003) 2015-09-30 Calculator + Test (unfinished) 2015-10-07 Calculadora01.zip --> With NUnit, functions are tested using CalculadoraTest. To enable NUnit, you…

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 →
CRM systems
9 min read ES CA EN

CRM systems

HOW THE ECONOMY WORKS As workers, we work to receive a payroll in return; that is, we get money from a workflow obtained by the company. Depending on its needs, the company can obtain credit from the…

Read more →