<?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: Having trouble viewing map after adding a feature layer I created using a service feature table? in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/having-trouble-viewing-map-after-adding-a-feature/m-p/248108#M1616</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/291638"&gt;Cora Coleman&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Context in this sense refers to your &lt;A href="https://developer.android.com/reference/android/content/Context.html"&gt;application context&lt;/A&gt;.&amp;nbsp; Do you have a link to the service so I can test on my end?&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, 10 Oct 2017 13:05:14 GMT</pubDate>
    <dc:creator>AlexanderNohe1</dc:creator>
    <dc:date>2017-10-10T13:05:14Z</dc:date>
    <item>
      <title>Having trouble viewing map after adding a feature layer I created using a service feature table?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/having-trouble-viewing-map-after-adding-a-feature/m-p/248105#M1613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am attempting to replicate &lt;A href="https://github.com/Esri/arcgis-runtime-samples-android/blob/master/feature-layer-show-attributes/src/main/java/com/esri/arcgisruntime/sample/featurelayershowattributes/MainActivity.java"&gt;this&lt;/A&gt; sample code (showing the attributes upon clicking within a feature layer) with &lt;A href="https://services8.arcgis.com/UT5WPtsyyxzDrV2P/arcgis/rest/services/GNP_gdb/FeatureServer?token=EJaai-WpLPW7xYCbNH4Vr0ft3_lYch0xjhYCqOwn_32G3u9b6EHAiahV6aoXY7XkU86spIy2o8MJk5-htHw9P1AqhG-jWLSBxfjHDnEMbvriubvohtcOhMriUFG2-IgWxS87u6IKkNDe3kA7pAwKHN88gdiQy36zzJEjWa1j-5Zddm_6QCd7sz8NL9pe25NB3Gt9FBWitgbP9EYiTYvzLA.."&gt;this&lt;/A&gt; database I created and hosted as a feature service however I noticed that while the sample code is referencing a single layer in the feature service, my feature service is referencing a database with two layers. How can I be sure to populate a feature layer with all of my features in each layer using this method? Should I create&amp;nbsp;a feature layer for each layer in my feature service instead of for the database itself? Right now I am implementing this and my map is not even displaying.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 00:27:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/having-trouble-viewing-map-after-adding-a-feature/m-p/248105#M1613</guid>
      <dc:creator>CoraColeman</dc:creator>
      <dc:date>2017-10-09T00:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble viewing map after adding a feature layer I created using a service feature table?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/having-trouble-viewing-map-after-adding-a-feature/m-p/248106#M1614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/291638"&gt;Cora Coleman&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the feature service not displaying at all?&amp;nbsp; Is it a secured service?&amp;nbsp; Are you providing authentication to that service?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happens if you do something like this before you call any other ArcGIS Runtime code in your app:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #24292e; background-color: #e6ffed;"&gt;new AuthenticationManager&lt;/SPAN&gt;&lt;SPAN class="" style="color: #d73a49; background-color: #e6ffed;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #24292e; background-color: #e6ffed;"&gt;setAuthenticationChallengeHandler(new DefaultAuthenticationChallengeHandler(context));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have the internet permission enabled in your Manifest file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you see any prompts to log in?&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>Mon, 09 Oct 2017 13:24:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/having-trouble-viewing-map-after-adding-a-feature/m-p/248106#M1614</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-10-09T13:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble viewing map after adding a feature layer I created using a service feature table?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/having-trouble-viewing-map-after-adding-a-feature/m-p/248107#M1615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response! My feature service will not display whatsoever. What do you mean by secured (it is only public and hosted currently)? I haven't tested the API calls to the service. I do have internet permissions and do not see any prompts to log in. Also, I'm trying to add that bit of code in my app but what would I pass as my context? Just the service?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 21:25:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/having-trouble-viewing-map-after-adding-a-feature/m-p/248107#M1615</guid>
      <dc:creator>CoraColeman</dc:creator>
      <dc:date>2017-10-09T21:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble viewing map after adding a feature layer I created using a service feature table?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/having-trouble-viewing-map-after-adding-a-feature/m-p/248108#M1616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/291638"&gt;Cora Coleman&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Context in this sense refers to your &lt;A href="https://developer.android.com/reference/android/content/Context.html"&gt;application context&lt;/A&gt;.&amp;nbsp; Do you have a link to the service so I can test on my end?&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, 10 Oct 2017 13:05:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/having-trouble-viewing-map-after-adding-a-feature/m-p/248108#M1616</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-10-10T13:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble viewing map after adding a feature layer I created using a service feature table?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/having-trouble-viewing-map-after-adding-a-feature/m-p/248109#M1617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, okay thank you for explaining this, I will try and return the context I am setting to understand this more. &lt;A href="https://services8.arcgis.com/UT5WPtsyyxzDrV2P/ArcGIS/rest/services/GNP_gdb/FeatureServer/" rel="nofollow noopener noreferrer" target="_blank"&gt;Here&lt;/A&gt; is the link to the feature service I created. It is a geodatabase composed of two layers. I'm thinking I would have to host the individual layers themselves as when I do this, line 12 will result in only my basemap displaying and not the feature service I reference in my strings.xml file (the link I included above to my feature service):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #808080;"&gt;0 // create an ArcGISMap with BasemapType topo
&lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;1 aMap &lt;/SPAN&gt;= &lt;SPAN style="color: #000080; font-weight: bold;"&gt;new &lt;/SPAN&gt;ArcGISMap(Basemap.Type.&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;TOPOGRAPHIC&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;48.7596&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;113.7870&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;4&lt;/SPAN&gt;);
&lt;SPAN style="color: #808080;"&gt;2 // set the ArcGISMap to the MapView
&lt;/SPAN&gt;&lt;SPAN style="background-color: #e4e4ff;"&gt;3 aMapView&lt;/SPAN&gt;.setMap(&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;aMap&lt;/SPAN&gt;);
&lt;SPAN style="color: #808080;"&gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;5 // get the callout that shows attributes
&lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;6 aCallout &lt;/SPAN&gt;= &lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;aMapView&lt;/SPAN&gt;.getCallout();
&lt;SPAN style="color: #808080;"&gt;7 // create the service feature table
&lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;8 aServiceFeatureTable &lt;/SPAN&gt;= &lt;SPAN style="color: #000080; font-weight: bold;"&gt;new &lt;/SPAN&gt;ServiceFeatureTable(getResources().getString(R.string.&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;sample_service_url&lt;/SPAN&gt;));
&lt;SPAN style="color: #808080;"&gt;9 // create the feature layer using the service feature table
&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;10 final &lt;/SPAN&gt;FeatureLayer featureLayer = &lt;SPAN style="color: #000080; font-weight: bold;"&gt;new &lt;/SPAN&gt;FeatureLayer(&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;aServiceFeatureTable&lt;/SPAN&gt;);
&lt;SPAN style="color: #808080;"&gt;11 // add the layer to the map
&lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;12 aMap&lt;/SPAN&gt;.getOperationalLayers().add(featureLayer);


&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 12:21:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/having-trouble-viewing-map-after-adding-a-feature/m-p/248109#M1617</guid>
      <dc:creator>CoraColeman</dc:creator>
      <dc:date>2021-12-11T12:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble viewing map after adding a feature layer I created using a service feature table?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/having-trouble-viewing-map-after-adding-a-feature/m-p/248110#M1618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;A href="https://community.esri.com/migrated-users/291638" target="_blank"&gt;Cora Coleman&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe that when you use the ServiceFeatureTable class, you want to only reference one of the sublayers whereas if you used the root service, it wouldn't know which to turn into a feature table.&amp;nbsp; Here is the code that I used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;mMapView &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;MapView&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;findViewById&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;R&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;id&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;mapView&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

mMapView&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;setMap&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;ArcGISMap&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Basemap&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Type&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;DARK_GRAY_CANVAS_VECTOR&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;48.7596&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;113.7870&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;4&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;


ServiceFeatureTable serviceFeatureTable &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;ServiceFeatureTable&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fservices8.arcgis.com%2FUT5WPtsyyxzDrV2P%2FArcGIS%2Frest%2Fservices%2FGNP_gdb%2FFeatureServer%2F1" target="_blank"&gt;https://services8.arcgis.com/UT5WPtsyyxzDrV2P/ArcGIS/rest/services/GNP_gdb/FeatureServer/1&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
FeatureLayer featureLayer &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;FeatureLayer&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;serviceFeatureTable&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
mMapView&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;getMap&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;getOperationalLayers&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;add&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;featureLayer&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

serviceFeatureTable &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;ServiceFeatureTable&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fservices8.arcgis.com%2FUT5WPtsyyxzDrV2P%2FArcGIS%2Frest%2Fservices%2FGNP_gdb%2FFeatureServer%2F0" target="_blank"&gt;https://services8.arcgis.com/UT5WPtsyyxzDrV2P/ArcGIS/rest/services/GNP_gdb/FeatureServer/0&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
featureLayer &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;FeatureLayer&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;serviceFeatureTable&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
mMapView&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;getMap&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;getOperationalLayers&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;add&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;featureLayer&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally, since you it looks like you are storing this data on ArcGIS Online, it might be easier to create a webmap that stores this service within it and then load that webmap into the MapView rather than load the individual layers into the MapView itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 12:21:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/having-trouble-viewing-map-after-adding-a-feature/m-p/248110#M1618</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2021-12-11T12:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble viewing map after adding a feature layer I created using a service feature table?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/having-trouble-viewing-map-after-adding-a-feature/m-p/248111#M1619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thank you so much for this response. I was able to finally view these feature service layers in my app! The reason I am doing it like this is in order to be able to tap on the points of the map and view the attributes associated with them. I am following some sample code where this is done with a feature service however I agree about importing my map from ArcGIS Online. This is what I was initially doing, but I also want to be able to query/show the attributes associated with each feature and so now I am trying this. Thank you so much for your help!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 19:17:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/having-trouble-viewing-map-after-adding-a-feature/m-p/248111#M1619</guid>
      <dc:creator>CoraColeman</dc:creator>
      <dc:date>2017-10-10T19:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble viewing map after adding a feature layer I created using a service feature table?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/having-trouble-viewing-map-after-adding-a-feature/m-p/248112#M1620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/people/coracoleman14"&gt;coracoleman14&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What sample are you using?&amp;nbsp; Maybe we can work on modifying it to work with webmaps rather than making you change your data to work with it?&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, 10 Oct 2017 19:30:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/having-trouble-viewing-map-after-adding-a-feature/m-p/248112#M1620</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-10-10T19:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble viewing map after adding a feature layer I created using a service feature table?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/having-trouble-viewing-map-after-adding-a-feature/m-p/248113#M1621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for this suggestion. &lt;A href="https://github.com/Esri/arcgis-runtime-samples-android/tree/master/feature-layer-show-attributes/src/main"&gt;Here&lt;/A&gt; is the sample code I am currently using (feature-layer-show-attributes). I have been trying to do this myself through creating a webmap and&amp;nbsp;making sure to enable popups within the map&amp;nbsp;on ArcGIS Online but realize I&amp;nbsp;also need to define how to view popups/callouts within some on-tap listener in my code. This sample code imports a feature service and uses the table created from the layers there to return query results. Is there a way to simply grab the attribute table to be displayed in a popup for the corresponding feature you tap on without using a feature service?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 19:49:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/having-trouble-viewing-map-after-adding-a-feature/m-p/248113#M1621</guid>
      <dc:creator>CoraColeman</dc:creator>
      <dc:date>2017-10-10T19:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble viewing map after adding a feature layer I created using a service feature table?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/having-trouble-viewing-map-after-adding-a-feature/m-p/248114#M1622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh..&amp;nbsp; Yes.&amp;nbsp; There is quite a bit that goes into showing popups in a android application.&amp;nbsp; It might be best to stick with this sample for the time being.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did work on this sample which shows popups in a webmap but it again, takes a lot of work on the implementers part to get it working correctly:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/nohe427/KtPopup" title="https://github.com/nohe427/KtPopup"&gt;GitHub - nohe427/KtPopup: Kotlin Popups&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recently, the SDK documentation team has asked for feedback regarding the SDK documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you be interested in emailing me some feedback about the Android SDK documentation and using it to accomplish your goals? (include level of development experience, how easy or difficult was it to find what you were looking for, etc...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:anohe@esri.com"&gt;anohe@esri.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 20:13:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/having-trouble-viewing-map-after-adding-a-feature/m-p/248114#M1622</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-10-10T20:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble viewing map after adding a feature layer I created using a service feature table?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/having-trouble-viewing-map-after-adding-a-feature/m-p/248115#M1623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, okay I'm glad its not just me then! Thank you so much for sharing your implementation, I will check this out! I also will be sure to email you some feedback about the SDK documentation (my email is &lt;A href="mailto:cora.coleman14@ncf.edu"&gt;cora.coleman14@ncf.edu&lt;/A&gt;), I am happy to&amp;nbsp;share my experience working with the documentation.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 20:30:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/having-trouble-viewing-map-after-adding-a-feature/m-p/248115#M1623</guid>
      <dc:creator>CoraColeman</dc:creator>
      <dc:date>2017-10-10T20:30:06Z</dc:date>
    </item>
  </channel>
</rss>

