<?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: Order of feature layer pop-ups in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/order-of-feature-layer-pop-ups/m-p/271237#M1771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mind explaining how to implement this in a WAB Developer edition application? I've been struggling with this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I can define the order manually, I'd be happy as a clam &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jan 2018 17:49:12 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2018-01-10T17:49:12Z</dc:date>
    <item>
      <title>Order of feature layer pop-ups</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/order-of-feature-layer-pop-ups/m-p/271234#M1768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I've been struggling with setting order for feature layer pop-ups. There are two overlapping feature layers in my mapView, but only one layers pop-ups can be accessed. How can I set which pop-up to show regardless of layer order in (arcgis online) map??&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, there are points on polygons. And by clicking on it, I need to access points pop-up and not polygons.&lt;/P&gt;&lt;P&gt;Please advice! Ive been using arcgis android sample "WebMap Popup Editing".&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The corrections should take part in this segment of code:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="/legacyfs/online/52946_code help.PNG"&gt;&lt;IMG alt="code help.PNG" class="image-1 jive-image" height="469" src="/legacyfs/online/52946_code help.PNG" style="width:908px; height: 468.575505350773px;" width="908" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 16:13:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/order-of-feature-layer-pop-ups/m-p/271234#M1768</guid>
      <dc:creator>AneteFridrihsone</dc:creator>
      <dc:date>2015-01-20T16:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Order of feature layer pop-ups</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/order-of-feature-layer-pop-ups/m-p/271235#M1769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dian Aggreani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two ways to set which popup to show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Popups are displayed in the order of when they are added to the PopupContain. In the above sample, popups are added to the PopupContainer through two async RunQueryFeatureLayerTasks. Since these two tasks are invoked in two different threads, you can't expect the order of the popups. If you change the logic to query the feature layers one by one then add popups to PopupContainer one by one, you will be able to show popups&amp;nbsp; in the order you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Use PopupContainer and PopupContainerView to set which popup to show. You can use PopupContainer.setCurrentPopup to show a popup at specific index. You can also set the &lt;SPAN style="color: #333333; font-family: arial, sans-serif; font-size: 12px;"&gt;OnPageChangeListener on PopupContainerView to handle user interaction.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PopupContainer: getCurrentPopup(), getPopupCount(), getPopupContainnerView(), setCurrentPopup()&lt;/P&gt;&lt;P&gt;PopupContainerView: setOnPagechangeListener(), setCurrentPopup()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 May 2015 00:53:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/order-of-feature-layer-pop-ups/m-p/271235#M1769</guid>
      <dc:creator>XuemingWu</dc:creator>
      <dc:date>2015-05-16T00:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Order of feature layer pop-ups</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/order-of-feature-layer-pop-ups/m-p/271236#M1770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is GREATLY helpful! Thank you very much! It answered many questions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 11:09:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/order-of-feature-layer-pop-ups/m-p/271236#M1770</guid>
      <dc:creator>AneteFridrihsone</dc:creator>
      <dc:date>2015-05-20T11:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Order of feature layer pop-ups</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/order-of-feature-layer-pop-ups/m-p/271237#M1771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mind explaining how to implement this in a WAB Developer edition application? I've been struggling with this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I can define the order manually, I'd be happy as a clam &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 17:49:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/order-of-feature-layer-pop-ups/m-p/271237#M1771</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-01-10T17:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Order of feature layer pop-ups</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/order-of-feature-layer-pop-ups/m-p/271238#M1772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please ask this question in the WAB related thread at&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;A _jive_internal="true" href="https://community.esri.com/groups/web-app-builder-custom-widgets"&gt;https://community.esri.com/groups/web-app-builder-custom-widgets?&lt;/A&gt;&amp;nbsp;Esri staff and users in that thread will have more insight for your question.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Cheers.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 20:34:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/order-of-feature-layer-pop-ups/m-p/271238#M1772</guid>
      <dc:creator>XuemingWu</dc:creator>
      <dc:date>2018-01-10T20:34:50Z</dc:date>
    </item>
  </channel>
</rss>

