Ma Réu is a meeting management application intended for internal use in a company. The application is at the proof of concept stage.
This project is part of an Openclassrooms training course.
- You will need to have Android Studio installed on your computer.
- If you don't have any devices configured, then you need to either connect a device via USB or create an AVD to use the Android Emulator.
- Use the Get from Version Control function on Android Studio's start up menu.
- Android Studio will automatically configure and download all the required dependencies to build the project.
Android studio can build and run the application with a single action.
It will compile the app and run it automatically if the compilation succeed.
- If your device is already configured, use menu Run > Run 'app' (or shortcut ctrl + R).
- Otherwise, read Android Studio's detailed instructions.