SIU-CS / Finite_Loop-production

CS 435 - Parking spot finder application for Android.
Apache License 2.0
0 stars 3 forks source link

Functionality to search for the closest spot #15

Open Andimoh opened 7 years ago

Andimoh commented 7 years ago

description:

As a user, I want to be able to find the closest parking to me to avoid spending time looking for parking.

Acceptance criteria:

  1. Popup opens when starting the app asking to use their location.
  2. Upon agreement the map view will populate with the closest available parking.
  3. Selection of a parking area will then show the user available spaces for parking.
  4. User has the ability to manually search for different locations to park via a search bar.
  5. If no spots are found a popup notifies the user.
  6. If multiple locations are found, all will be displayed.

    Story source: SRS - FR9

    Estimate: 16 man-hours

Andimoh commented 7 years ago

I'm trying to have the map marker load up from firebase but the App keeps crashing while trying to load and no Error!

jake32321 commented 7 years ago

Check the debugger for that device. When you run the application from Android Studio it should have the output at the bottom as Android Monitor. If it says disconnected click on the drop down and select the one that isn't disconnected. Should fix the issue with output. Post the image of the thrown exception on an issue ticket and reference this issue from it. Gotta follow standard practices. 😉

jake32321 commented 7 years ago

There will be some sort of output. If there's none something else is amiss.