License |
License |
---|---|
GroupId | GroupIdcom.github.nisrulz |
ArtifactId | ArtifactIdrecyclerviewhelper |
Version | Version25.0.0 |
Type | Typeaar |
Description |
Descriptionrecyclerviewhelper
RecyclerViewHelper provides the most common functions around recycler view like Swipe to dismiss, Drag and Drop, Divider in the ui, events for when item selected and when not selected, on-click listener for items.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.nisrulz/recyclerviewhelper/ -->
<dependency>
<groupId>com.github.nisrulz</groupId>
<artifactId>recyclerviewhelper</artifactId>
<version>25.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nisrulz/recyclerviewhelper/
implementation 'com.github.nisrulz:recyclerviewhelper:25.0.0'
// https://jarcasting.com/artifacts/com.github.nisrulz/recyclerviewhelper/
implementation ("com.github.nisrulz:recyclerviewhelper:25.0.0")
'com.github.nisrulz:recyclerviewhelper:aar:25.0.0'
<dependency org="com.github.nisrulz" name="recyclerviewhelper" rev="25.0.0">
<artifact name="recyclerviewhelper" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.nisrulz', module='recyclerviewhelper', version='25.0.0')
)
libraryDependencies += "com.github.nisrulz" % "recyclerviewhelper" % "25.0.0"
[com.github.nisrulz/recyclerviewhelper "25.0.0"]