Changes between Version 7 and Version 8 of DeveloperGuidelines/EdenMobile/Structure
- Timestamp:
- 03/30/17 11:05:17 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/EdenMobile/Structure
v7 v8 18 18 === App States and Controllers === 19 19 20 - [wiki:DeveloperGuidelines/EdenMobile/Routing Routing and Controllers]20 - Read more: [wiki:DeveloperGuidelines/EdenMobile/Routing Routing and Controllers] 21 21 22 22 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.