-
Notifications
You must be signed in to change notification settings - Fork 295
Section configuration
The section configuration is a factory to create section states. The user can use any implementation of SectionConfig
as a parameter to create a section in the adapter. The resulting section state is then tracked by the adapter, and operations can be performed directly on it by the user. The config factory interface is used to ease third party extension of SuperSLiM and to provide an easy interface for the complex configuration of sections.
[Getting Started](Getting started with version 0.4)
[User's Guide](User's guide for version 0.4)
User documentation
[Basic usage](A simple tutorial)
[Advanced usage](All the cool things)
[SuperSLiM and RxJava](Using SuperSLiM with RxJava)
Developers documentation
Glossary
[The section graph](The section graph)
[Tracking data changes](Tracking data changes)
[Configuration transformations](Configuration transformations)
[Layout helpers](Layout helpers)
[Section configuration](Section configuration)
[Section state](Section state)
[Section layout managers](Section layout managers)
[Header layout managers](Header layout managers)