HtmlView2 icon indicating copy to clipboard operation
HtmlView2 copied to clipboard

Simple HTML to Native Components Rendering Engine for Android

HtmlView2

Note: Please find a revised and more platform-independent and maintainable version of this library here: https://github.com/stefanhaustein/nativehtml

Usage

For a simple example, please refer to the demo

Gradle

Jitpack for the win!

Step 1: Add jitpack to your root build.gradle at the end of repositories:

allprojects {
	    repositories {
		  ...
		  maven { url 'https://jitpack.io' }
	    }
    }

Step 2: Add the HtmlView2 dependency

dependencies {
	compile 'com.github.stefanhaustein:htmlview2:v2.0.2'
}