Note:

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

Moodle Mobile 2 (Ionic 1) Developing a plugin tutorial: Difference between revisions

From MoodleDocs
(Created page with "== Introduction == == Plugin spec == == Steps == === Setup your development environment === === Setup your Moodle installation ==== === Develop the Moodle local/mod/block/....")
 
Line 7: Line 7:
=== Setup your development environment ===
=== Setup your development environment ===


=== Setup your Moodle installation ====  
=== Setup your Moodle installation ===


=== Develop the Moodle local/mod/block/... plugin ===
=== Develop the Moodle local/mod/block/... plugin ===


=== Test your WebServices using a demo client ===
=== Test your Web Services using a demo client ===


=== Enable Web Services and create your custom Service ===
=== Enable Web Services and create your custom Service ===
=== Setup your MoodleMobile client ===
=== Develop the MoodleMobile plugin ===
=== Deliver your plugin ===

Revision as of 09:26, 28 January 2013

Introduction

Plugin spec

Steps

Setup your development environment

Setup your Moodle installation

Develop the Moodle local/mod/block/... plugin

Test your Web Services using a demo client

Enable Web Services and create your custom Service

Setup your MoodleMobile client

Develop the MoodleMobile plugin

Deliver your plugin