An Android app developed as part of the Scottish Inshore Fisheries Integrated Data System (SIFIDS) Project.
Allows fishermen to track their location and record their fishing activity in order to populate a FISH1 Form which can be completed in the app. Completion of the form is eased by the setting of default values for vessel, owner, ports, gear, species etc.
Users can also report observations of a range of protected, endangered and threatened marine wildlife species.
This app requires a Google Maps API
key, and
expects to find one in the system resources. Add a file keys.xml
in
catch/src/main/res/xml
with the following content:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="google_maps_api_key">your-api-key-goes-here</string>
</resources>
Code available at https://github.com/StAResComp/sifids
Contact research-computing@st-andrews.ac.uk with any queries.
Copyright (c) 2018-2019, University of St Andrews. This project is licensed under the terms of the MIT license.