This repository has been archived on 2024-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
Comet/app
dece 3cba46ad5d MainActivity: rework layout to avoid lag
ScrollView + RecyclerView lead to very slow loading times for the
recycler, like a few seconds on the biggest Medusae pages. Turns out it
binds every ViewHolder instantly, losing all the recycling behavior!
Following some guidelines on StackOverflow fixed this, because official
docs could not.
2021-12-13 23:36:52 +01:00
..
src MainActivity: rework layout to avoid lag 2021-12-13 23:36:52 +01:00
.gitignore init 2021-12-05 01:50:37 +01:00
build.gradle MainActivity: rework layout to avoid lag 2021-12-13 23:36:52 +01:00
proguard-rules.pro init 2021-12-05 01:50:37 +01:00