29-06-2023 - Andrés Cruz
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.
29-06-2023 - Andrés Cruz
Android The Adapters consist of displaying a set of information through lists or grids (customizable at the level of definition, style and events).
28-06-2023 - Andrés Cruz
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
27-06-2023 - Andrés Cruz
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.
27-06-2023 - Andrés Cruz
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.
26-06-2023 - Andrés Cruz
Android This entry talks about a method to indicate the loading progress of an operation that can replace the ProgressDialog called ProgressBar.
26-06-2023 - Andrés Cruz
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.
26-06-2023 - Andrés Cruz
Android It explains how to embed a Youtube video in an Android application using the native Youtube API created by Google.
25-06-2023 - Andrés Cruz
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.
25-06-2023 - Andrés Cruz
Android This post explains how to integrate the official PayPal SDK in Android, make a payment and notify the user using Sandbox accounts.