Android Open Source - UI textview FlowTextView






Project Summary

A wrapping TextView for Android.

Web Site / Source Repository

FlowTextView is hosted in the following web site
https://github.com/deano2390/FlowTextView

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

ItemValue
Java File Count12
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version15
Minimum SDK Version8
Activity Count1




Resource Files

There are 3 image files in FlowTextView. The names of the image files are listed as follows.

android.png
android2.png
ic_action_search.png

The following screenshort is generated from the image listed above.

null

Java Source Files

FlowTextView has the following Java source files.

uk.co.deanwild.flowtextview.FlowTextView.java
uk.co.deanwild.flowtextview.helpers.ClickHandler.java
uk.co.deanwild.flowtextview.helpers.CollisionHelper.java
uk.co.deanwild.flowtextview.helpers.PaintHelper.java
uk.co.deanwild.flowtextview.helpers.SpanParser.java
uk.co.deanwild.flowtextview.listeners.OnLinkClickListener.java
uk.co.deanwild.flowtextview.models.Area.java
uk.co.deanwild.flowtextview.models.HtmlLink.java
uk.co.deanwild.flowtextview.models.HtmlObject.java
uk.co.deanwild.flowtextview.models.Line.java
uk.co.deanwild.flowtextview.models.Obstacle.java
uk.co.deanwild.flowtextview.sample.MainActivity.java