16-06-2025 - Andrés Cruz
Android I talk about how to create an internal test for your Android app and steps for testing Google Play payments.
16-06-2025 - Andrés Cruz
Android Hablo sobre como crear una prueba interna para tu app en Android y pasos para probar los pagos de Google Play.
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.