Get the backing adapter off the EpoxyController to set up your RecyclerView:MyController controller = new MyController(); recyclerView.setAdapter(controller.getAdapter()); // Request a model build whenever your data changes controller.requestModelBuild(); // Or if you are using a TypedEpoxy...