h

hfrecyclerview

Add Header and/or Footer in your RecyclerView in the simplest way possible.
https://github.com/lopspower/HFRecyclerView
The Apache Software License, Version 2.0
Mikhael Lopez
Files download
File Operation
hfrecyclerview-1.0.0.pom download
hfrecyclerview-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.mikhaellopez</groupId>
  <artifactId>hfrecyclerview</artifactId>
  <version>1.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.mikhaellopez:hfrecyclerview:1.0.0'
Gradle Kotlin
implementation("com.mikhaellopez:hfrecyclerview:1.0.0")
Scala SBT
libraryDependencies += "com.mikhaellopez" % "hfrecyclerview" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.mikhaellopez', module='hfrecyclerview', version='1.0.0')
)
Apache Ivy
<dependency org="com.mikhaellopez" name="hfrecyclerview" rev="1.0.0" />
Leiningen
[com.mikhaellopez/hfrecyclerview "1.0.0"]
Apache Buildr
'com.mikhaellopez:hfrecyclerview:jar:1.0.0'