All Projects → fondesa → Recycler View Divider

fondesa / Recycler View Divider

Licence: apache-2.0
A library which configures a divider for a RecyclerView.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Recycler View Divider

recyclerview-list-drag-and-drop
No description or website provided.
Stars: ✭ 50 (-85.21%)
Mutual labels:  list, recyclerview
recycler-adapter
RecyclerView-driven declarative UIs
Stars: ✭ 124 (-63.31%)
Mutual labels:  list, recyclerview
Elements
⚒ Modular components for RecyclerView development enforcing clean, reusable and testable code, with built-in support for paging and complex hierarchies of data.
Stars: ✭ 75 (-77.81%)
Mutual labels:  list, recyclerview
react-recycled-scrolling
Simulate normal scrolling by using only fixed number of DOM elements for large lists of items with React Hooks
Stars: ✭ 26 (-92.31%)
Mutual labels:  list, recyclerview
Rtl Viewpager
ViewPager with RTL support 🔄
Stars: ✭ 323 (-4.44%)
Mutual labels:  rtl
Useful Computer Vision Phd Resources
Lists of resources useful for my PhD in computer vision
Stars: ✭ 316 (-6.51%)
Mutual labels:  list
Deploy Your Own Saas
List of "only yours" cloud services for everyday needs 🏴
Stars: ✭ 3,561 (+953.55%)
Mutual labels:  list
Awesome Arabic
A curated list of awesome projects and dev/design resources for supporting Arabic computational needs.
Stars: ✭ 309 (-8.58%)
Mutual labels:  rtl
Flexibleadapter
Fast and versatile Adapter for RecyclerView which regroups several features into one library to considerably improve the user experience :-)
Stars: ✭ 3,482 (+930.18%)
Mutual labels:  recyclerview
Fastadapter
The bullet proof, fast and easy to use adapter library, which minimizes developing time to a fraction...
Stars: ✭ 3,512 (+939.05%)
Mutual labels:  recyclerview
Mlib
Library of generic and type safe containers in pure C language (C99 or C11) for a wide collection of container (comparable to the C++ STL).
Stars: ✭ 321 (-5.03%)
Mutual labels:  list
Awesome Wasi
😎 Curated list of awesome things regarding WebAssembly WASI ecosystem.
Stars: ✭ 319 (-5.62%)
Mutual labels:  list
Bxjs Weekly
BxJS Weekly news podcast links collection
Stars: ✭ 326 (-3.55%)
Mutual labels:  list
Fs2
B+ Tree - List - File Structures 2 - Memory Mapped File Structures for Go
Stars: ✭ 313 (-7.4%)
Mutual labels:  list
Android Gif Example
Gif RecyclerView in MVP using Dagger 2 + Retrofit 2 + Moshi + RxJava 2 + Glide 4 with JUnit and Espresso tests written in Kotlin + Kotlin DSL!
Stars: ✭ 334 (-1.18%)
Mutual labels:  recyclerview
Go Is Not Good
A curated list of articles complaining that go (golang) isn't good enough
Stars: ✭ 3,406 (+907.69%)
Mutual labels:  list
Swipedelmenulayout
The most simple SwipeMenu in the history, 0 coupling, support any ViewGroup. Step integration swipe (delete) menu, high imitation QQ, iOS. ~史上最简单侧滑菜单,0耦合,支持任意ViewGroup。一步集成侧滑(删除)菜单,高仿QQ、IOS。~
Stars: ✭ 3,376 (+898.82%)
Mutual labels:  recyclerview
Promise Fun
Promise packages, patterns, chat, and tutorials
Stars: ✭ 3,779 (+1018.05%)
Mutual labels:  list
Awesome Ava
Awesome AVA resources
Stars: ✭ 322 (-4.73%)
Mutual labels:  list
Recycleritemdecoration
ItemDecoration for RecyclerView using LinearLayoutManager for Android
Stars: ✭ 320 (-5.33%)
Mutual labels:  recyclerview

RecyclerViewDivider

Build Status RecyclerViewDivider

A RecyclerView's divider which can be customized with simple properties or advanced ones.

It supports:

  • LinearLayoutManager
  • GridLayoutManager
  • StaggeredGridLayoutManager

Usage

A basic version of the divider can be attached to a RecyclerView in these ways:

// Default configuration.
recyclerView.addDivider()

OR

// Custom configuration.
context.dividerBuilder()
    // [...]
    .build()
    .addTo(recyclerView)

Each divider can be customized with various properties. These properties can have a common value for every divider or a specific value related to a divider instance.

For further information, check the wiki.

Compatibility

Android SDK: RecyclerViewDivider requires a minimum API level of 14 (the same of RecyclerView).

AndroidX: this library requires AndroidX. To use it in a project without AndroidX, refer to the version 2.x

Integration

You can download a jar from GitHub's releases page or grab it from mavenCentral().

Gradle

Maven Central

dependencies {
    implementation 'com.github.fondesa:recycler-view-divider:x.x.x'
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].