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 →Articles about IoT, PCB Design, Simulation and Development
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 →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 →
Media Playback The Android multimedia framework includes support for playing various types of media, making it easy to integrate audio, video, and images into applications. Resources go into the RAW…
Read more →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 →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 →
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 →
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 →
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 →
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 →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 →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 →
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 →