Android Open Source - Network view fontView






Project Summary

An Android custom view to create styled images from characters in font files; pulls & caches the font from network or filesystem.

Web Site / Source Repository

fontView is hosted in the following web site
https://github.com/shellum/fontView

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

ItemValue
Java File Count5
Target SDK Version17
Minimum SDK Version8
Activity Count1
Required Permissionsandroid.permission.INTERNET
android.permission.READ_EXTERNAL_STORAGE
android.permission.WRITE_EXTERNAL_STORAGE
Asset File Namesassets\fonts\font.ttf




Java Source Files

fontView has the following Java source files.

com.finalhack.fontview.FontDelayTask.java
com.finalhack.fontview.FontNetworkTask.java
com.finalhack.fontview.FontReceiver.java
com.finalhack.fontview.FontView.java
com.finalhack.fontviewexample.FontViewTestActivity.java