Building involves generating the source code and assembling all the necessary files based on the settings you've chosen and compiling it all into a working Android app.
Navigation between activities via the dashboard and the action bar is automatically programmed for you by Andromo; there is no need to enable that from HTML.
The only HTML linking that you need to take care of are the links between your HTML pages when using an HTML Archive activity.
Note that there currently is no way to jump to another page from a button in your HTML, e.g. from within the custom page activity (which is essentially a standalone HTML page). We might add the ability to trigger such a jump in the future, though.
Comments
Navigation between activities via the dashboard and the action bar is automatically programmed for you by Andromo; there is no need to enable that from HTML.
The only HTML linking that you need to take care of are the links between your HTML pages when using an HTML Archive activity.
Note that there currently is no way to jump to another page from a button in your HTML, e.g. from within
the custom page activity (which is essentially a standalone HTML
page). We might add the ability to trigger such a jump in the future,
though.