Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 616 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 616 Bytes

Nearby App

Sample iOS application the demonstrates fetching restaurants from the Google Place API
  • Requires Xcode 13/iOS 15

  • Suggest running on device

  • View architecture revolves around a container controller that manages child controllers to display data in either map or list format.

  • The view layer integrates with a service and network layer via depenency injection.

  • Includes lightweight persistence for saving "favorite" places.

  • Includes a basic unit test to verify Place data decoding

  • Caveats

    • Doesn't support Google API paging
    • Bookmark button doesn't seem to work on the simulator