<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Location service sample not found in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/location-service-sample-not-found/m-p/676782#M4704</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, everybody.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have just installed ArcGIS for Android API plugin on my Eclipse environment and everything seems to work fine. I have looked for the location service sample, though, and it is not available. Can anyone tell me where I can download this sample? Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Artur&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jan 2012 13:00:31 GMT</pubDate>
    <dc:creator>MarcosSilva</dc:creator>
    <dc:date>2012-01-13T13:00:31Z</dc:date>
    <item>
      <title>Location service sample not found</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/location-service-sample-not-found/m-p/676782#M4704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, everybody.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have just installed ArcGIS for Android API plugin on my Eclipse environment and everything seems to work fine. I have looked for the location service sample, though, and it is not available. Can anyone tell me where I can download this sample? Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Artur&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 13:00:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/location-service-sample-not-found/m-p/676782#M4704</guid>
      <dc:creator>MarcosSilva</dc:creator>
      <dc:date>2012-01-13T13:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Location service sample not found</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/location-service-sample-not-found/m-p/676783#M4705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can try the sample app called Nearby that is included with the SDK. I've also included a code snippet that you can add to an Options Menu button (or on-screen button, etc.):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LocationService ls = map.getLocationService();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if (ls.isStarted() == false) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; ls.setAutoPan(false); &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; ls.start();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Point point = ls.getPoint();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; map.zoomToScale(point, 60000);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Toast.makeText(YourActivityName.this, "Select My Location again to disable GPS",Toast.LENGTH_SHORT).show();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;else {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; ls.stop();&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;};&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 15:58:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/location-service-sample-not-found/m-p/676783#M4705</guid>
      <dc:creator>KyleShimabukuro</dc:creator>
      <dc:date>2012-01-13T15:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Location service sample not found</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/location-service-sample-not-found/m-p/676784#M4706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, Kshimabukuro. Thanks for your answer. I didn't find the Nearby sample after installing the SDK at Eclipse's "Install New Software" tool, but I've downloaded the SDK from&amp;nbsp; the link below. It has a folder named /plugins where I found the file com.esri.arcgis.android.samples_1.0.1.201112131338.jar. This file contains all the samples, including Nearby. For some reason, at this time, the online installation for Eclipse doesn't bring all the plugins. Best regards!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/content/arcgis-android/sdk"&gt;http://resources.arcgis.com/content/arcgis-android/sdk&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 16:22:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/location-service-sample-not-found/m-p/676784#M4706</guid>
      <dc:creator>MarcosSilva</dc:creator>
      <dc:date>2012-01-13T16:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Location service sample not found</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/location-service-sample-not-found/m-p/676785#M4707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In Eclipse, you can also try File &amp;gt; New &amp;gt; Other &amp;gt; ArcGIS for Android &amp;gt; ArcGIS Samples for Android &amp;gt; Next. In the following window, you should see all of the sample apps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 16:30:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/location-service-sample-not-found/m-p/676785#M4707</guid>
      <dc:creator>KyleShimabukuro</dc:creator>
      <dc:date>2012-01-13T16:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Location service sample not found</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/location-service-sample-not-found/m-p/676786#M4708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;At ArcGIS Runtime SDK for Android version 10.2, Eclipse will only show samples that target API versions you have installed.&amp;nbsp; To see the samples, make sure you have installed Android API versions 10 and 15 using Window &amp;gt; Android SDK Manager.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 16:22:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/location-service-sample-not-found/m-p/676786#M4708</guid>
      <dc:creator>JasonHine</dc:creator>
      <dc:date>2014-01-06T16:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Location service sample not found</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/location-service-sample-not-found/m-p/676787#M4709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I agree with Jason, this "Nearby" sample requires API level 10 installed specifically.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 15:24:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/location-service-sample-not-found/m-p/676787#M4709</guid>
      <dc:creator>ErwinSoekianto</dc:creator>
      <dc:date>2014-01-08T15:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Location service sample not found</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/location-service-sample-not-found/m-p/676788#M4710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The latest version of the Android SDK only shows samples for the Android platform API's you have installed as has been mentioned in this thread.&amp;nbsp; The reason for this is to avoid the errors associated with adding a sample based on a platform API that the developer does not have installed.&amp;nbsp; While the latest versions of all the samples are found online through the Eclipse New Sample wizard, all samples available at release time are also included on disk when you download the sdk zip file located &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/android/"&gt;here&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; Open up the downloaded zip file and navigate to the samples directory.&amp;nbsp; You will find the Nearby sample under the 'Display-Information' folder.&amp;nbsp; Of course you will still need the appropriate Android platform API installed to use it as is or refactor the sample to a Platform API you have installed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 21:36:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/location-service-sample-not-found/m-p/676788#M4710</guid>
      <dc:creator>DanO_Neill</dc:creator>
      <dc:date>2014-01-09T21:36:22Z</dc:date>
    </item>
  </channel>
</rss>

