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 part 2

From MoodleDocs
Revision as of 08:50, 14 February 2013 by Juan Leyva (talk | contribs) (Created page with "== Introduction == In the second part of this tutorial we are going to add new WebServices inside our custommm local plugin. The new WebServices will let us to add a new "forum...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

In the second part of this tutorial we are going to add new WebServices inside our custommm local plugin.

The new WebServices will let us to add a new "forums" plugin to or custom MoodleMobile app.


Plugin spec

We want to develop a "forums" plugin that will display all the forums an user it's available to see inside a course. We will be able to read discussions and post (only read, not write)

A screenshot of the desired result: