In this blog, I will show how to auto read OTP in android with the help of SMS User Consent API. In our previous blog, we have learned…
In this post, I will show you the best practices for Implementing an Event bus with RxJava. The RxBus that I’m going to demonstrate that very helpful for…
In this post, I will show you how to setup auto retrying the request with retrofit Android. For doing that we’ll create an example application that contains auto…
Welcome guys, You are looking for a centralized network solution in Android than you are in right place. In this android app tutorials, We’ll learn centralized network error…
Objective of this Article In this article, I’m going to explain, how to do the setup for git repository for existing code base and new repo as well.…
What is reactive programming? The RxJava is a very interesting and new topic in Android development. But problem is that it is not easy to understand. Especially, Functional…
In this tutorial, I’m going to explain how to use ExoPlayer. In this tutorial, we will demonstrate how to stream audio and video local URI and server as…
In this article, I will tell you how to play youtube video in ExoPlayer in Android. In previous tutorials, We were learned video streaming from the server using…
Introduction In this post, I will tell you all android logging library and debugging tool. Logging android app helps you to debug a bug and exception in local…
In this post, I will learn about playing YoutubePlayerView in ReyclerView Android. We implement Youtube Player in RecyclerView using WebView with the help of an external library. Introduction…