Trying to figure out what is the issue with updating RecyclerView\'s Adapter.
RecyclerView
After I get a new List of products, I tried to:
Update t
Update Data of listview, gridview and recyclerview
mAdapter.notifyDataSetChanged();
or
mAdapter.notifyItemRangeChanged(0, itemList.size());