Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android

Happy hour finder app

I am working on a happy hour app that finds places near your location, using zip code, that has happy hours, displays them in a list format which gives information; the address, the menu, and a rating system I will have created. I was wondering how to implement Google Maps so I can search for the restaurant based on location.

Anas Fahad
Anas Fahad
16,079 Points

Hi Nate :D

I recommend to use Foursquare API if you want to use for searching restaurant based on location, they offer you 5000 request/hour

Implementing their API is easy check out the website: https://developer.foursquare.com/start

Good luck.