t

treeview

Multi Roots TreeView implementation for Android Platform with a lot of options and customization.
https://github.com/amrdeveloper/treeview/
MIT
Amr Hesham
Files download
File Operation
treeview-1.2.0.pom download
treeview-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.amrdeveloper</groupId>
  <artifactId>treeview</artifactId>
  <version>1.2.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.amrdeveloper:treeview:1.2.0'
Gradle Kotlin
implementation("io.github.amrdeveloper:treeview:1.2.0")
Scala SBT
libraryDependencies += "io.github.amrdeveloper" % "treeview" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.amrdeveloper', module='treeview', version='1.2.0')
)
Apache Ivy
<dependency org="io.github.amrdeveloper" name="treeview" rev="1.2.0" />
Leiningen
[io.github.amrdeveloper/treeview "1.2.0"]
Apache Buildr
'io.github.amrdeveloper:treeview:jar:1.2.0'