<?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: Question about onTouchListeners in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/question-about-ontouchlisteners/m-p/108769#M809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And you may want to override onTouch rather than onFling, &amp;nbsp;I may have misspoken the first time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Jun 2017 17:32:23 GMT</pubDate>
    <dc:creator>AlexanderNohe1</dc:creator>
    <dc:date>2017-06-16T17:32:23Z</dc:date>
    <item>
      <title>Question about onTouchListeners</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/question-about-ontouchlisteners/m-p/108763#M803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the ArcGIS runtime SDK&amp;nbsp;100.0.0 for iOS there is a function called:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;- (&lt;/SPAN&gt;&lt;SPAN class=""&gt;void&lt;/SPAN&gt;&lt;SPAN class=""&gt;)geoView:(AGSGeoView *)geoView didMoveLongPressToScreenPoint:(&lt;/SPAN&gt;&lt;SPAN class=""&gt;CGPoint&lt;/SPAN&gt;&lt;SPAN class=""&gt;)screenPoint mapPoint:(AGSPoint *)mapPoint&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;What is the Android equivalent?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;arcgis runtime sdk 100.0.0‌&amp;nbsp;&lt;A href="https://community.esri.com/t5/tag/android runtime sdk 100.0.0/tg-p"&gt;#android runtime sdk 100.0.0&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 17:57:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/question-about-ontouchlisteners/m-p/108763#M803</guid>
      <dc:creator>DexterMorgan</dc:creator>
      <dc:date>2017-05-24T17:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Question about onTouchListeners</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/question-about-ontouchlisteners/m-p/108764#M804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you would need to combine the onFling listener and the onLongPress listener to achieve the same effect in Android. &amp;nbsp;Implement these separately with some unique combination so you know when the action is taken.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2017 20:58:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/question-about-ontouchlisteners/m-p/108764#M804</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-05-25T20:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Question about onTouchListeners</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/question-about-ontouchlisteners/m-p/108765#M805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok but how would I call onFling from onLongPress?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 17:12:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/question-about-ontouchlisteners/m-p/108765#M805</guid>
      <dc:creator>DexterMorgan</dc:creator>
      <dc:date>2017-05-30T17:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Question about onTouchListeners</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/question-about-ontouchlisteners/m-p/108766#M806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a field that called isLongPress and have it as a type boolean. &amp;nbsp;When you start the onFling, it would check to see if isLongPress is set to true and then do the expected behavior if it is&amp;nbsp;true. When you then lift your finger, you would use onUp to reset isLongPress to false. &amp;nbsp;Its a tricky workflow, but this is one way that comes to mind on how to achieve this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 17:16:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/question-about-ontouchlisteners/m-p/108766#M806</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-05-30T17:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Question about onTouchListeners</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/question-about-ontouchlisteners/m-p/108767#M807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to drag a graphic around the map? I'm using the onFling method to update the geometry of a polyline, however when I try to drag the graphic it stays in place and the map just pans around. Can I disable map panning when I'm trying to update a graphic?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 16:43:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/question-about-ontouchlisteners/m-p/108767#M807</guid>
      <dc:creator>DexterMorgan</dc:creator>
      <dc:date>2017-06-16T16:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Question about onTouchListeners</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/question-about-ontouchlisteners/m-p/108768#M808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you calling the super.onFling method in your override?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 17:18:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/question-about-ontouchlisteners/m-p/108768#M808</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-06-16T17:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Question about onTouchListeners</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/question-about-ontouchlisteners/m-p/108769#M809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And you may want to override onTouch rather than onFling, &amp;nbsp;I may have misspoken the first time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 17:32:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/question-about-ontouchlisteners/m-p/108769#M809</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-06-16T17:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Question about onTouchListeners</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/question-about-ontouchlisteners/m-p/108770#M810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I was calling super.onFling in the method, but I haven't tried using onTouch.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 17:59:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/question-about-ontouchlisteners/m-p/108770#M810</guid>
      <dc:creator>DexterMorgan</dc:creator>
      <dc:date>2017-06-16T17:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Question about onTouchListeners</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/question-about-ontouchlisteners/m-p/108771#M811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would not call the super method if you can help it. &amp;nbsp;Also, based on some additional research, onTouch may be the better choice to stop the map from panning.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 18:16:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/question-about-ontouchlisteners/m-p/108771#M811</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-06-16T18:16:37Z</dc:date>
    </item>
  </channel>
</rss>

