Animation in Android
In this tutorial, we will learn what is Animation and why we use animation, what types of animations are? with detail or step-by-step explanation. What is Animation? The technique of…
In this tutorial, we will learn what is Animation and why we use animation, what types of animations are? with detail or step-by-step explanation. What is Animation? The technique of…
In this tutorial, we will learn how to improve RecyclerView performance using DiffUtil in android recyclerView with a step-by-step explanation. if you don't know what is RecyclerView in android then…
Android Studio, which is based on IntelliJ IDEA, is the official Integrated Development Environment (IDE) for Android app development. A unified environment for developing for all Android devices. Apply Changes…
In this tutorial, we will learn about android architecture pattern (MVC, MVP, MVVM) in detail. What is Android Architecture Components? Architecture patterns in android are used to separate concerns in…
In this article, we will learn about Room Persistence Library, Architectural component of Android. We'll see how to use room to manage our SQLite database in this Android room database…
In this tutorial, we will learn about Android Architecture Components: App architecture design is very important for ensuring that your apps are robust, testable, and maintainable. Android includes a set…
In this tutorial, we'll go through the LiveData android architectural component in our Android application. Take a brief whirl to ViewModel for a better understanding of this tutorial. What is LiveData?…
This article will cover the internals of ViewModel and ViewModel Factory, which is a component of the Android Architecture Components. We will first go over the various uses of ViewModel in…
In this article, We’ll learn about View Binding in detail with suitable Examples in Android, and several scenarios in which it could be useful. In the end, you will have…
In this article, We'll learn about Data Binding, One-way, and Two-way Binding, @BindingAdapter in detail with suitable Examples in Android, and several scenarios in which it could be useful. In…