Changes between Version 4 and Version 5 of DeveloperGuidelines/EdenMobile/Structure
- Timestamp:
- 03/30/17 11:00:09 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/EdenMobile/Structure
v4 v5 16 16 === App States and Controllers === 17 17 18 - see also:[wiki:DeveloperGuidelines/EdenMobile/Routing Routing and Controllers]18 - [wiki:DeveloperGuidelines/EdenMobile/Routing Routing and Controllers] 19 19 20 20 Being 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.