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
14
votes
1 answer

Android : Putting Grid of dynamic&custom objects inside another Grid of dynamic&custom objects

I am working on an Android project in which I am using the 'SuperSlim' framework for creating a grid view of Notes(Custom class) along with data to be displayed. Notes in the Database have a many-to-one relationship with Sections(Custom class). And…
We are Borg
  • 5,117
  • 17
  • 102
  • 225
7
votes
0 answers

Getting section headers to work with SuperSLiM and RecyclerView

I'm trying to implement section headers in my RecyclerGrid in Android. I came across SuperSLiM which basically has all the functions I need. Now the problem is, in my opinion, it's badly documented how to really implement this so that it's working.…
2
votes
2 answers

Filter RecyclerView with SearchView

I filter the RecyclerView of my app with a SearchView exactly like described in this post: How to filter a RecyclerView with a SearchView At the beginning everything looked fine and I could filter the RecyclerView as wanted, but after some playing…
Solenya
  • 694
  • 6
  • 21
2
votes
1 answer

SuperSlim doesn't work with Android support library 23.2.1

I tried implement SuperSlim with the last Android Support Library (23.2.1) but the recyclerView doesn't show the data, otherwise with the older library (23.2.0) works properly. Does anyone how to fix this problem?? Thanks a lot.
2
votes
3 answers

Detect RecyclerView's GridLayoutManager End Of Scroll with SuperSLiM library

I have been searching for a while but can't find a solution to detect end of scroll of recycler view with grid layout manager. Using code below actually work, but it is for linear layout manager not for grid layout manager. @Override …
HendraWD
  • 2,984
  • 2
  • 31
  • 45
1
vote
1 answer

SharedElements undesirable effect in RecyclerView

I have one activity with one RecyclerView (SuperSlim library) and a detail activity, when I click a item of that list, detail activity will be open. The problem is when I go back, I'm trying to set the clicked element as the first visible element in…
1
vote
0 answers

Superslim header width match_parent

I've been reading documentation provided in superslim github. I want to achieve recyclerview with pinned list items. Not grid. Can any one give me a sample would really helpful. Sample provided in github was grid items and headers are wrapped.
Sundeep1501
  • 1,510
  • 1
  • 18
  • 28
1
vote
1 answer

classes from library are missing

I am still new in Android development. I want to add a library (which is superslim lib) to my project. just like what the web said, I added following code to dependencies compile 'com.tonicartos:superslim:0.4.13' somehow, some classes are missing…
A. N
  • 153
  • 1
  • 15
1
vote
0 answers

Using SuperSLiM Library in nested RecyclerView

I use SuperSLiM library from Github I need to use this library in nested RecyclerView, but when I put this RecyclerView which stick's it's header on top, in another RecyclerView, it seems that it misses it's properties. this is my adapter for root…
Nava
  • 368
  • 2
  • 11
1
vote
1 answer

Android SuperSLiM set header to keep the whole width

I've successfully implemented a GridSLM view using SuperSLiM to show items in grid format with a Sticky header. The major problem I'm facing is I'm unable to set the header to take the whole width of the screen. And result looks something like…
Purple Lotus
  • 129
  • 15
1
vote
1 answer

Android SuperSLiM: Margin between sections

I'm using the SuperSLiM library to recreate the agenda view from the google calendar app. The problem I'm having is to create a margin between sections. I tried putting a topMargin when it's the sections first position, but then the headers wouldn't…
Kevin van Mierlo
  • 9,554
  • 5
  • 44
  • 76
1
vote
1 answer

SuperSlim for Android: Get first header view

I noticed that SuperSlim does not return the first header when calling getChildAt(0), but the first (non-header) item in the first section. How can I get the first header? I need it's height of other calculations. Checking out the source code I…
user1354603
  • 4,034
  • 4
  • 31
  • 43
1
vote
2 answers

How to compile JAR for the SuperSLiM library?

I'm an android newbie, and would like to create a jar file for this library: https://github.com/TonicArtos/SuperSLiM I've read some other online answers which say that the gradle build file has to be modified, which I tried to do, but not sure if I…
Maximus
  • 1,441
  • 14
  • 38
1
vote
2 answers

How to maintain sticky gridview in Android

I want to implement the sticky gridview in my application but the problem is that my header of the gridview is also move when I scroll the gridview, So could you please help me to sort out from these problem
Ravindra Kushwaha
  • 7,846
  • 14
  • 53
  • 103
0
votes
2 answers

Load more recyclerview with superslim library

I am using Superslim Library with loadmore but i get the error.I create one EndlessRecyclerOnScrollListener class for load more but it doesn't work for me. I am calling this using below way. mViews.mRecyclerView.addOnScrollListener(new…
akhil batlawala
  • 1,066
  • 1
  • 10
  • 30
1
2