GitXplorerGitXplorer
s

HtmlView2

public
23 stars
4 forks
3 issues

Commits

List of commits on branch master.
Unverified
835500542eeabfd5eaa6677c452425a80a8a1386

Update README.md

sstefanhaustein committed 8 years ago
Unverified
4ceb13f234729a69b210c074102f762cbd74b3fd

Update README.md

sstefanhaustein committed 8 years ago
Unverified
a605f065a98b0ef944c3b6676d5033485a8fd1eb

Update README.md

sstefanhaustein committed 8 years ago
Unverified
5141e58c0212af3929a7db3c7dfe3d398033a6ef

Update README.md

sstefanhaustein committed 8 years ago
Unverified
8432e7ebd1cdfccc835377502c796d44330ab0b5

Content confirming issue#18

sstefanhaustein committed 8 years ago
Unverified
98841c960380694e1ab620f21b62cad7c934cf17

change test for issue #15 from p to span

sstefanhaustein committed 8 years ago

README

The README file for this repository.

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'
}