Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stefanhaustein/htmlview
- Owner: stefanhaustein
- License: apache-2.0
- Created: 2013-12-14T00:17:10.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-20T23:29:49.000Z (over 7 years ago)
- Last Synced: 2023-07-31T13:09:38.643Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 178 KB
- Stars: 60
- Watchers: 8
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.