See: Description
Interface | Description |
---|---|
LoremIpsumContract.Columns |
Defines all column names for Lorem Ipsum database table.
|
Class | Description |
---|---|
BaseLoremIpsumAdapter<VH> |
A
CursorLoaderAdapter implementation that loads and wraps cursor into LoremIpsumCursor
wrapper. |
BaseLoremIpsumRecyclerAdapter<VH extends androidx.recyclerview.widget.RecyclerView.ViewHolder> |
Copied logic of
BaseLoremIpsumAdapter into context of RecyclerCursorLoaderAdapter
implementation. |
LoremIpsum |
A
SimpleEntityModel implementation which represents a model that holds lorem ipsum
data generated using LoremIpsumGenerator . |
LoremIpsumContract |
The contract between LoremIpsum database entity and applications.
|
LoremIpsumCursor |
An
EntityModelCursorWrapper implementation that may be used to provide a cursor data set
of LoremIpsum models for a desired cursor adapter. |
LoremIpsumEntity |
A
ModelEntity implementation for storing of data represented by LoremIpsum model
within database. |
LoremIpsumGenerator |
A LoremIpsumGenerator can be used to generate a Lorem Ipsum words or sentences.
|
Annotation Type | Description |
---|---|
LoremIpsumGenerator.Size |
Defines an annotation for determining set of allowed sizes which may be requested either for
lorem ipsum words or sentences.
|