I have a Moodle site, can I take the source code and make my own app?

I have a Moodle site, can I take the source code and make my own app?

by Ratikanta Pradhan -
Number of replies: 6

I have a Moodle site working. Can I take the source code from https://github.com/moodlehq/moodlemobile2 and change the branding?

Should all functionality work as it is in the original app? 

Average of ratings: -
In reply to Ratikanta Pradhan

Re: I have a Moodle site, can I take the source code and make my own app?

by Marcus Green -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
Average of ratings: Useful (1)
In reply to Marcus Green

Re: I have a Moodle site, can I take the source code and make my own app?

by Ratikanta Pradhan -
Thanks Marcus for quick reply.

Do not have to pay something for using any functionality/ Web Service in the mobile app build by myself, after modifying the https://github.com/moodlehq/moodlemobile2 code?
In reply to Ratikanta Pradhan

Re: I have a Moodle site, can I take the source code and make my own app?

by Marcus Green -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
You are going to need a Moodle site to connect to, but Moodle comes under the GPL License and is free/libre software.
Average of ratings: Useful (1)
In reply to Ratikanta Pradhan

Re: I have a Moodle site, can I take the source code and make my own app?

by Dan Marsden -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers Picture of Plugins guardians Picture of Testers Picture of Translators
just be aware that if you want your app to support mobile notifications, you will also need to build your own airnotifier server as well (airnotifier is open source so you just need somewhere to host it.) Moodle only provides airnotifier "for free" if you are using the official app. There is a lot of info in the moodledocs site on building your own app. Make sure you do some reasearch there first.
Average of ratings: Useful (1)
In reply to Dan Marsden

Re: I have a Moodle site, can I take the source code and make my own app?

by Marcus Green -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
What are the benefits of airnotifier push notifications over what you would get through accessing a Moodle server via a browser?
In reply to Marcus Green

Re: I have a Moodle site, can I take the source code and make my own app?

by Dan Marsden -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers Picture of Plugins guardians Picture of Testers Picture of Translators
airnotifier is responsible for the mobile notifications that pop up in your mobile device - eg doesn't require you open the browser/app - can be running in background on your device.