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
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
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.
Load a web page with WebView in Android Studio | Jetpack Compose
01-02-2026 - Andrés Cruz
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 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
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
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.