Android SMS app supporting basic text formatting.
FonText is hosted in the following web site
https://github.com/benjaminhkaiser/FonText
If you think the Android project FonText listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of FonText.
Item | Value |
---|---|
Java File Count | 9 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 11 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.CALL_PHONE android.permission.READ_CONTACTS android.permission.READ_PHONE_STATE android.permission.READ_SMS android.permission.RECEIVE_SMS android.permission.SEND_SMS android.permission.WRITE_SMS |
There are 2 image files in FonText. The names of the image files are listed as follows.
action_compose.png action_send.png
The following screenshort is generated from the image listed above.
FonText has the following Java source files.
com.example.fontext.Compose_activity.java com.example.fontext.Conversation_activity.java com.example.fontext.CustomListView.java com.example.fontext.Inbox_activity.java com.example.fontext.SmsConversation.java com.example.fontext.SmsConversationListAdapter.java com.example.fontext.SmsMessage.java com.example.fontext.SmsMessageListAdapter.java com.example.fontext.SmsReceiver_activity.java