♛ ChessBoard Importer Frontend ♛
Repository for the frontend part of project "Chessboard Importer". The project is realized by the team of 4 students of Control Engineering and Robotics on specialization Information Technologies in Control Engineering as part of the Team Project Conference on Faculty of Electronics for the Company NetworkedAssets. To read more about the backend part of the project visit the wiki page of the backend application repository. For more information visit the wiki page
Authors
- Piotr Kowalski - Team leader
- Piotr Bednarek - Machine learning
- Kajetan Zdanowicz - DevOps
- Adam Bednorz - API, improving chess recognition
- Marcin Gruchała - Mobile application
Demo
Download APK file
If apk file will download as zip file, rename .zip file to .apk file.
Build APK from command line
Go to root project directory and run the following command:
Linux
foo@bar:~$ ./gradlew assembleDebug
Windows
foo@bar:~$ gradlew assembleDebug
This creates APK file app-debug.apk
in directory ./app/build/outputs/apk/debug
Build APK from command line and install it on a running emulator or device
Go to root project directory and run the following command:
Linux
foo@bar:~$ ./gradlew installDebug
Windows
foo@bar:~$ gradlew installDebug
Build APK from Android Studio
- In main menu head to
Build > Build Bundle(s) / APK(s) > Build APK(s)
. - After finished building, pop up window will appear. Click
locate
button. - You are directed to directory containing
app-debug.apk