RecyclerPickerDialog

A FragmentDialog implemented with RecyclerView that can accept Single or Multiple selections

License

License

Categories

Categories

GUI User Interface
GroupId

GroupId

com.github.guilhe
ArtifactId

ArtifactId

recycler-picker-dialog
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

aar
Description

Description

RecyclerPickerDialog
A FragmentDialog implemented with RecyclerView that can accept Single or Multiple selections
Project URL

Project URL

https://guilhe.github.io/RecyclerPickerDialog
Source Code Management

Source Code Management

https://guilhe.github.io/RecyclerPickerDialog

Download recycler-picker-dialog

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.guilhe/recycler-picker-dialog/ -->
<dependency>
    <groupId>com.github.guilhe</groupId>
    <artifactId>recycler-picker-dialog</artifactId>
    <version>1.0.4</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.guilhe/recycler-picker-dialog/
implementation 'com.github.guilhe:recycler-picker-dialog:1.0.4'
// https://jarcasting.com/artifacts/com.github.guilhe/recycler-picker-dialog/
implementation ("com.github.guilhe:recycler-picker-dialog:1.0.4")
'com.github.guilhe:recycler-picker-dialog:aar:1.0.4'
<dependency org="com.github.guilhe" name="recycler-picker-dialog" rev="1.0.4">
  <artifact name="recycler-picker-dialog" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.guilhe', module='recycler-picker-dialog', version='1.0.4')
)
libraryDependencies += "com.github.guilhe" % "recycler-picker-dialog" % "1.0.4"
[com.github.guilhe/recycler-picker-dialog "1.0.4"]

Dependencies

compile (4)

Group / Artifact Type Version
androidx.appcompat » appcompat jar 1.2.0
androidx.recyclerview » recyclerview jar 1.1.0
androidx.constraintlayout » constraintlayout jar 2.0.2
com.google.android.material » material jar 1.2.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0