Looking for android rtf txt api

Asked By 20 points N/A Posted on -
qa-featured

Hi,

I am looking for android rtf txt api. Too many nouns for a project I am working on for college.

Any help would be appreciated.

SHARE
Answered By 0 points N/A #149488

Looking for android rtf txt api

qa-featured

Android.text – It provides classes to track text on the screen. With this, you can used to design your app to text format types or drawing for an existing widget.

Interfaces: Editable, GetChars, HTML ImageGetter, HTML Taghanler, InpurFilter, NoCopySpan, ParcelableSpan, Spannable, Spanned, SpanWatcher, TextUtilsEllipsizeCallback, TextUtilsStringsplitter, TextWatcher

You may wish to click this for additional information:

https://developer.android.com/index.html

Pointers to Review:

You can open RTF file on Android, Convert your RTF file into HTML. When converted to HTML, this has to be fully supported in Android. On the other hand, If you want to build an Android Application, this is the website where you can refer:

http://www.appsbar.com even an elementary grade srudent can make an app with this very simple instructions provided by this website.

Related Questions