<?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: The map or layer has been destroyed or recyled in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/the-map-or-layer-has-been-destroyed-or-recyled/m-p/637014#M4389</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;That's not an error that I've seen before. By chance, are you overriding onDestroy and not calling super.onDestroy() at the end of the method?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am overriding onDestroy, but i am calling super.onDestroy() in the end of the method.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Feb 2014 06:58:44 GMT</pubDate>
    <dc:creator>teamIgal</dc:creator>
    <dc:date>2014-02-26T06:58:44Z</dc:date>
    <item>
      <title>The map or layer has been destroyed or recyled</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/the-map-or-layer-has-been-destroyed-or-recyled/m-p/637011#M4386</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 have a problem when the app restores after the map activity has been destroyed by the system.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The system calles OnDestroy on it's own, which is fine, but then, when i open the app back, everything restores (the app calles OnCreate again) except for the mapView Object.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When i try to add layers to the mapView i get the following message:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"The map or layer has been destroyed or recyled"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anybody had the same problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any clues how to fix this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Team Igal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Feb 2014 13:51:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/the-map-or-layer-has-been-destroyed-or-recyled/m-p/637011#M4386</guid>
      <dc:creator>teamIgal</dc:creator>
      <dc:date>2014-02-23T13:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: The map or layer has been destroyed or recyled</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/the-map-or-layer-has-been-destroyed-or-recyled/m-p/637012#M4387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;also, i tryed to add the mapView from code,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and in the OnCreate i even set &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;mMapView = null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mMapView = new MapView(...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and still i get the same error, and i can't see the map.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 06:11:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/the-map-or-layer-has-been-destroyed-or-recyled/m-p/637012#M4387</guid>
      <dc:creator>teamIgal</dc:creator>
      <dc:date>2014-02-24T06:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: The map or layer has been destroyed or recyled</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/the-map-or-layer-has-been-destroyed-or-recyled/m-p/637013#M4388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's not an error that I've seen before. By chance, are you overriding onDestroy and not calling super.onDestroy() at the end of the method?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 19:54:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/the-map-or-layer-has-been-destroyed-or-recyled/m-p/637013#M4388</guid>
      <dc:creator>JasonKnisley</dc:creator>
      <dc:date>2014-02-25T19:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: The map or layer has been destroyed or recyled</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/the-map-or-layer-has-been-destroyed-or-recyled/m-p/637014#M4389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;That's not an error that I've seen before. By chance, are you overriding onDestroy and not calling super.onDestroy() at the end of the method?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am overriding onDestroy, but i am calling super.onDestroy() in the end of the method.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 06:58:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/the-map-or-layer-has-been-destroyed-or-recyled/m-p/637014#M4389</guid>
      <dc:creator>teamIgal</dc:creator>
      <dc:date>2014-02-26T06:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: The map or layer has been destroyed or recyled</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/the-map-or-layer-has-been-destroyed-or-recyled/m-p/637015#M4390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you're still wrestling with this issue and want someone else to test it out, feel free to PM me. I can give you my email address and if your able to email your code to me then I can replicate it on one of my devices and see if I can figure out what the problem might be.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 20:27:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/the-map-or-layer-has-been-destroyed-or-recyled/m-p/637015#M4390</guid>
      <dc:creator>JasonKnisley</dc:creator>
      <dc:date>2014-02-26T20:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: The map or layer has been destroyed or recyled</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/the-map-or-layer-has-been-destroyed-or-recyled/m-p/637016#M4391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If you're still wrestling with this issue and want someone else to test it out, feel free to PM me. I can give you my email address and if your able to email your code to me then I can replicate it on one of my devices and see if I can figure out what the problem might be.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for the help! Unfortunetly i can't send the code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But i realized that the map is never being initialized after i resume back.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The listener of the status changed is not being called&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Mar 2014 07:26:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/the-map-or-layer-has-been-destroyed-or-recyled/m-p/637016#M4391</guid>
      <dc:creator>teamIgal</dc:creator>
      <dc:date>2014-03-02T07:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: The map or layer has been destroyed or recyled</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/the-map-or-layer-has-been-destroyed-or-recyled/m-p/637017#M4392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you find a resolution to this? I am facing the same issue with ArcGIS Android SDK 10.2.3. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 16:38:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/the-map-or-layer-has-been-destroyed-or-recyled/m-p/637017#M4392</guid>
      <dc:creator>KunalMehta</dc:creator>
      <dc:date>2014-10-30T16:38:30Z</dc:date>
    </item>
  </channel>
</rss>

