-4

I am trying to make a android app where I want to show the location of user and the places to visit around that location. Let's say for example I am around certain location and I want to discover popular places around me, so how should I start I have no idea where to begin with ? any help will be appreciated. Thanks.

Rob
  • 150
  • 1
  • 4
  • 17

1 Answers1

0

You can use Foursquare API to get popular places info based on User location. http://developer.android.com/training/location/index.html

To get User Location , you should read android official document. http://developer.android.com/training/location/index.html

randy
  • 765
  • 7
  • 24