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

Building an App with map features

I finished the Android development track and want to build an app where users can mark specific locations on the map for other users? Any advice on how to get started with this?

2 Answers

Hi Brett,

Google provides a pretty good tutorial for its Maps API: https://developers.google.com/maps/documentation/android/

As Michael pointed out, combining this with Parse could be a pretty good idea. Since the Google Maps API works with Latitude-Longitude values in a pretty straight-forward way, you could use Parse to save users as ParseUsers, map locations as ParseObjects and then associate the two using ParseRelations.

Maybe you could connect your app to some online maps using parse.com