Anuncios Libros Cursos Categorías

How to rename a package in Android Studio

22-06-2023 - Andrés Cruz

How to rename a package in Android Studio

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

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 Studio 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


How to create a QR code reader on Android with Android Studio

20-06-2023 - Andrés Cruz

How to create a QR code reader on Android with Android Studio

Android Studio It explains what a QR is, how to generate a QR and how to program, configure and recognize our own QR code reader or scanner with Android using Android Studio as an IDE.

Continuar leyendo


Asynchronous calls in and out of scope an Activity in Android

19-06-2023 - Andrés Cruz

Asynchronous calls in and out of scope an Activity in Android

Android Studio In this post we will explain how to make asynchronous calls in the scope and outside of an Activity in Android.

Continuar leyendo


The new material design: The RecyclerView

16-06-2023 - Andrés Cruz

The new material design: The RecyclerView

Android Studio The RecyclerView, like the GridView and ListView, allow you to create lists of items either through lists or cells and are a more flexible, powerful and updated version than the GridView ListView.

Continuar leyendo


How to create option menus in Android?

15-06-2023 - Andrés Cruz

How to create option menus in Android?

Android Studio These menus appear by pressing the menu option on our device; In this article we will see how to create a basic options menu in XML for our application, how a menu is formed, among others; using eclipse and the ADT plugin.

Continuar leyendo


Creating a FloatingActionButton in Android

14-06-2023 - Andrés Cruz

Creating a FloatingActionButton in Android

Android Studio Android Studio's floating action button is great for highlighting relevant actions on a screen, learn how to create and use this Material Design button

Continuar leyendo


Creating a Navigation Drawer (side menu) in Android

12-06-2023 - Andrés Cruz

Creating a Navigation Drawer (side menu) in Android

Android Studio The Navigation Drawer is a panel that expands and collapses from the left side of the screen and displays a menu; In this first entry we will see how to create a basic side menu in Android.

Continuar leyendo


Creating a Point of Interest with Augmented Reality in Wikitude Part 2

11-06-2023 - Andrés Cruz

Creating a Point of Interest with Augmented Reality in Wikitude Part 2

Android Studio We will discuss how to link our Architect World (JavaScript code) with the native code (Java code) of the application to obtain and constantly update Points of Interest based on the position of the device.

Continuar leyendo


Creating a Point of Interest with Augmented Reality in Wikitude Part 1

10-06-2023 - Andrés Cruz

Creating a Point of Interest with Augmented Reality in Wikitude Part 1

Android Studio In this post we will see some key concepts and considerations about the use of location providers in Android and POIs in Wikitude.

Continuar leyendo