Spec is a simple framework for describing user interfaces. It takes a model and a layout description, runs it through an interpreter and a UI is produced as a result.
Spec is a simple framework for describing user interfaces. It takes a model and a layout description, runs it through an interpreter and a UI is produced as a result.
All the widget implemented this can then immediately be reused as any other widget.
It also allows the separation of concerns between the different part of the user interface as expressed in the MVP pattern.
Spec emphasis the reuse of the widgets as well as there customisation.
More information available on the official website.