Fenceless Grazing Android App
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Danila Fedorin 31885f5a73 Add Google Doc link. 4 years ago
app Fix documentation typo 4 years ago
gradle/wrapper Update wrapper 4 years ago
.gitignore Add gradle files 4 years ago
README.md Add more instructions. 4 years ago
REVIEW.md Add Google Doc link. 4 years ago
build.gradle Add gradle files 4 years ago
gradle.properties Add gradle files 4 years ago
gradlew Update wrapper 4 years ago
gradlew.bat Update wrapper 4 years ago
settings.gradle Add gradle files 4 years ago

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.

Note that the application makes HTTP requests to a predefined API server URL, currently dev.danilafe.com. This is not suitable for testing if you do not have access to the domain. To reconfigure the application to use a different API URL, change the apiUrl entry in the application's strings.xml file:

<string name="apiUrl">http://your.domain </string>

The application will not be of much use if it is unable to reach the Fenceless Grazing API server. The server's repository can be found here.