15-06-2023 - Andrés Cruz
Android 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 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
13-06-2023 - Andrés Cruz
Android In this entry we will see one of the fundamental components in every Android device and it is a sensor that allows measuring the acceleration of the device: the accelerometer.
12-06-2023 - Andrés Cruz
Android A Canvas is nothing more than a surface on which you can draw; with the primitives in Android it is possible to draw graphics such as lines, circles, ovals, squares, rectangles and texts.
12-06-2023 - Andrés Cruz
Android 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 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 In this post we will see some key concepts and considerations about the use of location providers in Android and POIs in Wikitude.
09-06-2023 - Andrés Cruz
Android The WebView class allows you to display web pages within an Android application.
09-06-2023 - Andrés Cruz
Android When the screen of the device is rotated or rotated, the OnCreate method is invoked and therefore it is restarted. In this post we will see how to avoid this restart.
08-06-2023 - Andrés Cruz
Android In this article we will see how to define and use a button in Android through events.