Any idea how to create a page indicator for recyclerview list ?
in case of anyone need, I wrote my own library for this (after a lot of searching): RecyclerView indicator. Here's how you do it:
// In code: recyclerView.setAdapter(new TestAdapter()); recyclerViewIndicator.setRecyclerView(recyclerView);