(C) 2023 - 2024 by Daniel Brendel
Contact: dbrendel1988(at)gmail(dot)com
GitHub: https://github.com/danielbrendel
Released under the MIT license
This app is for android mobile phones or tablets in order to comfortably use the HortusFox Plant Management system. This way a more native mobile experience should be provided.
The build process is very quick. You just need to set the URL to your HortusFox instance in order to build the app for your users. Depending on whether you want to create a debug or release build, two separate property files need to be created for that. In order to make a debug build, please create a debug.properties file in your project root directory. For release builds you need to create a release.properties file in your project root. Example of a properties file:
# This is the URL where the HortusFox web application instance is running on.
BASE_URL="http://your-url-goes-here.com"
After that you can create an APK build and ship it to your users. After installing on an Android device, the user can then just launch the app and then should see the login page where they can login with their credentials.
- Android 7.0+ (Android 12.0+ recommended)
- Android Studio Giraffe (recommended)