Fishlog is a fishing app that helps you improve your fishing experience and enjoy fishing trips more than ever.
Log your catch and identify fish with our AI-powered fish recognition feature.
Get the latest weather forecast and save your favorite fishing spots with map integration based on your location.
- Design System: Figma
- Icons: Material Symbols
To install Fishlog, there are two options available:
Visit the Fishlog Play Store page.
- Clone or download the project and open it in Android Studio.
- Create a
local.properties
file in the project root folder if it doesn't exist. - Add the required properties to the
local.properties
file as shown below.
...
MAPS_API_KEY="your key here"
FACEBOOK_APP_ID="your app id here"
fb_login_protocol_scheme="your scheme here"
FACEBOOK_CLIENT_TOKEN="your client token here"
GEMINI_API_KEY="your key here"
- Add the
google-services.json
file to theapp
folder. You can download the file from the Firebase console. - Sync the project with Gradle and run the app on an Android emulator or a physical Android device.