Moodle as normal web application as well as for android devices

Moodle as normal web application as well as for android devices

Narendra Mishra -
回帖数: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

回复Narendra Mishra

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

Howard Miller -
Core developers的头像 Documentation writers的头像 Particularly helpful Moodlers的头像 Peer reviewers的头像 Plugin developers的头像

Your users just download the Moodle App from Google Play.

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

回复Narendra Mishra

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

Visvanath Ratnaweera -
Particularly helpful Moodlers的头像 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.