Anuncios Libros Cursos Categorías

How to generate a signed apk in Android Studio for Google Play (includes keystore)

24-06-2023 - Andrés Cruz

How to generate a signed apk in Android Studio for Google Play (includes keystore)

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.

Continuar leyendo


How to run multiple emulators in Android Studio in the same project

24-06-2023 - Andrés Cruz

How to run multiple emulators in Android Studio in the same project

Android It explains how to use multiple emulators in Android Studio in the same project.

Continuar leyendo


How to create a custom notification on Android

24-06-2023 - Andrés Cruz

How to create a custom notification on Android

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.

Continuar leyendo


How to create custom CardViews in Android

23-06-2023 - Andrés Cruz

How to create custom CardViews in Android

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.

Continuar leyendo


Including fragments inside other fragments in Android

23-06-2023 - Andrés Cruz

Including fragments inside other fragments in Android

Android It explains how to embed fragments inside other fragments in Android and explains a possible purpose of this idea.

Continuar leyendo


Bottom Sheets in Android to show dialogs with Android Studio

23-06-2023 - Andrés Cruz

Bottom Sheets in Android to show dialogs with Android Studio

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.

Continuar leyendo


Getting started with Retrofit: consume your REST API from Android

22-06-2023 - Andrés Cruz

Getting started with Retrofit: consume your REST API from Android

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.

Continuar leyendo


How to rename a package in Android Studio

22-06-2023 - Andrés Cruz

How to rename a package in Android Studio

Android In this post we will see how to rename a package in Android Studio following a few simple steps.

Continuar leyendo


First steps with Wikitude on Android (part 1)

21-06-2023 - Andrés Cruz

First steps with Wikitude on Android (part 1)

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.

Continuar leyendo


How to clone a project in Android Studio

21-06-2023 - Andrés Cruz

How to clone a project in Android Studio

Android We are going to learn how to clone a project in Android Studio that requires several steps and not just copy and paste.

Continuar leyendo