Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Moodle Mobile custom apps: Difference between revisions

From MoodleDocs
No edit summary
Line 9: Line 9:
* Custom translation of the app
* Custom translation of the app
* Use your own notifications infrastructure
* Use your own notifications infrastructure
== Requirements ==
* Code editor (Sublime, WebStorm, Eclipse, Netbeans...)
* Github account (http://github.com/)
* Github desktop app (http://windows.github.com/)
* PhonegapBuild account (https://build.phonegap.com/)
* Chromium browser as described here: https://docs.moodle.org/dev/Moodle_Mobile_development_using_Chrome_or_Chromium


Please, follow this tutorial: [https://docs.google.com/presentation/d/1HX5h7zwtay4amaY3qyLuCLfI7kQCiD9IoWuDH-lSa_0/edit#slide=id.p Creating a custom Moodle Mobile 2 app]
Please, follow this tutorial: [https://docs.google.com/presentation/d/1HX5h7zwtay4amaY3qyLuCLfI7kQCiD9IoWuDH-lSa_0/edit#slide=id.p Creating a custom Moodle Mobile 2 app]

Revision as of 10:33, 21 September 2016

Note: This page is a work-in-progress. Feedback and suggested improvements are welcome. Please join the discussion on moodle.org or use the page comments.

Overview

You will need a custom app if you want:

  • Force the users to log in to your site URL
  • Custom corporate image (name, app icon, theme, store entry)
  • Add additional features or static pages
  • Remove or change existing features
  • Custom translation of the app
  • Use your own notifications infrastructure

Requirements

Please, follow this tutorial: Creating a custom Moodle Mobile 2 app