Changes between Version 21 and Version 22 of DeveloperGuidelines/EdenMobile
- Timestamp:
- 10/12/16 10:01:09 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/EdenMobile
v21 v22 2 2 [[TOC]] 3 3 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. 5 5 6 6 Related pages: 7 7 8 9 10 11 12 13 14 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] 15 15 16 16 == Development Environment == 17 17 18 1. Cordova runs on '''NodeJS'''. If your OS distribution does not provide a NodeJS bundle, you can get from here: 18 Eden Mobile is built on the [https://cordova.apache.org Apache Cordova] platform (sometimes known as Adobe !PhoneGap). 19 20 1. Cordova runs on '''NodeJS'''. If your OS distribution does not provide a NodeJS bundle, you can get one from here: 19 21 20 22 - [https://nodejs.org/en/download https://nodejs.org/en/download] … … 52 54 cordova run android 53 55 }}} 54 == AngularJS == 56 57 === AngularJS === 55 58 56 59 !EdenMobile uses the [https://angularjs.org AngularJS] !JavaScript MVC framework. … … 60 63 - [http://www.w3schools.com/angular W3Schools AngularJS Tutorial] 61 64 62 == Ionic==65 === Ionic === 63 66 64 67 The !EdenMobile user interface is built with the CSS and !JavaScript components provided by the [http://ionicframework.com Ionic] framework.