"App is Building" What actually does that mean?

edited February 2012 in General Discussion
Does the building include linking all pages and buttons to each other and making a fuctional app or do we need to create all linking HTML code?

Comments

  • 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.


Sign In or Register to comment.