#
Why FIWL exist?- Layouting System
Imagine a word document, it is designed to arrange words and things like pictures from top to bottom. Overriding the layout is also possible by set the "element" position as absolute. This the same with HTML but with interaction ability. However, it is actually not optimized for building UI. Meanwhile, Android XML layout is a perfect fit for making UI Layout. In FIWL, we reuse that concept to building UI for web with a few adjustment.
- Straightforwardness
We currently use HTML for almost anything including Web App front-end development. HTML itself mainly purposed for making interactive document. To make an app, we need some fancy tools like Bootstrap, SASS, web framework, jQuery, and a lot of dependencies. Nothing wrong with that, except complexity that will overwhelm in some cases. Beside of layouting system, FIWL also provides ready-to-use environment. Moreover, FIWL also facilitate interactivity (reactivity between widgets, you don't have to code for maintaining responsive & adaptive design).
#
How FIWL different from HTML?As example, let's make a login screen:
#
With HTML:#
With FIWL:caution
FormLayout, Textfield, and Picture widgets are in development, so they won't work for now. See Development Checklist
#
...so what is FIWL?FIWL (Flexible Interactive Web Layout) extends XML standard, mainly purposed for arranging web app layout as efficient as possible.