Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

Create an app using Swift for iOS or Java/Kotlin for Android.

This app should serve as a single-screen Yelp! Listing for The Getty Center, in Los Angeles, CA. Use the Yelp! Fusion API (https://www.yelp.com/fusion) to display the following basic information:
This app should serve as a two-screen Yelp! Listing for The Getty Center, in Los Angeles, CA. Use the Yelp! Fusion API (https://www.yelp.com/fusion) to display the following basic information:
1. Star rating
2. Total Reviews
3. Address
4. Phone
5. Website
6. Hours of Operation
7. Top 3 reviews OR top 3 photos displayed on a second screen (iOS: using a TableView OR CollectionView, Android: using a ListView OR RecyclerView)
7. Top 3 reviews OR top 3 photos displayed **on a second screen** (iOS: using a TableView OR CollectionView, Android: using a ListView OR RecyclerView)

## What we’re looking for:
* Solid understanding of software development best practices.
Expand Down