<?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: Custom Featurelayer in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/custom-featurelayer/m-p/250968#M1635</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Perhaps you don't really need a custom Layer, as the GraphicsLayer might do everything you need. Take a look at this sample that converts a CSV file to a GraphicsLayer in a map by connecting to a URL, parsing the CSV file that contains coordinates and attributes into Graphic objects, adds these Graphics to a GraphicsLayer and adds the layer to a map:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://developers.arcgis.com/android/sample-code/addcsv-file/"&gt;http://developers.arcgis.com/android/sample-code/addcsv-file/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Whether this is suitable or not depends on what kind of functionality you need in the layer really - you can add and remove graphics, change graphics, change visibility, and get graphics based on screen coordinates. See the JavaDoc for more info:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/android/api-reference/reference/com/esri/android/map/GraphicsLayer.html"&gt;https://developers.arcgis.com/android/api-reference/reference/com/esri/android/map/GraphicsLayer.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Apr 2014 08:33:00 GMT</pubDate>
    <dc:creator>ShellyGill1</dc:creator>
    <dc:date>2014-04-01T08:33:00Z</dc:date>
    <item>
      <title>Custom Featurelayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/custom-featurelayer/m-p/250967#M1634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have some POIs which we want to add them to the maps as a kind of Layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In face, this is similar to ArcGISFeatureLayer, while the server does not hold a ArcgisFeatureService but a common web service, we can parse the data ourselves.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wonder if this is possible?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 09:59:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/custom-featurelayer/m-p/250967#M1634</guid>
      <dc:creator>mavenmaven</dc:creator>
      <dc:date>2014-03-31T09:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Featurelayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/custom-featurelayer/m-p/250968#M1635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Perhaps you don't really need a custom Layer, as the GraphicsLayer might do everything you need. Take a look at this sample that converts a CSV file to a GraphicsLayer in a map by connecting to a URL, parsing the CSV file that contains coordinates and attributes into Graphic objects, adds these Graphics to a GraphicsLayer and adds the layer to a map:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://developers.arcgis.com/android/sample-code/addcsv-file/"&gt;http://developers.arcgis.com/android/sample-code/addcsv-file/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Whether this is suitable or not depends on what kind of functionality you need in the layer really - you can add and remove graphics, change graphics, change visibility, and get graphics based on screen coordinates. See the JavaDoc for more info:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/android/api-reference/reference/com/esri/android/map/GraphicsLayer.html"&gt;https://developers.arcgis.com/android/api-reference/reference/com/esri/android/map/GraphicsLayer.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 08:33:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/custom-featurelayer/m-p/250968#M1635</guid>
      <dc:creator>ShellyGill1</dc:creator>
      <dc:date>2014-04-01T08:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Featurelayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/custom-featurelayer/m-p/250969#M1636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's not what I want.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First, it load all the csv data one time, but we have too many records, it is not a good idea to load all of them once.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Second, load all the record out side the viewport of the mapview is a waste of network and memory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The ArcgisFeatureLayer seems load features on demand. Is it possible?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 04:19:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/custom-featurelayer/m-p/250969#M1636</guid>
      <dc:creator>mavenmaven</dc:creator>
      <dc:date>2014-04-03T04:19:05Z</dc:date>
    </item>
  </channel>
</rss>

