java.lang.Object | |
↳ | greendroid.widget.PagedAdapter |
The base implementation of an Adapter to use with a PagedView
.
Clients may create classes that extends from this base implementation. The
work consists on overriding the getCount()
and
getView(int, View, ViewGroup)
methods.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.widget.Adapter
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.widget.Adapter
|