For example, if i wanted to create a Quiz app for Android platform using Androids UI( Material Design) and integrate Moodle Api's for the functionality part, is it possible to do so? Can someone explain, how it can or cannot be done in detail.
Hello Rohan,
yes, it's possible to communicate with Moodle using an Android app. To do so you need to use WebServices like we do in Moodle Mobile official app:
https://docs.moodle.org/dev/Web_services
Moodle doesn't have WS for everything, most of them are implemented by us (the Mobile team) to be used in the app. E.g. there are no WebServices for Quiz yet, so if you wanted to implement a Quiz app you'd have to implement the needed WS in Moodle.
Regards,
Dani
Hi, We have developed a mobile app and its working fine with the quiz too. We have done it on Android, We are able to run any Mathematical question (using Stack). Physics, Chemistry Diagram
Its very much possible to create stand alone Android app using Android Studio.
Yes you can develop stand alone Android app, and run Quiz. We have developed it using Android Studio and our all quiz works fine. We have used Stack for mathematical question.
Please check TalentQ on Ios and Andoroid