<?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: How to use SketchEditor Freehand v100.1 in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-use-sketcheditor-freehand-v100-1/m-p/26596#M216</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for adding that. &amp;nbsp;I brought this up to the team internally. &amp;nbsp;If you want a public defect to track this, I would encourage contacting Esri Support Services and logging a bug there. &amp;nbsp;They will be able to create a public defect for tracking purposes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jul 2017 15:54:08 GMT</pubDate>
    <dc:creator>AlexanderNohe1</dc:creator>
    <dc:date>2017-07-19T15:54:08Z</dc:date>
    <item>
      <title>How to use SketchEditor Freehand v100.1</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-use-sketcheditor-freehand-v100-1/m-p/26585#M205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to use the new SketchEditor. There's not much info on it beside the API doc, so here's my code:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;if &lt;/SPAN&gt;(&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;viewerModel&lt;/SPAN&gt;.getMapView().getSketchEditor() == &lt;SPAN style="color: #000080; font-weight: bold;"&gt;null&lt;/SPAN&gt;) {&lt;/PRE&gt;&lt;SPAN style="background-color: #e4e4ff;"&gt;SketchEditor&lt;/SPAN&gt; sketch = &lt;SPAN style="color: #000080; font-weight: bold;"&gt;new &lt;/SPAN&gt;&lt;SPAN style="background-color: #e4e4ff;"&gt;SketchEditor&lt;/SPAN&gt;();&lt;BR /&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;viewerModel&lt;/SPAN&gt;.getMapView().setSketchEditor(sketch);&lt;BR /&gt;sketch.start(SketchCreationMode.&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;FREEHAND_LINE&lt;/SPAN&gt;);&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;} &lt;SPAN style="color: #000080; font-weight: bold;"&gt;else &lt;/SPAN&gt;{
&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;viewerModel&lt;/SPAN&gt;.getMapView().getSketchEditor().stop();
&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;viewerModel&lt;/SPAN&gt;.getMapView().setSketchEditor(&lt;SPAN style="color: #000080; font-weight: bold;"&gt;null&lt;/SPAN&gt;);
}&lt;/PRE&gt;&lt;/PRE&gt;&lt;/PRE&gt;&lt;P&gt;When I start the freehand sketch, the map pan with my movement so the line created is barely moving. I tried to overide the map onTouchListener onScroll , but it seems the SketchEditor is already doing that. There's probably another step I need to make I guess?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 21:04:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-use-sketcheditor-freehand-v100-1/m-p/26585#M205</guid>
      <dc:creator>FrancisGagne</dc:creator>
      <dc:date>2021-12-10T21:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SketchEditor Freehand v100.1</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-use-sketcheditor-freehand-v100-1/m-p/26586#M206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried overriding&lt;/P&gt;&lt;H4 class="" style="color: #222222; background-color: #e2e2e2; border: 0px; font-size: 1.1em; margin: 1.5em 0px 0.5em; padding: 3px 95px 3px 3px;"&gt;&lt;SPAN class="" style="font-size: 0.9em;"&gt;public boolean&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="margin-right: 2px;"&gt;onTouch&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="" style="font-size: 0.9em;"&gt;(View view, MotionEvent event)&lt;/SPAN&gt;&lt;/H4&gt;&lt;P&gt;&lt;SPAN class="" style="font-size: 0.9em;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="font-size: 0.9em;"&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fdevelopers.arcgis.com%2Fandroid%2Flatest%2Fapi-reference%2Freference%2Fcom%2Fesri%2Farcgisruntime%2Fmapping%2Fview%2FDefaultMapViewOnTouchListener.html%23onTouch%28android.view.View" rel="nofollow" target="_blank"&gt;https://developers.arcgis.com/android/latest/api-reference/reference/com/esri/arcgisruntime/mapping/view/DefaultMapViewOnTouchListener.html#onTouch(android.view.View&lt;/A&gt;&lt;SPAN&gt;, android.view.MotionEvent)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="font-size: 0.9em;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="font-size: 0.9em;"&gt;I have not had to get a chance to test this out as I was out the last two weeks or so. &amp;nbsp;Additionally, this week may be tough as it is UC week (hopefully I will have a chance to review it soon)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 15:54:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-use-sketcheditor-freehand-v100-1/m-p/26586#M206</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-07-10T15:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SketchEditor Freehand v100.1</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-use-sketcheditor-freehand-v100-1/m-p/26587#M207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I already tried that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="background-color: #e4e4ff;"&gt;mapView&lt;/SPAN&gt;.setOnTouchListener(&lt;SPAN style="color: #000080; font-weight: bold;"&gt;new &lt;/SPAN&gt;DefaultMapViewOnTouchListener(&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;viewerModel&lt;/SPAN&gt;.getContext(), &lt;SPAN style="background-color: #e4e4ff;"&gt;mapView&lt;/SPAN&gt;) {
&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #808000;"&gt;@Override
&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;public boolean &lt;/SPAN&gt;onScroll(MotionEvent from, MotionEvent to, &lt;SPAN style="color: #000080; font-weight: bold;"&gt;float &lt;/SPAN&gt;distanceX, &lt;SPAN style="color: #000080; font-weight: bold;"&gt;float &lt;/SPAN&gt;distanceY) {
&amp;nbsp;&amp;nbsp;&amp;nbsp; System.&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;out&lt;/SPAN&gt;.println(&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"test"&lt;/SPAN&gt;);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN style="color: #000080; background-color: #e4e4ff; font-weight: bold;"&gt;return true&lt;/SPAN&gt;&lt;SPAN style="background-color: #e4e4ff;"&gt;;&lt;/SPAN&gt;
}
});

When I set it before the .start(), I have the same behavior and there's no log. The drawing is showing but it's just a mess of line below my finger since the map is paning.
When I set it after, no drawing is showing, the test log is shown and the pan is desactivated.&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 21:04:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-use-sketcheditor-freehand-v100-1/m-p/26587#M207</guid>
      <dc:creator>FrancisGagne</dc:creator>
      <dc:date>2021-12-10T21:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SketchEditor Freehand v100.1</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-use-sketcheditor-freehand-v100-1/m-p/26588#M208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was referring to the onTouch, not the onScroll. &amp;nbsp;When you override that, do you see the behavior you wish?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 19:12:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-use-sketcheditor-freehand-v100-1/m-p/26588#M208</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-07-10T19:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SketchEditor Freehand v100.1</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-use-sketcheditor-freehand-v100-1/m-p/26589#M209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I override the onTouch listener with nothing, the map&amp;nbsp;won't do much...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is, when I draw freehand on the map, the paning &amp;nbsp;should be desactivated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SketchEditor.start() overwrites the touch listeners since it needs to know where the user draw. The problem in the SDK is probably just because super.onScroll() is called in the overriding.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 19:52:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-use-sketcheditor-freehand-v100-1/m-p/26589#M209</guid>
      <dc:creator>FrancisGagne</dc:creator>
      <dc:date>2017-07-10T19:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SketchEditor Freehand v100.1</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-use-sketcheditor-freehand-v100-1/m-p/26590#M210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/173829"&gt;Francis Gagne&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had a chance to test it out myself. &amp;nbsp;I am at UC this week so when I get a chance, I will try to walk over to the Android SDK guys tomorrow and show them what I am seeing as well and see what we can do about it. &amp;nbsp;I am really only seeing the map pan when I drag my finger quickly across the map. &amp;nbsp;If I draw anything else, the map does not pan as it regularly would. &amp;nbsp;Are you seeing the map pan like it regularly would or seeing it pan only if you draw quickly? &amp;nbsp;Just want to confirm we are seeing the same behavior...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Alexander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 03:36:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-use-sketcheditor-freehand-v100-1/m-p/26590#M210</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-07-11T03:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SketchEditor Freehand v100.1</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-use-sketcheditor-freehand-v100-1/m-p/26591#M211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alexander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did some testing with the other creation mode yesterday and I just reverted to the freehand and it seems to works fine now, beside the bug that you mentioned: if I draw a shape quickly, the map moves at the end of the movement.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We already had that problem when we created our own drawing tool, so you only have to override some more listener during the FREEHAND_POLYGON and FREEHAND_LINE.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="background-color: #e4e4ff;"&gt;mapView&lt;/SPAN&gt;.setOnTouchListener(&lt;SPAN style="color: #000080; font-weight: bold;"&gt;new &lt;/SPAN&gt;DefaultMapViewOnTouchListener(&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;context&lt;/SPAN&gt;, &lt;SPAN style="background-color: #e4e4ff;"&gt;mapView&lt;/SPAN&gt;) {&lt;/PRE&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="color: #808000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;@Override&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;public boolean &lt;/SPAN&gt;onFling(MotionEvent from, MotionEvent to, &lt;SPAN style="color: #000080; font-weight: bold;"&gt;float &lt;/SPAN&gt;velocityX, &lt;SPAN style="color: #000080; font-weight: bold;"&gt;float &lt;/SPAN&gt;velocityY) {&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;boolean &lt;/SPAN&gt;handled = &lt;SPAN style="color: #000080; font-weight: bold;"&gt;false&lt;/SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if &lt;/SPAN&gt;(mapView.getSketchEditor().getSketchCreationMode().equals(SketchCreationMode.&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;FREEHAND_LINE&lt;/SPAN&gt;) 
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|| mapView.getSketchEditor().getSketchCreationMode().equals(SketchCreationMode.&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;FREEHAND_POLYGON&lt;/SPAN&gt;) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;handled = &lt;SPAN style="color: #000080; font-weight: bold;"&gt;true&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/PRE&gt;&lt;SPAN style="color: #000000;"&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;return &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;handled;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR /&gt;});&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 21:04:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-use-sketcheditor-freehand-v100-1/m-p/26591#M211</guid>
      <dc:creator>FrancisGagne</dc:creator>
      <dc:date>2021-12-10T21:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SketchEditor Freehand v100.1</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-use-sketcheditor-freehand-v100-1/m-p/26592#M212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, I am working with my resources regarding the quick movement. Do you see that quick movement being part of your regular workflow? &amp;nbsp;Is this something you believe your users will run into often?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2017 15:33:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-use-sketcheditor-freehand-v100-1/m-p/26592#M212</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-07-13T15:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SketchEditor Freehand v100.1</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-use-sketcheditor-freehand-v100-1/m-p/26593#M213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh yes asolutely, it needs to be resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2017 16:06:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-use-sketcheditor-freehand-v100-1/m-p/26593#M213</guid>
      <dc:creator>FrancisGagne</dc:creator>
      <dc:date>2017-07-13T16:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SketchEditor Freehand v100.1</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-use-sketcheditor-freehand-v100-1/m-p/26594#M214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have an idea of how many people this is affecting in regards to your application? &amp;nbsp;This helps build a case regarding this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2017 13:17:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-use-sketcheditor-freehand-v100-1/m-p/26594#M214</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-07-17T13:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SketchEditor Freehand v100.1</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-use-sketcheditor-freehand-v100-1/m-p/26595#M215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Every users using this feature will be impacted, so a potential thousand right now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 13:40:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-use-sketcheditor-freehand-v100-1/m-p/26595#M215</guid>
      <dc:creator>FrancisGagne</dc:creator>
      <dc:date>2017-07-18T13:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SketchEditor Freehand v100.1</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-use-sketcheditor-freehand-v100-1/m-p/26596#M216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for adding that. &amp;nbsp;I brought this up to the team internally. &amp;nbsp;If you want a public defect to track this, I would encourage contacting Esri Support Services and logging a bug there. &amp;nbsp;They will be able to create a public defect for tracking purposes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 15:54:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-use-sketcheditor-freehand-v100-1/m-p/26596#M216</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-07-19T15:54:08Z</dc:date>
    </item>
  </channel>
</rss>

