Recyclerview not call onCreateViewHolder

Another one is make sure you set layout manager to RecyclerView:

recycler.setLayoutManager(new LinearLayoutManager(this));

Leave a Comment