facebook

multi-page design help needed – ANSWERED

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #311887 Reply

    romanul12
    Member

    ok so i wanna make a joke app … you know with jokes , so i have the menu with multiple buttons and each one goes to a joke category but to make another screen where to write the jokes like when i press the button to take me somewhere else i need to make a new design righ? well i did that and at button properties i selected the 2nd design (witch is the one with the jokes) and when i look in the folder where it saved it makes another folder with some data i think.. some files … so my question is this:

    Do i need to put thouse files together to make an app? and how do i finish it? like how i put all togheder and put it in my ipod touch?

    #311919 Reply

    wayne
    Moderator

    Here are some quick thoughts on this:

    1) this is the basic flow
    joke-category-page => joke-page

    2) you will create 1 design for each page, e.g., joke-category design and joke-page design

    3) the joke-category-page will contain a List component. Each List-Item will navigate to a joke page. So the “Link Property” of each list-item will contain the name of the mobione design file that it will navigate to when selected.

    4) When you export your code the default HTML code-generation architecture is to create static page includes. That is a fancy way of saying all of the html pages for each design will be merge into a single HTML file. This 1 page is loaded at runtime and no other content is loaded from the web server. This is a classic ajax-ish web page architecture.

    If you change the HTML setting to Dynamic Page Includes then an html file will be generated for each design. Then at runtime when the user clicks on the joke category mobione will dynamically load the page from the server and transition to it.

    Choose the Static Page Include setting when you only have a few pages and in most flows a user will click through all the pages. If you have content that is dynamically updated and needs to be refreshed in the app then choose Dynamic Page Includes.

    Wayne
    Genuitec Mobile Team

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: multi-page design help needed – ANSWERED

You must be logged in to post in the forum log in