this version, RecyclerView runs the "onCreateViewHolder" method for all list items at first load. for example if the list contains 1000 items, this method is being called for 1000 times, and makes 1000 Views for all items 🤔
and the more items in list, the more time needs to load page.
anyone had this problem ?
Thanks.
Обсуждают сегодня