In this post, I will tell you how to make the perfect Singleton class in Java? Firstly, we will describe the is Singleton Design Pattern. Further, I tell…
Introduction In this post, I will discuss in detail about MVVM architectural pattern. How does it help to build a robust and professional level android application? We will…
Android MVP Architecture is address the common difficulties such as maintainability and testability. So in this article, We will discuss the various difficulties that address by Android MVP…
In this article, I’m going to explain the implementation of MVP architecture using Dagger 2, ButterKnife, Room Persistence, Rxjava 2, RxAndroid, Retrofit, logging and debugging. In this Android…
In my previous tutorials explains how to capture image Camera & Gallery using FileProvider. Most people are comment to give this solution in MVP. So In this article,…