22-06-2023 - Andrés Cruz
Android Studio 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 Studio We are going to learn how to clone a project in Android Studio that requires several steps and not just copy and paste.
20-06-2023 - Andrés Cruz
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.
19-06-2023 - Andrés Cruz
Android Studio In this post we will explain how to make asynchronous calls in the scope and outside of an Activity in Android.
16-06-2023 - Andrés Cruz
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.
15-06-2023 - Andrés Cruz
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.
14-06-2023 - Andrés Cruz
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
12-06-2023 - Andrés Cruz
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.
11-06-2023 - Andrés Cruz
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.
10-06-2023 - Andrés Cruz
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.