Anuncios Libros Cursos Categorías

Making simple animations in Android with Kotlin - Java 9

08-07-2023 - Andrés Cruz

Making simple animations in Android with Kotlin - Java 9

Android It explains how to make animations with ObjectAnimator in Android together with the PropertyValuesHolder that are the way in which we indicate the property (translation, opacity and rotation) and the values that we want to animate.

Continuar leyendo


Getting Started with Wikitude for Android: Installing the SDK and Getting Started with Image Recognition

07-07-2023 - Andrés Cruz

Getting Started with Wikitude for Android: Installing the SDK and Getting Started with Image Recognition

Android It explains how to create an application for image recognition together with augmented reality using the Wikitude native SDK for Android

Continuar leyendo


Set the ANDROID_HOME environment variable on your MacOS

06-07-2023 - Andrés Cruz

Set the ANDROID_HOME environment variable on your MacOS

Android Learn how to add environment variables to the system path on Mac, in this case Android Studio's, which is essential for other services that we use.

Continuar leyendo


Arrays and lists in Kotlin: Getting started with these mutable and immutable structures

06-07-2023 - Andrés Cruz

Arrays and lists in Kotlin: Getting started with these mutable and immutable structures

Android The Array and lists are a fundamental element that allow handling collections of data that in Kotlin are of mutable or immutable type and as a result of this they allow editing the list and/or consulting it only.

Continuar leyendo


Creating cards or letters in Flutter with the Material Design style

05-07-2023 - Andrés Cruz

Creating cards or letters in Flutter with the Material Design style

Android Flutter Cards are a fundamental element of Material Design to display data and in Flutter they are customizable and we can add all kinds of Widgets as we explained.

Continuar leyendo


Problems with Android Studio and its projects

05-07-2023 - Andrés Cruz

Problems with Android Studio and its projects

Android Some of the possible problems that Android Studio can present when compiling and generating our apk from a project in an unsuccessful way are explained.

Continuar leyendo


Data classes in Kotlin to store and process data easily

05-07-2023 - Andrés Cruz

Data classes in Kotlin to store and process data easily

Android Data classes in Kotlin allow us to store data and only data through a simple structure similar to that of a class; we can print hashes, clone objects, and print values from generic methods and much more.

Continuar leyendo


Enumerated Classes with Associated Data in Kotlin: The Definitive Guide

04-07-2023 - Andrés Cruz

Enumerated Classes with Associated Data in Kotlin: The Definitive Guide

Android The enumerations are a special data type that allows you to set predefined values or constants in variables that we can use in Kotlin, this post explains how to use this structure.

Continuar leyendo


Classes in Kotlin: inheritance, implementation, abstract and open (open)

04-07-2023 - Andrés Cruz

Classes in Kotlin: inheritance, implementation, abstract and open (open)

Android In this post we will talk about inheritance, implementation, abstracts and a new type called open (open) on classes in Kotlin and we will give several examples for each scenario.

Continuar leyendo


Fundamental keyboard shortcuts to use Android Studio like an expert

03-07-2023 - Andrés Cruz

Fundamental keyboard shortcuts to use Android Studio like an expert

Android In this post we will see some keyboard shortcuts of all that exist that we can use for the most common situations that may arise when we are coding in Android Studio.

Continuar leyendo