Anuncios Libros Cursos Categorías

Google Maps in Android Studio | Jetpack Compose

07-02-2026 - Andrés Cruz

Google Maps in Android Studio | Jetpack Compose

Learn how to integrate Google Maps into Android with Jetpack Compose. This step-by-step guide covers setting up dependencies, managing the API key in Google Cloud, and adding custom markers using MarkerState and cameraPositionState.


How to use Room Database (SQLite) in Android Studio with Kotlin

06-02-2026 - Andrés Cruz

How to use Room Database (SQLite) in Android Studio with Kotlin

It is explained that it is a database in SQLite, giving complete examples in Android, good practices to use it in our projects, queries, insertion, deletion and updating and we will also see how to use a SQLite database belonging to


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

05-02-2026 - Andrés Cruz

How to create a QR code reader on Android with 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.


Drawing geometric shapes with Canvas on Android | Jetpack Compose

04-02-2026 - Andrés Cruz

Drawing geometric shapes with Canvas on Android | Jetpack Compose

Learn to draw custom shapes and complex animations on Android with Canvas and Jetpack Compose to create unique components.


How to create a notification in Android Studio | Jetpack Compose

02-02-2026 - Andrés Cruz

How to create a notification in Android Studio | Jetpack Compose

Show Notifications on Android: Learn how to configure Notification Channels, manage permissions on Android 13+, and use PendingIntent for navigation.


Persistent data storage in Android Studio

02-02-2026 - Andrés Cruz

Persistent data storage in Android Studio

Learn how to implement persistent data storage in Android Studio using DataStore, Room, SQLite, and modern best practices step by step.


Load a web page with WebView in Android Studio | Jetpack Compose

01-02-2026 - Andrés Cruz

Load a web page with WebView in Android Studio | Jetpack Compose

How to embed YouTube videos in Android using Jetpack Compose. Learn how to set up dependencies, manage the lifecycle with DisposableEffect, and use AndroidView.


How to embed a YouTube video in Android Studio | Jetpack Compose

31-01-2026 - Andrés Cruz

How to embed a YouTube video in Android Studio | Jetpack Compose

How to embed YouTube videos in Android using Jetpack Compose. Learn how to set up dependencies, manage the lifecycle with DisposableEffect, and use AndroidView.


Using the Accelerometer in Android Studio | Jetpack Compose

30-01-2026 - Andrés Cruz

Using the Accelerometer in Android Studio | Jetpack Compose

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.


Dropdown menus in Android Studio | Jetpack Compose

27-01-2026 - Andrés Cruz

Dropdown menus in Android Studio | Jetpack Compose

Learn how to implement Dropdown Menus in Jetpack Compose. Master the use of reactive states, icons, and managing actions like edit and delete in your apps.