<?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 How to get PopUp windows in arcgis.com webmap to display within an android app in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-get-popup-windows-in-arcgis-com-webmap-to/m-p/672914#M4691</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I created a web map within arcgis.com from a csv table that displays some points with popup windows displaying the attribute info. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This map displays perfectly fine within a browser and the popup windows display when clicking a point. When I add the map to my &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;app, the map displays with the points, but the popup windows do not display when tapping on them. I am using the ArcGIS Runtime for Android SDK v 10.2.2 in Eclipse and following the popup in web map for viewing sample within the SDK, following the directions as &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;stated with the sample on the ArcGIS for Developers website. Any tips or advice on how to fix this issue would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Apr 2014 22:28:58 GMT</pubDate>
    <dc:creator>markdustin</dc:creator>
    <dc:date>2014-04-05T22:28:58Z</dc:date>
    <item>
      <title>How to get PopUp windows in arcgis.com webmap to display within an android app</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-get-popup-windows-in-arcgis-com-webmap-to/m-p/672914#M4691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I created a web map within arcgis.com from a csv table that displays some points with popup windows displaying the attribute info. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This map displays perfectly fine within a browser and the popup windows display when clicking a point. When I add the map to my &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;app, the map displays with the points, but the popup windows do not display when tapping on them. I am using the ArcGIS Runtime for Android SDK v 10.2.2 in Eclipse and following the popup in web map for viewing sample within the SDK, following the directions as &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;stated with the sample on the ArcGIS for Developers website. Any tips or advice on how to fix this issue would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2014 22:28:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-get-popup-windows-in-arcgis-com-webmap-to/m-p/672914#M4691</guid>
      <dc:creator>markdustin</dc:creator>
      <dc:date>2014-04-05T22:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to get PopUp windows in arcgis.com webmap to display within an android app</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-get-popup-windows-in-arcgis-com-webmap-to/m-p/672915#M4692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I have the similar problem. I import the "IdentifyTask" example from the site of tutorial, it works well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; But when I implamnt the task part to my own code, it does not work any more. The problem is that when I click the popwindow to specify the list, the application ternimate exceptionally. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;04-11 11:23:23.606: E/AndroidRuntime(3811): FATAL EXCEPTION: main&lt;BR /&gt;04-11 11:23:23.606: E/AndroidRuntime(3811): Process: com.example.testsig, PID: 3811&lt;BR /&gt;04-11 11:23:23.606: E/AndroidRuntime(3811): android.view.WindowManager$BadTokenException: Unable to add window -- token android.view.ViewRootImpl$W@4239b6e0 is not valid; is your activity running?&lt;BR /&gt;04-11 11:23:23.606: E/AndroidRuntime(3811):&amp;nbsp; at android.view.ViewRootImpl.setView(ViewRootImpl.java:536)&lt;BR /&gt;04-11 11:23:23.606: E/AndroidRuntime(3811):&amp;nbsp; at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:259)&lt;BR /&gt;04-11 11:23:23.606: E/AndroidRuntime(3811):&amp;nbsp; at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:69)&lt;BR /&gt;04-11 11:23:23.606: E/AndroidRuntime(3811):&amp;nbsp; at android.widget.PopupWindow.invokePopup(PopupWindow.java:1019)&lt;BR /&gt;04-11 11:23:23.606: E/AndroidRuntime(3811):&amp;nbsp; at android.widget.PopupWindow.showAsDropDown(PopupWindow.java:925)&lt;BR /&gt;04-11 11:23:23.606: E/AndroidRuntime(3811):&amp;nbsp; at android.widget.ListPopupWindow.show(ListPopupWindow.java:625)&lt;BR /&gt;04-11 11:23:23.606: E/AndroidRuntime(3811):&amp;nbsp; at android.widget.Spinner$DropdownPopup.show(Spinner.java:1110)&lt;BR /&gt;04-11 11:23:23.606: E/AndroidRuntime(3811):&amp;nbsp; at android.widget.Spinner.performClick(Spinner.java:658)&lt;BR /&gt;04-11 11:23:23.606: E/AndroidRuntime(3811):&amp;nbsp; at android.view.View$PerformClick.run(View.java:18422)&lt;BR /&gt;04-11 11:23:23.606: E/AndroidRuntime(3811):&amp;nbsp; at android.os.Handler.handleCallback(Handler.java:733)&lt;BR /&gt;04-11 11:23:23.606: E/AndroidRuntime(3811):&amp;nbsp; at android.os.Handler.dispatchMessage(Handler.java:95)&lt;BR /&gt;04-11 11:23:23.606: E/AndroidRuntime(3811):&amp;nbsp; at android.os.Looper.loop(Looper.java:136)&lt;BR /&gt;04-11 11:23:23.606: E/AndroidRuntime(3811):&amp;nbsp; at android.app.ActivityThread.main(ActivityThread.java:5017)&lt;BR /&gt;04-11 11:23:23.606: E/AndroidRuntime(3811):&amp;nbsp; at java.lang.reflect.Method.invokeNative(Native Method)&lt;BR /&gt;04-11 11:23:23.606: E/AndroidRuntime(3811):&amp;nbsp; at java.lang.reflect.Method.invoke(Method.java:515)&lt;BR /&gt;04-11 11:23:23.606: E/AndroidRuntime(3811):&amp;nbsp; at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)&lt;BR /&gt;04-11 11:23:23.606: E/AndroidRuntime(3811):&amp;nbsp; at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)&lt;BR /&gt;04-11 11:23:23.606: E/AndroidRuntime(3811):&amp;nbsp; at dalvik.system.NativeStart.main(Native Method)&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 08:24:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-get-popup-windows-in-arcgis-com-webmap-to/m-p/672915#M4692</guid>
      <dc:creator>zijianzhu</dc:creator>
      <dc:date>2014-04-11T08:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to get PopUp windows in arcgis.com webmap to display within an android app</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-get-popup-windows-in-arcgis-com-webmap-to/m-p/672916#M4693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Edited popup attributes in a web map mainly turns off unwanted fields and then saves web map as hosted web app.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;A href="&amp;lt;/span&amp;gt;&amp;lt;a" target="_blank"&gt;mobile" rel="nofollow" target="_blank"&amp;gt;http://www.mappfia.com/]mobile&lt;/A&gt;&lt;SPAN&gt; apps developer&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 04:31:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-get-popup-windows-in-arcgis-com-webmap-to/m-p/672916#M4693</guid>
      <dc:creator>jamelorys</dc:creator>
      <dc:date>2014-05-30T04:31:26Z</dc:date>
    </item>
  </channel>
</rss>

