The [previous tutorial](http://www.mobl-lang.org/56/your-first-application/) taught the bare basics of creating user interfaces using mobl. This next tutorial will focus on two additional aspects of building mobl applications: * Data modeling (using a database)
* Application logic (scripting) To keep it simple, we'll be constructing a todo list application. Here's what the end result will look like: [Click here to see it in action](http://hydra.nixos.org/build/851410/download/1/www/) (Webkit-based browser required, e.g. Safari, Chrome, iOS or Android browser). So, let's started, shall we? Divide and conquer
------------------ In the previous tutorial we put our entire application in a single file. That clearly won't scale. In a larger project we'd like to divide our applications into multiple _modules_. And luckily, mobl allows you to do so. In mobl there are three kinds of modules: * __Application modules__, which start with `application `. These are required to have a `roo
More
Support this project and others with 1-click micro-donations
