As a developer there is quite a lot of confusion going on regarding, how are thread and process behave when…
Every developer always try to give his best to achieve better performance and good results while development of mobile app.…
In earlier, You are heard many image processing library on android eg. Glide and Picasso. We mostly use SVG and…
Overview The following article, We are explaining comprehend used of Dependency Injection . Dependency injection provides an allegiant solution to…
What is MVP ..? MVP (Model View Presenter) design pattern is derived from MVC pattern most of the things is…
What is reactive programming ? The RxJava is a very interesting and new topic in Android development. But problem is…
What is Room Persistence Library? how is provide an abstraction layer over SQLite to allow for more robust database access?…
In previous blog, I have explain best practises of implementing RecyclerView in Android. In this tutorials, I’m going to explain…
In this article, I’m gonna to explain the implementation of MVP architecture using Dagger 2, ButterKnife, Room Persistence, Rxjava 2,…
In this tutorial, We are going to explain best practices to implement RecyclerView in Android. We will create a custom layout with CardView and render it on RecyclerView. We discuss in detail about some relevant classes such as LayoutManager, ViewHolder, Adapter, ItemDecoration etc.