it?
I get data from server then notify each item to recyclerview but I think it's not good for performance
Make a List<> for your class item, the after getting data from server store it in your list and pass that list to RecyclerView adapter and call notifyDataSetchanged on adapter
Обсуждают сегодня