a

android-section-adapter-parent

Android ListAdapter for sections.
https://github.com/monxalo/android-section-adapter
The Apache Software License, Version 2.0
Gonçalo Ferreira
Files download
File Operation
android-section-adapter-parent-1.0.1.pom download
Apache Maven
<dependency>
  <groupId>com.github.monxalo</groupId>
  <artifactId>android-section-adapter-parent</artifactId>
  <version>1.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.monxalo:android-section-adapter-parent:1.0.1'
Gradle Kotlin
implementation("com.github.monxalo:android-section-adapter-parent:1.0.1")
Scala SBT
libraryDependencies += "com.github.monxalo" % "android-section-adapter-parent" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.monxalo', module='android-section-adapter-parent', version='1.0.1')
)
Apache Ivy
<dependency org="com.github.monxalo" name="android-section-adapter-parent" rev="1.0.1" />
Leiningen
[com.github.monxalo/android-section-adapter-parent "1.0.1"]
Apache Buildr
'com.github.monxalo:android-section-adapter-parent:jar:1.0.1'