Abstract View

New in version 1.5.

The AbstractView widget has an adapter property for an adapter that mediates to data. The adapter manages an item_view_instances dict property that holds views for each data item, operating as a cache.

class kivy.uix.abstractview.AbstractView(**kwargs)

Bases: kivy.uix.floatlayout.FloatLayout

View using an Adapter as a data provider.

adapter

The adapter can be one of several defined in kivy/adapters. The most common example is the ListAdapter used for managing data items in a list.