Hey, Do you know any ways to optimize RecyclerVie...
# android
d
Hey, Do you know any ways to optimize RecyclerView inside NestedScrollView ? When hasFixedSize is set to false, and there are a lot of items in recycler view, adding next items (i.e next page fetched from api ) causes UI glitches. I have disabled animations and there is only slightly diffrence.
stackoverflow 2
d
dzakens: how is this related with kotlin?
🤔 1
d
Ok, sorry for that, to remove
i
Don't use RecyclerView inside ScrollView or NestedScrollView. Use headers and footers views.