Data Binding in Android with Example
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…
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…
What is Glide library? Glide library is an Image Loader Library for Android, developed by bumptech, and is a Google-recommended library. It’s been used in a number of Google open-source…
Picasso library is a popular image caching and networking library for Android. It is supported by a reliable source, Square, and has several other advantages such as an easy-to-use syntax, and…
In the previous article, we learned about Volley library with a simple presentation. In this article, we are going to create an Android application with the Volley. Volley is a networking library managed by…
In this tutorial, We will learn about the Volley library before going to create an Android application with the Volley you must have some basic idea about volley library so…
In this tutorial, we will learn about retrofit and making a GET request using the retrofit library, we will implement Glide Library also for image loading. Retrofit is the most…
In this tutorial, we will learn about retrofit, Retrofit is a most amazing library for android that seamlessly handles all the HTTP requests and responses. Retrofit is a type-safe HTTP…
API stands for Application Programming Interface, and it is a software intermediary that allows two applications to communicate with one another. An API is used every time you use an…