Developer's DescriptionBy Arnav GuptaConsuming a CRUD REST API and showing 20 different models in RecyclerViews . Tired of creating separate RecyclerView.Adapter classes for each mode...Consuming a CRUD REST API and showing 20 different models in RecyclerViews ? Tired of creating separate RecyclerView.Adapter classes for each model ?Have a lot of models and list_item_layout files ?GenericRecyclerAdapter is here to help you. Pass the model type and layout id in the constructor and let us do the magic for you.