Kivy Recycleview. How to use it?

3.7k Views Asked by At

I want to know about Kivy Recycle view. How to use it? I want to see a an answer like widget description in documentation. I know in github there is an short description. This is not enough. So can someone explain how to use the Recycleview widget and what are its properties, what are events?

2

There are 2 best solutions below

1
On BEST ANSWER

RecycleView is a garden widget

to use garden widgets you do::

pip install kivy-garden
cd to/your/app/folder
garden install <WidgetName>

Then you simply use the widget using from kivy.garden import

Documentation is here http://kivy-garden.github.io

Documentation for each garden widget is on it's github page https://github.com/kivy-garden/garden.recycleview

1
On

Kivy Recycleview has not yet covered in their standard documentation. So I guess you need to wait a bit. Alternatively you can ask question to their irc #kivy. It seems Kivy is not popular framework so very few guys are active in Stack over flow to answer your question.