08-07-2023 - Andrés Cruz
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.
07-07-2023 - Andrés Cruz
Android It explains how to create an application for image recognition together with augmented reality using the Wikitude native SDK for Android
06-07-2023 - Andrés Cruz
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.
06-07-2023 - Andrés Cruz
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.
05-07-2023 - Andrés Cruz
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.
05-07-2023 - Andrés Cruz
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.
05-07-2023 - Andrés Cruz
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.
04-07-2023 - Andrés Cruz
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.
04-07-2023 - Andrés Cruz
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.
03-07-2023 - Andrés Cruz
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.