Skip to content

A recycler view where you can set the number of columns/rows and orientation on the .xml file instead of setting it on the layout manager.

Notifications You must be signed in to change notification settings

TOrnelas/FlexibleRecyclerView

Repository files navigation

FlexibleRecyclerView

A recycler view where you can set the number of columns/rows and orientation on the .xml file instead of setting it on the layout manager.

Import

Maven

repositories {
    maven {
        url  "https://frontkom.bintray.com/FlexibleRecyclerView"
    }
}
    
dependencies {
  implementation 'com.tornelas.flexiblerecyclerview:flexiblerecyclerview:{latest-version}'
}

Usage


 <com.tornelas.flexiblerecyclerview.FlexibleRecyclerView
      android:layout_width="match_parent"
      android:layout_height="match_parent"
      app:columns="1"
      app:rows="5"
      app:orientation="vertical|horizontal"/>

TODO

  • Extend Recyclerview
  • Add column and row attributes and funcionality
  • Add orientation attribute and funcionality
  • Add scroll to top attribute and funcionality
  • Publish library to jcenter

About

A recycler view where you can set the number of columns/rows and orientation on the .xml file instead of setting it on the layout manager.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published