Questions tagged [superslim]

SuperSLiM is a third-party library for Android allowing you to present data in a sectioned format, and mix and match layouts inside of a RecyclerView. The library is highly extensible with many customisable features allowing you to easily implement and innovate within the Material Design aesthetic.

About

SuperSLiM is a third-party library for Android providing a customisable and extensible layout on top of the RecyclerView LayoutManager API. The library features the ability to present data in a sectioned format, use different layouts per section, and display customisable section headers.

The library is at an early stage and often sees rapid development.

Tag Usage

This tag is watched by the developer of the library so please use it when asking questions directly related to SuperSLiM.

When asking questions, it is extremely helpful for you to include the version of SuperSLiM you are using.

Please post bug reports to the issue tracker.

Links

18 questions
0
votes
2 answers

Cannot get sticky headers to work with SuperSLiM

I am trying to implement sticky headers in my already existing RecyclerView which has headers, but not sticky ones. SuperSLiM looks promising, but I am not able to integrate the library into my existing code. The example that follows with the source…
Krøllebølle
  • 2,878
  • 6
  • 54
  • 79
0
votes
1 answer

Android - Endless scrolling with SuperSLiM

There is any way to implement endless scrolling to load more itens when i use SuperSLiM library? Normally I'm used to use the LinearLayoutManager.findFirstVisibleItemPosition() method to help me to know when I need load more itens... but now, with…
pablobaldez
  • 924
  • 14
  • 22
0
votes
3 answers

Is SuperSLiM for Android available as Library with Eclipse?

I am wondering, whether SuperSLiM is available as a library anywhere? Michael
Michael Schmidt
  • 1,199
  • 4
  • 14
  • 18
1
2