Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stefanhaustein/htmlview

Simple HTML rendering component for android
https://github.com/stefanhaustein/htmlview

Last synced: 22 days ago
JSON representation

Simple HTML rendering component for android

Awesome Lists containing this project

README

        

htmlview
========

**Note**: Please use [nativehtml](https://github.com/stefanhaustein/nativehtml) instead!

This project is a port of the Google "MiniJoe" CLDC / MIDP HTML renderer to Android.

If you need more HTML formatting than TextView, but a WebView is too much or too heavy (e.g. on a watch or wearable device), this might be useful for your project: HtmlView supports many HTML 4 features and a rich CSS 2.1 subset.

The HtmlViewDemo project illustrates how to use the HtmlView component.