How to create custom web services for mobile apps.

How to create custom web services for mobile apps.

Nitin Agrawal -
回帖数:2

I am going to develop custom web services for mobile apps using moodle and referred moodle mobile docs for the same.

I had also referred mobile apps (Moodle Touch, mPage, Mbot and Official Moodle Mobile apps) and Server side ext likes MoMo, MLE-Moodle, Moodbile, iPhone4Moodle. These all are provide a required facility to support mobile platform but support different custom icons for Users, Course, Forums, Event, Calendars etc...

I want to develop simple custom mobile services (API) which are providing moodle(course, users, forum etc...) information to mobile apps and easily supporting to all mobile platform. Anybody help me for the same?

Thanks in advance.

回复Nitin Agrawal

Re: How to create custom web services for mobile apps.

Martin Dougiamas -
Core developers的头像 Documentation writers的头像 Moodle HQ的头像 Particularly helpful Moodlers的头像 Plugin developers的头像 Testers的头像

There are standard web services in Moodle already for that exact purpose (the official app uses them).  Why not use those (and help us to extend them where necessary)?  微笑

      http://docs.moodle.org/dev/Web_services_Roadmap

回复Martin Dougiamas

Re: How to create custom web services for mobile apps.

Nitin Agrawal -

 Thanks for your response.

Yes, these all are the core functions provided by moodle for mobile API. But how can I utilize them. Do you have any sample code? How can I develop custom mobile services which should use on my iphone app?