Android Jetpack
What exactly is Android Jetpack? Android Jetpack is a collection of software components, tools and guidance to make great Android apps. … Read more
What exactly is Android Jetpack? Android Jetpack is a collection of software components, tools and guidance to make great Android apps. … Read more
In the previous article, I have discussed the way to handling for NullPointerException, HttpException during REST API calls. In this … Read more
In the previous tutorials, I was explained how to upload the file to the server using Retrofit and RxJava in … Read more
In this article, I’m going to explain how to upload file to server using Retrofit with ProgressBar. File uploading is … Read more
In my previous tutorials explains how to capture image Camera & Gallery using FileProvider. Most people are comment to give … Read more
In this blog, we will learn pagination in RecyclerView in android. Mostly app required pagination feature in own android apps. … Read more
Nowadays the camera is a very common feature that lots of apps provide. Most of the required image capture feature … Read more
Basic git Introduction Most commonly used modern version control system in the world today is Git. Git is, secure, most … Read more
In this article, I will tell you how to play youtube video in ExoPlayer in Android. In previous tutorials, We … Read more