Anuncios Libros Cursos Categorías

The N+1 Problem in Django's ORM and How to Avoid It

07-02-2026 - Andrés Cruz

The N+1 Problem in Django's ORM and How to Avoid It

Django Learn what the N+1 problem is in Django, why it occurs with the ORM, how to detect it, and how to optimize queries using select_related and eager loading.


Making simple animations in Android with Kotlin - Java 9

07-02-2026 - Andrés Cruz

Making simple animations in Android with Kotlin - Java 9

Android It explains how to make animations with ObjectAnimator in Android together with the PropertyValuesHolder that are the way in which we indicate the property (translation, opacity and rotation) and the values that we want to animate.


Google Maps in Android Studio | Jetpack Compose

07-02-2026 - Andrés Cruz

Google Maps in Android Studio | Jetpack Compose

Android 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

Android 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

Android 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

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


Internet connection in Android Studio with Retrofit | Jetpack Compose

03-02-2026 - Andrés Cruz

Internet connection in Android Studio with Retrofit | Jetpack Compose

Android Learn how to connect an Android app to the Internet using Retrofit, coroutines, and Jetpack Compose, consuming a REST API and handling load and error states.


Augmented Reality with Vuforia in Android Studio

02-02-2026 - Andrés Cruz

Augmented Reality with Vuforia in Android Studio

Android Vuforia is an SDK that allows you to build applications based on Augmented Reality; an application developed with Vuforia uses the device screen as a "magic lens" where Augmented Reality is created.


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

Android 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

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