Changes between Version 4 and Version 5 of DeveloperGuidelines/EdenMobile/Structure


Ignore:
Timestamp:
03/30/17 11:00:09 (8 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/EdenMobile/Structure

    v4 v5  
    1616=== App States and Controllers ===
    1717
    18   - see also: [wiki:DeveloperGuidelines/EdenMobile/Routing Routing and Controllers]
     18  - [wiki:DeveloperGuidelines/EdenMobile/Routing Routing and Controllers]
    1919
    2020Being a single-page application (SPA), EdenMobile implements "states" (instead of pages) to render different views, i.e. the single front-page is loaded only once, and has parts of its contents replaced as the user interacts with it.