In Android, DiffUtil has made us a simple life to interact with RecyclerView. Using it, you don’t have to call different methods of Adapter to update the view. If you don’t know about it, you can read it here. Today, I gonna write one of the way using RxJava to…