<?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 ArcGIS add features (Feature Service) does not load map in Android in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-add-features-feature-service-does-not-load/m-p/1221434#M78994</link>
    <description>&lt;P&gt;I published the service using ArcGIS server and can load it successfully with JS API.&lt;/P&gt;&lt;PRE&gt;var layerss = new FeatureLayer({
    url: "https://hbsyb.booway.com.cn/arcgis/rest/services/zjsxyd/sichuanxianjixingzhengqu/MapServer/0",
    outFields : ["*"],
    opacity : 0.5
});
map.add(layerss);&lt;/PRE&gt;&lt;P&gt;When I want to load it with Android Runtime SdK 100.15.0(FeatureLayer)&lt;A href="https://cutt.ly/kBmCcK2/" target="_self"&gt;&amp;nbsp;&lt;/A&gt;it doesn't work.&lt;/P&gt;&lt;PRE&gt;final ServiceFeatureTable serviceFeatureTable = new ServiceFeatureTable("https://hbsyb.booway.com.cn/arcgis/rest/services/zjsxyd/sichuanxianjixingzhengqu/MapServer/0");

final FeatureLayer featureLayer = new FeatureLayer(serviceFeatureTable);
featureLayer.setSelectionColor(Color.BLUE);
featureLayer.setSelectionWidth(10);
map.getOperationalLayers().add(featureLayer);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Oct 2022 10:57:52 GMT</pubDate>
    <dc:creator>Faizan_poran</dc:creator>
    <dc:date>2022-10-25T10:57:52Z</dc:date>
    <item>
      <title>ArcGIS add features (Feature Service) does not load map in Android</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-add-features-feature-service-does-not-load/m-p/1221434#M78994</link>
      <description>&lt;P&gt;I published the service using ArcGIS server and can load it successfully with JS API.&lt;/P&gt;&lt;PRE&gt;var layerss = new FeatureLayer({
    url: "https://hbsyb.booway.com.cn/arcgis/rest/services/zjsxyd/sichuanxianjixingzhengqu/MapServer/0",
    outFields : ["*"],
    opacity : 0.5
});
map.add(layerss);&lt;/PRE&gt;&lt;P&gt;When I want to load it with Android Runtime SdK 100.15.0(FeatureLayer)&lt;A href="https://cutt.ly/kBmCcK2/" target="_self"&gt;&amp;nbsp;&lt;/A&gt;it doesn't work.&lt;/P&gt;&lt;PRE&gt;final ServiceFeatureTable serviceFeatureTable = new ServiceFeatureTable("https://hbsyb.booway.com.cn/arcgis/rest/services/zjsxyd/sichuanxianjixingzhengqu/MapServer/0");

final FeatureLayer featureLayer = new FeatureLayer(serviceFeatureTable);
featureLayer.setSelectionColor(Color.BLUE);
featureLayer.setSelectionWidth(10);
map.getOperationalLayers().add(featureLayer);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 10:57:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-add-features-feature-service-does-not-load/m-p/1221434#M78994</guid>
      <dc:creator>Faizan_poran</dc:creator>
      <dc:date>2022-10-25T10:57:52Z</dc:date>
    </item>
  </channel>
</rss>

