Relative Content

Tag Archive for kivykivy-languagekivymdkivy-recycleview

Scrolling Down RecycleView Bug

When running the app on android, the first time scrolling down for about 1000 widgets in RecycleView, I can see the height changes real time (btw i make the height of parent widgets to adjust dynamically) because the text input by user are sometimes too long. It makes the app laggy while adjusting it’s height specially on low end mobile devices.

Can’t scroll to bottom using RecycleView

I am using RecycleView for displaying a large number of data in sql. However the problem that i encounter is i can’t scroll to the bottom. It will just push back a little bit higher but i can’t scroll to the end. Here is the snippet of codes: