Fenceless Grazing Android App
Go to file
Danila Fedorin d7b227958c Add README 2020-05-14 01:29:26 -07:00
app Add some comments. 2020-05-14 01:20:10 -07:00
gradle/wrapper Update wrapper 2020-05-14 01:26:49 -07:00
.gitignore Add gradle files 2020-02-01 20:50:17 -08:00
README.md Add README 2020-05-14 01:29:26 -07:00
build.gradle Add gradle files 2020-02-01 20:50:17 -08:00
gradle.properties Add gradle files 2020-02-01 20:50:17 -08:00
gradlew Update wrapper 2020-05-14 01:26:49 -07:00
gradlew.bat Update wrapper 2020-05-14 01:26:49 -07:00
settings.gradle Add gradle files 2020-02-01 20:50:17 -08:00

README.md

Fenceless Grazing System App

This is the repository for the mobile application part of the Fenceless Grazing System. The app is a rather standard Android application, written in the Kotlin programming language. To build the application, it is sufficient to run:

./gradlew assembleDebug

This will produce an APK file which can then be loaded onto an Android device or emulator.