Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Restaurant choices and details are gathered by searching the Yelp API. Each search starts with one call to the Yelp API, with the parameters for location and cuisine. The API does not directly return price information, so restaurants are filtered by price by scraping their Yelp info pages for price information.
  • We use a die (instead of the generic star representation) to show the restaurant ratings and location, which are widely like liked by users (“It’s so cute!”).
  • We use the standard style and style color of a hyperlink to suggest that the texts for phone number and address are tappable.
  • We use the standard dial activity of Android to place phone calls and Google map Android API to pinpoint locations.

...