Anuncios Libros Cursos Categorías

How to make an animated presentation activity in Android with ViewPager

29-06-2023 - Andrés Cruz

How to make an animated presentation activity in Android with ViewPager

Android It explains how to create a presentation view in Android using the ViewPagers through a simple carousel and some animations or transitions between some images.

Continuar leyendo


What are Adapters and how do you configure them to display Lists and Grids in Android? (Part 1)

29-06-2023 - Andrés Cruz

What are Adapters and how do you configure them to display Lists and Grids in Android? (Part 1)

Android The Adapters consist of displaying a set of information through lists or grids (customizable at the level of definition, style and events).

Continuar leyendo


How to use internal and external SQLite databases on Android with Android Studio

28-06-2023 - Andrés Cruz

How to use internal and external SQLite databases on Android with Android Studio

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

Continuar leyendo


Drawing a custom SeekBar on Android with Canvas

27-06-2023 - Andrés Cruz

Drawing a custom SeekBar on Android with Canvas

Android It explains how to create a simple SeekBar using the Android Canvas API that consists of a sidebar (a flattened rectangle) and a circle that will act as a control and is what we will manipulate by clicking.

Continuar leyendo


Getting started with Android Studio: requirements, installation, initial setup, and tutorials

27-06-2023 - Andrés Cruz

Getting started with Android Studio: requirements, installation, initial setup, and tutorials

Android Introduction to Android Studio; we will see its requirements, how to install it, its tools, create projects, create virtual devices, Gradle files, key combinations and other tutorials or resources to take the first steps.

Continuar leyendo


Using the ProgressBar in Android to indicate loading processes

26-06-2023 - Andrés Cruz

Using the ProgressBar in Android to indicate loading processes

Android This entry talks about a method to indicate the loading progress of an operation that can replace the ProgressDialog called ProgressBar.

Continuar leyendo


Kotlin for the future of Android application development

26-06-2023 - Andrés Cruz

Kotlin for the future of Android application development

Android We talk about Kotlin for the development of Android applications, its integration with Android Studio and some resources that we can use to learn how to develop Android applications with Kotlin.

Continuar leyendo


How to embed a Youtube video on Android

26-06-2023 - Andrés Cruz

How to embed a Youtube video on Android

Android It explains how to embed a Youtube video in an Android application using the native Youtube API created by Google.

Continuar leyendo


The ViewPagers to move between screens (fragments) in Android

25-06-2023 - Andrés Cruz

The ViewPagers to move between screens (fragments) in Android

Android The viewPagers are types of views that are becoming more common and allow us to move between different screens through; they are perfect to use in conjunction with fragments.

Continuar leyendo


How to integrate PayPal on Android

25-06-2023 - Andrés Cruz

How to integrate PayPal on Android

Android This post explains how to integrate the official PayPal SDK in Android, make a payment and notify the user using Sandbox accounts.

Continuar leyendo