Android Open Source - UI textview TextCounter






Project Summary

A simple subclass of android's TextView that counts up or down..

Web Site / Source Repository

TextCounter is hosted in the following web site
https://github.com/premnirmal/TextCounter

If you think the Android project TextCounter listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of TextCounter.

ItemValue
Java File Count9
Activity Count1

License

The license information of TextCounter is as follows:

MIT License

Java Source Files

com.github.premnirmal.textcounter.CounterType.java
com.github.premnirmal.textcounter.CounterView.java
com.github.premnirmal.textcounter.Counter.java
com.github.premnirmal.textcounter.Formatter.java
com.github.premnirmal.textcounter.formatters.CommaSeparatedDecimalFormatter.java
com.github.premnirmal.textcounter.formatters.DecimalFormatter.java
com.github.premnirmal.textcounter.formatters.IntegerFormatter.java
com.github.premnirmal.textcounter.formatters.NoFormatter.java
com.github.premnirmal.textcounterdemo.ParanormalActivity.java