l

language

Language Picker provide Language picking functionality with great UI and UX custom calling features to make there picker developer handy. This have four custom ways to make there picker UI with Single and Multi Selection functionality. Developer have option to customize there data at your own by simple calls.
https://github.com/Lib-Jamun/Pickers
The Apache Software License, Version 2.0
Jatin Sahgal
Files download
File Operation
language-0.0.8.pom download
language-0.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>tk.jamunx.ui</groupId>
  <artifactId>language</artifactId>
  <version>0.0.8</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'tk.jamunx.ui:language:0.0.8'
Gradle Kotlin
implementation("tk.jamunx.ui:language:0.0.8")
Scala SBT
libraryDependencies += "tk.jamunx.ui" % "language" % "0.0.8"
Groovy Grape
@Grapes(
  @Grab(group='tk.jamunx.ui', module='language', version='0.0.8')
)
Apache Ivy
<dependency org="tk.jamunx.ui" name="language" rev="0.0.8" />
Leiningen
[tk.jamunx.ui/language "0.0.8"]
Apache Buildr
'tk.jamunx.ui:language:jar:0.0.8'