<?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 Re: Maybe someone knows how to solve these three tasks in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/maybe-someone-knows-how-to-solve-these-three-tasks/m-p/648604#M4456</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the sample of the local geofence built by &lt;A href="https://community.esri.com/migrated-users/3919"&gt;Dan O'Neill&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-runtime-demos-android/tree/master/2016-DS/LocalGeofence" style="color: #954f72; text-decoration: underline; font-size: 12px;"&gt;https://github.com/Esri/arcgis-runtime-demos-android/tree/master/2016-DS/LocalGeofence&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Jun 2017 17:38:48 GMT</pubDate>
    <dc:creator>AlexanderNohe1</dc:creator>
    <dc:date>2017-06-02T17:38:48Z</dc:date>
    <item>
      <title>Maybe someone knows how to solve these three tasks</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/maybe-someone-knows-how-to-solve-these-three-tasks/m-p/648602#M4454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ArcGIS Runtime community.&lt;/P&gt;&lt;P&gt;Maybe someone knows how&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;&amp;nbsp;to solve these three tasks and has examples:&lt;BR /&gt; GeoEvent - moving points from Stream service layer.&lt;BR /&gt;Local geofencing -&amp;nbsp;for example if point comes to polygon, user gets notification about it, if he left the polygon, he gets notification again.&lt;BR /&gt;Tracking simulator - something like this (&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/widgets-track-basic/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/widgets-track-basic/index.html"&gt;Track current location | ArcGIS API for JavaScript 4.3&lt;/A&gt;&amp;nbsp;) &amp;nbsp;But I need this for android runtime.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;It would be very helpful.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2017 12:00:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/maybe-someone-knows-how-to-solve-these-three-tasks/m-p/648602#M4454</guid>
      <dc:creator>JohnMcoy</dc:creator>
      <dc:date>2017-06-02T12:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Maybe someone knows how to solve these three tasks</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/maybe-someone-knows-how-to-solve-these-three-tasks/m-p/648603#M4455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL&gt;&lt;LI&gt;In regards to moving points from Stream Service layer, do you mean to another layer type? &amp;nbsp;This might be better handled by the &lt;A href="https://community.esri.com/space/2103"&gt;GeoEvent&lt;/A&gt;‌ community.&lt;/LI&gt;&lt;LI&gt;Someone in Esri created a sample for this. I will have to see if I can find it.&lt;/LI&gt;&lt;LI&gt;This could be used to track a persons location passively. &amp;nbsp;It will only retrieve their location when another app requests it. &amp;nbsp;As a warning, this has not been optimized for Android O which requires that a notification be present in the notification bar to let the user know their location is being tracked.&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/developer-support/tree/master/runtime-android/passive-location-retrieval" title="https://github.com/Esri/developer-support/tree/master/runtime-android/passive-location-retrieval"&gt;developer-support/runtime-android/passive-location-retrieval at master · Esri/developer-support · GitHub&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2017 13:33:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/maybe-someone-knows-how-to-solve-these-three-tasks/m-p/648603#M4455</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-06-02T13:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Maybe someone knows how to solve these three tasks</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/maybe-someone-knows-how-to-solve-these-three-tasks/m-p/648604#M4456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the sample of the local geofence built by &lt;A href="https://community.esri.com/migrated-users/3919"&gt;Dan O'Neill&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-runtime-demos-android/tree/master/2016-DS/LocalGeofence" style="color: #954f72; text-decoration: underline; font-size: 12px;"&gt;https://github.com/Esri/arcgis-runtime-demos-android/tree/master/2016-DS/LocalGeofence&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2017 17:38:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/maybe-someone-knows-how-to-solve-these-three-tasks/m-p/648604#M4456</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-06-02T17:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Maybe someone knows how to solve these three tasks</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/maybe-someone-knows-how-to-solve-these-three-tasks/m-p/648605#M4457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently we don't support GeoEvent stream services in the Android SDK, we are looking to support in a future version. &amp;nbsp;I did notice that&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/2128"&gt;Lynn Carlson, GISP&lt;/A&gt;‌ references some success with Android in this &lt;A href="https://community.esri.com/ideas/13330-ios-and-android-app-for-geoevent"&gt;post&lt;/A&gt;, maybe they can help. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2017 23:43:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/maybe-someone-knows-how-to-solve-these-three-tasks/m-p/648605#M4457</guid>
      <dc:creator>DanO_Neill</dc:creator>
      <dc:date>2017-06-02T23:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Maybe someone knows how to solve these three tasks</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/maybe-someone-knows-how-to-solve-these-three-tasks/m-p/648606#M4458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG class="" style="color: #24292e; background-color: #ffffff; font-weight: 600;"&gt;Thanks for reply Dan.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG class="" style="color: #24292e; background-color: #ffffff; font-weight: 600;"&gt;LocalGeofence sample is for 10.2.9 Android Runtime version. I need this for Quartz... Some classes are not available.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 05:56:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/maybe-someone-knows-how-to-solve-these-three-tasks/m-p/648606#M4458</guid>
      <dc:creator>JohnMcoy</dc:creator>
      <dc:date>2017-06-05T05:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Maybe someone knows how to solve these three tasks</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/maybe-someone-knows-how-to-solve-these-three-tasks/m-p/648607#M4459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for reply, yeah, but this version for Android Runtime 10.2.9 version. I need for 100.0.0 (QUARTZ). I can`t find any sample... Could you help me with that ? &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp;I would be very grateful &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 11:28:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/maybe-someone-knows-how-to-solve-these-three-tasks/m-p/648607#M4459</guid>
      <dc:creator>JohnMcoy</dc:creator>
      <dc:date>2017-06-13T11:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Maybe someone knows how to solve these three tasks</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/maybe-someone-knows-how-to-solve-these-three-tasks/m-p/648608#M4460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At this time, there are no samples for version 100. &amp;nbsp;You would need to convert the 10.2.9 version to version 100.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 13:04:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/maybe-someone-knows-how-to-solve-these-three-tasks/m-p/648608#M4460</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-06-13T13:04:21Z</dc:date>
    </item>
  </channel>
</rss>

