Moodle as normal web application as well as for android devices

Moodle as normal web application as well as for android devices

von Narendra Mishra -
Anzahl Antworten: 3

Hi,

I am bit confused and not getting a solution for the following scenario:

1. Website is deployed on Apache server Ubuntu 18.x AWS EC2 and Database on AWS RDS

2. Browser based users can use the web application without any problem

3. Seeking help where users can download Android APK file and use my application from their mobile device

4. As we get administrator screen in normal way and we set layouts depending upon theme used, are there any different layout setup process for android app?

5. It will be very highly appreciable if an overall deployment is given, so that I can create a test server before changes in live server. Please provide us any link or earlier discussion on this, if any.

Thanks in advance.

Regards

Narendra Mishra

Als Antwort auf Narendra Mishra

Re: Moodle as normal web application as well as for android devices

von Howard Miller -
Nutzerbild von Core developers Nutzerbild von Documentation writers Nutzerbild von Particularly helpful Moodlers Nutzerbild von Peer reviewers Nutzerbild von Plugin developers

Your users just download the Moodle App from Google Play.

Is this what you are asking? I'm not sure.

Als Antwort auf Narendra Mishra

Re: Moodle as normal web application as well as for android devices

von Visvanath Ratnaweera -
Nutzerbild von Particularly helpful Moodlers Nutzerbild von Translators
Hi

Moodle is a definitely a server application in the https://de.wikipedia.org/wiki/Client-Server-Modell. It is classically a web server, so the web browser is the client. Mobile Services have been added later, in the 3 series and a https://docs.moodle.org/en/Moodle_app made available - for Android and iOS.

Good question about the theme: From what I saw, the Mobile app always has the same theme. Others will comment, if it is not so.