android - Stop onBindViewHolder() while scrolling recyclerview -
i have recyclerview adapter , in each view holder have nested view group (taggroup https://github.com/2dxgujun/androidtaggroup) performance horrible while scrolling these nested viewgroups adapter uses sethasstableids(true) speed scrolling performance question: there way stop parts of onbingviewholder() code while scrolling i.e. section view group populated know image loading libraries have way stop loading image while scrolling
below can see taggroup (viewgroup) in each view holder
https://drive.google.com/file/d/0b-fcqa73gidyzdgtmxjor2k2m045nm10ddrrlxa4rw9yagzb/view?usp=sharing
Comments
Post a Comment