https://github.com/robsmitha/outdoorsmanapp
https://github.com/robsmitha/outdoorsmanapp
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/robsmitha/outdoorsmanapp
- Owner: robsmitha
- Created: 2018-07-21T02:04:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-04T14:25:16.000Z (almost 8 years ago)
- Last Synced: 2025-02-09T11:11:53.967Z (over 1 year ago)
- Language: Java
- Size: 900 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OutdoorsmanApp
NAME: OutdoorsManApp
INSTALLATION: Download the project from the github link, open in Android Studio and choose target to build and install for.
USAGE:
- Sign in using email and password or using a google account
- Add form to add records to the database
- View your previous records in a listview
- Clicking a record takes you to the map view with the selected records data showed on a pin that represents the location the record was recorded at
- You can also directly go to the Map fragement and see all the pins on the map
- Flicking on the record in the mapview iterates to the next record and displays that
BUG REPORT:
- If a date from a previous month is clicked, the app crashes. This is a known bug.
- Google maps must be opened before opening the app to make sure current location works right
- When the app asks for Location Permission the first time, it must be approved. If it is denied the first time, the app refuses to work until a restart
- Sometimes the google sigin method acts slow and almost gets stuck in a loop. It usually eventually works, but it may not
- App crashing on emulators running OREO with API Lvl 27, using MARSHMALLOW API Lvl 23 works fine -RS