Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonicartos/superslim
A layout manager for the RecyclerView with interchangeable linear, grid, and staggered displays of views, all with configurable section headers including the sticky variety as specified in the material design docs.
https://github.com/tonicartos/superslim
android-library kotlin superslim
Last synced: 22 days ago
JSON representation
A layout manager for the RecyclerView with interchangeable linear, grid, and staggered displays of views, all with configurable section headers including the sticky variety as specified in the material design docs.
- Host: GitHub
- URL: https://github.com/tonicartos/superslim
- Owner: TonicArtos
- Created: 2014-12-18T19:15:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T09:57:52.000Z (over 7 years ago)
- Last Synced: 2024-10-14T12:05:18.500Z (22 days ago)
- Topics: android-library, kotlin, superslim
- Language: Kotlin
- Homepage: http://tonicartos.nz
- Size: 1.26 MB
- Stars: 2,118
- Watchers: 89
- Forks: 296
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SuperSLiM
This is the version 5 development branch.
[Project Plan](https://trello.com/b/g3Wctuey)
[Support me on Patreon](https://www.patreon.com/Tonic)
[Blog](https://branchmerge.blogspot.com)## What is Version 5
Version 5 is the current development branch for SuperSLiM. Once Milestone 3 is reached it will become the main branch for the library. Currently available from this branch are the following things:- an adapter implementation backed by a DAG
- a layout manager that can layout a hierarchy of nested sections
- a linear section layout
- predictive animations for item changes
- support for layout configurations; layout direction (LTR, RTL), reverse layout, stack from end, and horizontal and vertical layout configurations.
- an example app
- way too much work for what you seeWhat does it not yet have? **Lots**. See the [project plan](https://trello.com/b/g3Wctuey) for more details, and support me on [patreon](https://www.pateron.com/Tonic).