p

projectname

A library that provide you a recyclerview adapter which decouples render/bind logic into renderers. All what you need is provide a renderer for your item.
https://github.com/langhoangal/injectable-recyclerview-adapter
The Apache Software License, Version 2.0
Hoang Lang
Files download
File Operation
projectname-0.0.1.pom download
projectname-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.langhoangal</groupId>
  <artifactId>projectname</artifactId>
  <version>0.0.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.langhoangal:projectname:0.0.1'
Gradle Kotlin
implementation("com.github.langhoangal:projectname:0.0.1")
Scala SBT
libraryDependencies += "com.github.langhoangal" % "projectname" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.langhoangal', module='projectname', version='0.0.1')
)
Apache Ivy
<dependency org="com.github.langhoangal" name="projectname" rev="0.0.1" />
Leiningen
[com.github.langhoangal/projectname "0.0.1"]
Apache Buildr
'com.github.langhoangal:projectname:jar:0.0.1'