Anuncios Libros Cursos Categorías

How to create option menus in Android?

15-06-2023 - Andrés Cruz

How to create option menus in Android?

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.

Continuar leyendo


Creating a FloatingActionButton in Android

14-06-2023 - Andrés Cruz

Creating a FloatingActionButton in Android

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

Continuar leyendo


Fundamental components in Android: Accelerometer

13-06-2023 - Andrés Cruz

Fundamental components in Android: Accelerometer

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.

Continuar leyendo


Drawing geometric shapes with Canvas on Android

12-06-2023 - Andrés Cruz

Drawing geometric shapes with Canvas on Android

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.

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


How to display web pages with WebView in Android?

09-06-2023 - Andrés Cruz

How to display web pages with WebView in Android?

Android The WebView class allows you to display web pages within an Android application.

Continuar leyendo


How to avoid restarting activities when rotating the screen in Android?

09-06-2023 - Andrés Cruz

How to avoid restarting activities when rotating the screen in Android?

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.

Continuar leyendo


Basic Android: definition, events and use of buttons (part 1)

08-06-2023 - Andrés Cruz

Basic Android: definition, events and use of buttons (part 1)

Android In this article we will see how to define and use a button in Android through events.

Continuar leyendo