Android Open Source - UI textview RealTextView






Project Summary

A new textview for Android that includes a compilation of libaries to make a real TextView.

Web Site / Source Repository

RealTextView is hosted in the following web site
https://github.com/skimarxall/RealTextView

If you think the Android project RealTextView 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 RealTextView.

ItemValue
Java File Count19
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Activity Count3
Required Permissionsandroid.permission.INTERNET
Asset File Namesassets\fonts\DroidSerif.ttf
assets\fonts\Roboto-Black.ttf
assets\fonts\Roboto-Thin.ttf
assets\fonts\RobotoCondensed-Light.ttf
assets\fonts\RobotoCondensed-Regular.ttf
assets\fonts\Simpletype.ttf




License

The license information of RealTextView is as follows:

Apache License

Resource Files

There are 1 image files in RealTextView. The names of the image files are listed as follows.

ic_github.png

The following screenshort is generated from the image listed above.

null

Java Source Files

com.hardsoftstudio.real.textview.exceptions.RealHtmlTextViewException.java
com.hardsoftstudio.real.textview.utils.AutofitHelper.java
com.hardsoftstudio.real.textview.utils.FontManager.java
com.hardsoftstudio.real.textview.utils.HtmlTagHandler.java
com.hardsoftstudio.real.textview.utils.LocalImageGetter.java
com.hardsoftstudio.real.textview.utils.RealUrl.java
com.hardsoftstudio.real.textview.utils.SizeUtils.java
com.hardsoftstudio.real.textview.utils.UrlImageGetter.java
com.hardsoftstudio.real.textview.views.BaseTextView.java
com.hardsoftstudio.real.textview.views.RealButton.java
com.hardsoftstudio.real.textview.views.RealCheckBox.java
com.hardsoftstudio.real.textview.views.RealEditText.java
com.hardsoftstudio.real.textview.views.RealTextView.java
org.hardsoftstudio.real.example.ApplicationTest.java
org.hardsoftstudio.real.example.BaseActivity.java
org.hardsoftstudio.real.example.ExampleMainActivity.java
org.hardsoftstudio.real.example.HtmlExampleActivity.java
org.hardsoftstudio.real.example.MainActivity.java
org.hardsoftstudio.real.textview.ApplicationTest.java