Changes between Version 21 and Version 22 of DeveloperGuidelines/EdenMobile


Ignore:
Timestamp:
10/12/16 10:01:09 (8 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/EdenMobile

    v21 v22  
    22[[TOC]]
    33
    4 '''!EdenMobile''' is a mobile application for Sahana Eden, built on the [https://cordova.apache.org Apache Cordova] platform (also known as Adobe !PhoneGap).
     4'''!EdenMobile''' is a mobile application for Sahana Eden.
    55
    66Related pages:
    77
    8   - Framework:
    9     - [wiki:DeveloperGuidelines/EdenMobile/Database EdenMobile Database]
    10     - [wiki:DeveloperGuidelines/EdenMobile/i18n EdenMobile i18n] (Translation of UI messages)
    11   - Development Help:
    12     - [wiki:DeveloperGuidelines/EdenMobile/Conventions EdenMobile Coding Conventions]
    13     - [wiki:DeveloperGuidelines/EdenMobile/Debugging EdenMobile Debugging]
    14     - [wiki:DeveloperGuidelines/EdenMobile/Structure EdenMobile Directory Structure]
     8 - Framework:
     9  - [wiki:DeveloperGuidelines/EdenMobile/Database EdenMobile Database]
     10  - [wiki:DeveloperGuidelines/EdenMobile/i18n EdenMobile i18n] (Translation of UI messages)
     11 - Development Help:
     12  - [wiki:DeveloperGuidelines/EdenMobile/Conventions EdenMobile Coding Conventions]
     13  - [wiki:DeveloperGuidelines/EdenMobile/Debugging EdenMobile Debugging]
     14  - [wiki:DeveloperGuidelines/EdenMobile/Structure EdenMobile Directory Structure]
    1515
    1616== Development Environment ==
    1717
    18 1. Cordova runs on '''NodeJS'''. If your OS distribution does not provide a NodeJS bundle, you can get from here:
     18Eden Mobile is built on the [https://cordova.apache.org Apache Cordova] platform (sometimes known as Adobe !PhoneGap).
     19
     201. Cordova runs on '''NodeJS'''. If your OS distribution does not provide a NodeJS bundle, you can get one from here:
    1921
    2022 - [https://nodejs.org/en/download https://nodejs.org/en/download]
     
    5254cordova run android
    5355}}}
    54 == AngularJS ==
     56
     57=== AngularJS ===
    5558
    5659!EdenMobile uses the [https://angularjs.org AngularJS] !JavaScript MVC framework.
     
    6063  - [http://www.w3schools.com/angular W3Schools AngularJS Tutorial]
    6164
    62 == Ionic ==
     65=== Ionic ===
    6366
    6467The !EdenMobile user interface is built with the CSS and !JavaScript components provided by the [http://ionicframework.com Ionic] framework.