Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 3.62 KB

README.md

File metadata and controls

57 lines (43 loc) · 3.62 KB

SpotCheck

Overview

SpotCheck is an mobile application for Android developed by UCSB students Arielle Robles, Kai Labasan, Nathan Inge, Juan Manzo, and Ray Muhlenkamp. A parking spot marketplace, SpotCheck gives parking spot owners a platform to offer their spots to potential renters, while helping car owners seamlessly find open parking spots nearby. SpotCheck shows the surrounding area using the Google Maps API, and displays all parking spots in the area that SpotCheck users have currently up for rent.

Using persistent user profiles, SpotCheck users can see all their current listings, whether as a buyer or seller, and edit their profile as well as their owned spots. They can search the map to find the location they want to go to, be it a sporting stadium, concert venue, or any other such destination, and look around the surrounding areas for currently available spots. Upon finding a suitable spot, a user can directly email the spot’s owner to coordinate the details of the rent, specifically payment and exact durations.

SpotCheck provides a platform for many people whose needs were not previously met to connect, be it for temporary parking solutions or more long-term leases. It is the hope of the development team that this document can clarify and expand upon what has been mentioned in this brief introduction.

Download Alt text

Download the latest apk here.

Setup Instructions

  1. Clone root directory
  2. In Android Studio, select New -> Import Project...
  3. Select the folder sc_android and click Open
  4. Allow Gradle and project to sync
  5. Select the green run icon along the top bar
  6. Create/select an Android emulator or choose to run on a physical device if plugged in via USB

Testing

Project

  • Android Project Alt text
    • All development should occur on dev branch
  • Design Alt text
    • Contains design ideas, mockups, features, etc...

Quick Links

Built Using...