B4J Library [B4X] MiniHTML4

Version 4.00
GitHub: https://github.com/pyhoon/MiniHTML4

MiniHTML library for B4X — a fluent HTML builder for B4J/B4A/B4i.

Overview​

MiniHTML4 lets you construct HTML documents programmatically in B4X using an object-oriented, chaining API. Instead of concatenating strings, you build a tree of MiniHtml tag objects, then call build to render the final HTML string.
 

Attachments

  • MiniHTML.b4xlib
    23.1 KB · Views: 1
Top