This app requests restaurants that it thinks I'll like (based on my twitter handle).
The app downloads a list of recommendations in the area shown on the map. It then requests additional details for these results, filling in the latitude and longitude. Each HunchResult
object is then added to the map as an annotation.
You can request new results by moving the map and hitting "search."
Tapping on the callout in a map annotation brings you to a detail screen, which shows an image of the recommendation.
Future changes:
- Add error handling (network conditions, malformed requests, etc.)
- Allow the user to specify their own username
- Add more information to the detailed screen