wiki:DeveloperGuidelines/EdenMobile

Version 28 (modified by Dominic König, 8 years ago) ( diff )

--

EdenMobile

Introduction

EdenMobile is a mobile application for Sahana Eden.

Overview

AngularJS

EdenMobile uses the AngularJS JavaScript MVC framework.

A good introduction into AngularJS can be found here:

NB We use Angular 1.x as Angular 2.x use Typescript for all examples still...TS cannot be debugged live on the device (required for offline DB support) & transpiling the TS examples produces very bloated code.

Ionic

The EdenMobile user interface is built with the CSS and JavaScript components provided by the Ionic framework.

Documentation of these components can be found here:

Note: EdenMobile does not use the Ionic CLI for development and builds, but the Cordova CLI.

NB We use Ionic 1.x because we use Angular 1.x (see above)

Documentation

ToDo's

  • tbw

Releases

  • tbw

DeveloperGuidelines

Note: See TracWiki for help on using the wiki.