Skip to content

MediaNetworkTeam/HtmlView2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HtmlView2

Cleaner, simplified and "Androidified" version of HtmlView under development (should be ready for beta trials).

  • Custom text styling using Views in HtmlView1 replaced with Android spans.
  • Layouts are now orthogonal to the view hierarchy (opposed to subclassing in HtmlView).
  • Native views don't require wrapping.

Plans

  • Improve API to simplify WebView compatibility
  • Support box layout
  • Better support for rendering and synchronizing to a DOM created programmatically (it should be possible to super-source the DOM classes in GWT)

Restrictions

  • No floats
  • CSS can't override whether an element is a text or block element.

About

Simple HTML to Native Components Rendering Engine for Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.3%
  • HTML 2.7%