d

dpadrecyclerview

A RecyclerView built for Android TV as a replacement for Leanback's BaseGridView
https://github.com/rubensousa/dpadrecyclerview
The Apache Software License, Version 2.0
Rúben Sousa
Files download
File Operation
dpadrecyclerview-1.1.0-alpha03.pom download
dpadrecyclerview-1.1.0-alpha03-sources.jar download
Apache Maven
<dependency>
  <groupId>com.rubensousa.dpadrecyclerview</groupId>
  <artifactId>dpadrecyclerview</artifactId>
  <version>1.1.0-alpha03</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.rubensousa.dpadrecyclerview:dpadrecyclerview:1.1.0-alpha03'
Gradle Kotlin
implementation("com.rubensousa.dpadrecyclerview:dpadrecyclerview:1.1.0-alpha03")
Scala SBT
libraryDependencies += "com.rubensousa.dpadrecyclerview" % "dpadrecyclerview" % "1.1.0-alpha03"
Groovy Grape
@Grapes(
  @Grab(group='com.rubensousa.dpadrecyclerview', module='dpadrecyclerview', version='1.1.0-alpha03')
)
Apache Ivy
<dependency org="com.rubensousa.dpadrecyclerview" name="dpadrecyclerview" rev="1.1.0-alpha03" />
Leiningen
[com.rubensousa.dpadrecyclerview/dpadrecyclerview "1.1.0-alpha03"]
Apache Buildr
'com.rubensousa.dpadrecyclerview:dpadrecyclerview:jar:1.1.0-alpha03'