VOLOC is an online learning portal (MOOC) providing e-learning with Video Lectures, Quizzes, and Documentations on various topics and subjects. Its an ongoing project with web-app and anroid app under construction. VOLOC aims at providing free video lectures and tutorials to all. It is currently registered under VIT University.
- Go to the project repo and click the
Fork
button - Clone your forked repository :
https://github.com/VOLOC/VOLOC-android-client.git
- Move to android project folder
cd source-code
- Open the project with Android Studio
All dependencies are defined in source-code/app/build.gradle
. Import the project in Android Studio or use Gradle in command line:
./gradlew assembleRelease
The result apk file will be placed in source-code/app/build/outputs/apk/
.