C

CurrencyEditText

A library to dynamically format your EditTexts to take currency inputs.
https://github.com/CottaCush/CurrencyEditText
The Apache Software License, Version 2.0
Cotta Cush
Files download
File Operation
CurrencyEditText-1.0.0.pom download
CurrencyEditText-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.cottacush</groupId>
  <artifactId>CurrencyEditText</artifactId>
  <version>1.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.cottacush:CurrencyEditText:1.0.0'
Gradle Kotlin
implementation("com.cottacush:CurrencyEditText:1.0.0")
Scala SBT
libraryDependencies += "com.cottacush" % "CurrencyEditText" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.cottacush', module='CurrencyEditText', version='1.0.0')
)
Apache Ivy
<dependency org="com.cottacush" name="CurrencyEditText" rev="1.0.0" />
Leiningen
[com.cottacush/CurrencyEditText "1.0.0"]
Apache Buildr
'com.cottacush:CurrencyEditText:jar:1.0.0'