Isn’t it WebView? Developing one yourself...it's a bit too big...
HTML can also be typed accurately, and font rendering parameters can be fine-tuned with CSS. Byte Society’s focus is actually on fonts and typesetting. These can be displayed through WebView, which is not too troublesome.
For example, you can stuff anything in WebView like this: wv.loadData(yourData, "text/html", "UTF-8");
Isn’t it WebView? Developing one yourself...it's a bit too big...
HTML can also be typed accurately, and font rendering parameters can be fine-tuned with CSS. Byte Society’s focus is actually on fonts and typesetting. These can be displayed through WebView, which is not too troublesome.
For example, you can stuff anything in WebView like this:
wv.loadData(yourData, "text/html", "UTF-8");
There is open source fbreader, which is currently being learned and used, http://fbreader.org/FBReaderJ.