RollingLayoutManager

Additional

Language
Java
Version
1.0 (Nov 16, 2017)
Created
Nov 16, 2017
Updated
Nov 16, 2017 (Retired)
Owner
VRG Soft (VRGsoftUA)
Contributor
Pavlo Nikitin (pawlo2102)
1
Activity
Badge
Generate
Download
Source code

RollingLayoutManager

HIRE US

Usage

For a working implementation, Have a look at the Sample Project - app

  1. Include the library as local library project.
allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}

dependencies {
    compile 'com.github.VRGsoftUA:RollingLayoutManager:1.0'
}
  1. Create an insance of RollingLayoutManager
  RecyclerView recyclerView = findViewById(R.id.recycler_view);
  RollingLayoutManager rollingLayoutManager = new RollingLayoutManager(this);
  recyclerView.setLayoutManager(rollingLayoutManager);

Contributing

  • Contributions are always welcome
  • If you want a feature and can code, feel free to fork and add the change yourself and make a pull request