Educa is a fair and international education conference this application aims to present exhibitors who will be there users of this application will be able to talk to exhibitors, buy their products, watch the live of the conference and see the location of the physical fair
This app has no special requirements, you just need to have android studio and android sdk installed on your machine and download kotlin programming language
Android studio, Android SDK, JAVA, KOTLIN
To install this project, just clone and run it in your android studio and it will automatically download the necessary dependencies in the build.gradle
- Get google map API Key at https://developers.google.com/map
- Clone the repo
git clone https://github.com/Agostinhodossantos/Educa-mz.git
- Install dependecy
gradle build --refresh-dependencies
- Enter your API in
local.properties
GOOGLE_MAP_API_KEY = 'ENTER YOUR API';
To run the application create an emulator or connect the usb cable to run on your smart phone then click run, to see how to configure the smart phone to test applications see this Documentation