Reading RTF directly to a TextView on Android
问题 I have a RTF file saved in a database column, i need to read that text and display it with style into a TextView on the Android. From what i have searched, i didn't find how to read RTF directly on the android. What i have tried are: Searching for something to convert RTF to HTML (on the web service (C#) and on the Android) (I haven't found a suitable solution, found this but i didn't know how to use it... too many classes and i didn't know how to deal with it, i will try again until someone