| Class | Description |
|---|---|
| BaseFragment |
A base class for
Fragments that is capable of handling nested Fragments
and Activity-starts from those fragments with proper handing over of possible
result-codes from the activities to the appropriate fragment, which initially started the
Activity. |
| ExpandableListFragment |
A fragment that displays an expandable list of items by binding to a data source provided
through the use of adapters, and exposes event handlers when the user selects an item.
|
| FragmentTools |
Helpful tools for handling
Fragments. |