24-06-2023 - Andrés Cruz
Android We will see how to generate a signed apk from Android Studio that can be used to upload the apk to Google Play; We will see what the certificates and the Keystore are and how we can use them from Android Studio.
24-06-2023 - Andrés Cruz
Android It explains how to use multiple emulators in Android Studio in the same project.
24-06-2023 - Andrés Cruz
Android It explains how to create a custom notification in Android through a layout, it also explains the components of a notification and how to launch it.
23-06-2023 - Andrés Cruz
Android It explains how to create a custom Android CardView that has elements centered horizontally and partially -in the middle- of the main CardView container.
23-06-2023 - Andrés Cruz
Android It explains how to embed fragments inside other fragments in Android and explains a possible purpose of this idea.
23-06-2023 - Andrés Cruz
Android Through a simple example, it is explained how to use Bottom Sheets in Android including their definition, status and the two types that exist: the modal bottom sheet and the Persistent Bottom Sheet.
22-06-2023 - Andrés Cruz
Android Retrofit es un cliente REST para desarrollar aplicaciones en Android, permite agregar convertidores personalizados para mapear los datos obtenidos desde una API REST en formato XML o JSON en un objeto de una clase personalizada mediante un desearilizador.
22-06-2023 - Andrés Cruz
Android In this post we will see how to rename a package in Android Studio following a few simple steps.
21-06-2023 - Andrés Cruz
Android It explains how to take the first steps with Wikitude with which we can create applications with augmented reality with Android Studio, IOS, PhoneGap; explains how to download and install the Wikitude SDK in Android Studio.
21-06-2023 - Andrés Cruz
Android We are going to learn how to clone a project in Android Studio that requires several steps and not just copy and paste.