g

grecyclerviewadapter

It is a recyclerview adapter with maximum usage in a single library. And also reduce much more code
https://github.com/goutham106/GmRecyclerviewAdapter
The Apache Software License, Version 2.0
Gowtham Parimalazhagan
Files download
File Operation
grecyclerviewadapter-0.0.3.pom download
grecyclerviewadapter-0.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.goutham106</groupId>
  <artifactId>grecyclerviewadapter</artifactId>
  <version>0.0.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.goutham106:grecyclerviewadapter:0.0.3'
Gradle Kotlin
implementation("com.github.goutham106:grecyclerviewadapter:0.0.3")
Scala SBT
libraryDependencies += "com.github.goutham106" % "grecyclerviewadapter" % "0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.goutham106', module='grecyclerviewadapter', version='0.0.3')
)
Apache Ivy
<dependency org="com.github.goutham106" name="grecyclerviewadapter" rev="0.0.3" />
Leiningen
[com.github.goutham106/grecyclerviewadapter "0.0.3"]
Apache Buildr
'com.github.goutham106:grecyclerviewadapter:jar:0.0.3'
Dependencies
The project has no third-party dependencies