Skip to content

Instantly share code, notes, and snippets.

@faradaj
faradaj / Readme.md
Created June 18, 2018 10:49 — forked from gabrielemariotti/Readme.md
A SimpleSectionedRecyclerViewAdapter: use this class to realize a simple sectioned `RecyclerView.Adapter`.

You can use this class to realize a simple sectioned RecyclerView.Adapter without changing your code.

The RecyclerView should use a LinearLayoutManager. You can use this code also with the TwoWayView with the ListLayoutManager (https://github.com/lucasr/twoway-view)

This is a porting of the class SimpleSectionedListAdapter provided by Google

Screen

Example:

@faradaj
faradaj / gist:6696380
Created September 25, 2013 07:49
SVN to GIT commands
export PERL5LIB="/Applications/Xcode.app/Contents/Developer/Library/Perl/5.12/darwin-thread
git svn init --username=<username> --password=<password> <repo-source> --no-metadata
git svn clone --username=<username> --password=<password> svn:<repo-source> --no-metadata