Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.28 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.28 KB

ParkHere

Airbnb for parking - Android Mobile Application (in Progress)

About

Class Project for USC Viterbi CSCI 310 - Software Engineering

Running the tests

Unit tests using JUnit and Espresso (to be implemented).

Deployment

Run on an android phone (certain image upload capabilities are not supported on all simulators).

Built With

External Libraries used:

  • Butter Knife - Field and method binding for Android views
  • Retrofit - For making server http requests and recieving response
  • Picasso - For easy image downloading in the application
  • GSON - Serializing java objects to and from JSON

Authors

Johnson Hui, Kunal Kataria, Wyatt Kim, Eddie Lou, Justin Lu, Jonathan Wang

Contributions Here

This project needs to be run on an actual phone, many features do not work on the emulator.

Tests are in the androidTest and Test folder, each test file has to be run individually, running the tests as a whole package does not work.