<?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: Why is vector tilecache loading broken in 100.7? in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/why-is-vector-tilecache-loading-broken-in-100-7/m-p/1003924#M5372</link>
    <description>&lt;P&gt;@Anonymous User&amp;nbsp;&lt;/P&gt;&lt;P&gt;The day.zip file is attached to a post made by the original poster.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a fairly old post so its probably best if you create a new thread describing what you are trying to achieve giving details of your code and the version of the API you are using.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Nov 2020 12:00:56 GMT</pubDate>
    <dc:creator>MarkBaird</dc:creator>
    <dc:date>2020-11-23T12:00:56Z</dc:date>
    <item>
      <title>Why is vector tilecache loading broken in 100.7?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/why-is-vector-tilecache-loading-broken-in-100-7/m-p/541207#M3671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I moved to 100.7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This no longer works.&lt;/P&gt;&lt;PRE style="background-color: #2b2b2b; color: #a9b7c6; font-family: 'Menlo'; font-size: 9.0pt;"&gt;vtlayer = &lt;SPAN style="color: #cc7832;"&gt;new &lt;/SPAN&gt;ArcGISVectorTiledLayer(vectorTileCache&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;itemResourceCache)&lt;SPAN style="color: #cc7832;"&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Same exact files as before the move to 100.7.&lt;/P&gt;&lt;P&gt;Same exact code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Symptoms: nothing from this vtpk shows.&lt;/P&gt;&lt;P&gt;No error messages that I can tell.&lt;/P&gt;&lt;P&gt;It just never shows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is nothing in the release notes that you changed anything here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's going on?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2020 01:44:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/why-is-vector-tilecache-loading-broken-in-100-7/m-p/541207#M3671</guid>
      <dc:creator>NathanMellor</dc:creator>
      <dc:date>2020-02-21T01:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Why is vector tilecache loading broken in 100.7?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/why-is-vector-tilecache-loading-broken-in-100-7/m-p/541208#M3672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are looking into this and will respond shortly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My first thoughts are if you have changed the API level of you app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2020 14:04:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/why-is-vector-tilecache-loading-broken-in-100-7/m-p/541208#M3672</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2020-02-21T14:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Why is vector tilecache loading broken in 100.7?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/why-is-vector-tilecache-loading-broken-in-100-7/m-p/541209#M3673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Target API level is still 28&lt;/P&gt;&lt;P&gt;I did have to migrate to Androidx because that was necessary in moving from 100.6 to 100.7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the ItemResourceCache, zipped up. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to intercept a loading error "Unable to find resources.zip"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is where I initialize the ItemResourceCache&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;ItemResourceCache itemResourceCache = &lt;SPAN style="color: #cc7832;"&gt;new &lt;/SPAN&gt;ItemResourceCache(&lt;SPAN style="color: #9876aa;"&gt;stylespath &lt;/SPAN&gt;+ &lt;SPAN style="color: #6a8759;"&gt;"day"&lt;/SPAN&gt;)&lt;SPAN style="color: #cc7832;"&gt;;
&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;According to source code records, this code has been used to load the ItemResourceCache for 18 months. &lt;/P&gt;&lt;P&gt;It did not change this week when we released with 100.7/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I change it to&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;ItemResourceCache itemResourceCache = &lt;SPAN style="color: #cc7832;"&gt;new &lt;/SPAN&gt;ItemResourceCache(&lt;SPAN style="color: #9876aa;"&gt;stylespath &lt;/SPAN&gt;+ &lt;SPAN style="color: #6a8759;"&gt;"day/bcosm"&lt;/SPAN&gt;)&lt;SPAN style="color: #cc7832;"&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;It is loading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since resources.zip IS in day/bcosm, this actually seems more correct. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOWEVER, see the above. It seems that previously you were expecting resources.zip to be one level deeper.&lt;/P&gt;&lt;P&gt;Did something like that change?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will note that I have NEVER seen any documentation on how I am supposed to create an ItemResourceCache.&lt;/P&gt;&lt;P&gt;Has that changed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this topic from two years ago:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/215716-arcgisvectortilelayer-whats-an-itemresourcecache-and-how-do-i-make-one" target="_blank"&gt;https://community.esri.com/thread/215716-arcgisvectortilelayer-whats-an-itemresourcecache-and-how-do-i-make-one&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was never answered and I had to learn mostly from trial and error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:28:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/why-is-vector-tilecache-loading-broken-in-100-7/m-p/541209#M3673</guid>
      <dc:creator>NathanMellor</dc:creator>
      <dc:date>2021-12-11T23:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Why is vector tilecache loading broken in 100.7?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/why-is-vector-tilecache-loading-broken-in-100-7/m-p/541210#M3674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've written a couple of applications today which are displaying VTPK files without any issues I can see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without looking at your code it is hard for me to see what is happening, but I have a few thoughts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;- If you have changed your API level to 23+ then there are changes in Android where you need to do some extra things to get permission to read files.&amp;nbsp; Prior to 23 you could just get away with adding the permission in the manifest.&amp;nbsp; You now need to explicitly request this and a dialog will pop up in your app.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;- You say it fails silently, but are you doing anything to capture error conditions?&amp;nbsp; In the done loading listener you can look at the load status.&amp;nbsp; This is what I've crudely added to my listener on the tileCache:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #ed94ff;"&gt;tileCache &lt;/SPAN&gt;= &lt;SPAN style="color: #ed864a;"&gt;new &lt;/SPAN&gt;VectorTileCache(&lt;SPAN style="color: #ffffff;"&gt;Environment&lt;/SPAN&gt;.&lt;SPAN&gt;getExternalStorageDirectory&lt;/SPAN&gt;() + &lt;SPAN style="color: #54b33e;"&gt;"/ArcGIS/Samples/TilePackage/vectorTilePackage.vtpk"&lt;/SPAN&gt;)&lt;SPAN style="color: #ed864a; font-weight: bold;"&gt;;
&lt;/SPAN&gt;&lt;SPAN style="color: #ed864a; font-weight: bold;"&gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #ed94ff;"&gt;tileCache&lt;/SPAN&gt;.loadAsync()&lt;SPAN style="color: #ed864a; font-weight: bold;"&gt;;
&lt;/SPAN&gt;&lt;SPAN style="color: #ed94ff;"&gt;tileCache&lt;/SPAN&gt;.addDoneLoadingListener(()-&amp;gt; {
  &lt;SPAN style="color: #ffffff;"&gt;Log&lt;/SPAN&gt;.&lt;SPAN&gt;e&lt;/SPAN&gt;(&lt;SPAN style="color: #54b33e;"&gt;"mb:" &lt;/SPAN&gt;&lt;SPAN style="color: #ed864a; font-weight: bold;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #54b33e;"&gt;"load status " &lt;/SPAN&gt;+ &lt;SPAN style="color: #ed94ff;"&gt;tileCache&lt;/SPAN&gt;.getLoadStatus())&lt;SPAN style="color: #ed864a; font-weight: bold;"&gt;;
&lt;/SPAN&gt;&lt;SPAN style="color: #ed864a; font-weight: bold;"&gt;  &lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;Log&lt;/SPAN&gt;.&lt;SPAN&gt;e&lt;/SPAN&gt;(&lt;SPAN style="color: #54b33e;"&gt;"mb:" &lt;/SPAN&gt;&lt;SPAN style="color: #ed864a; font-weight: bold;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #54b33e;"&gt;"load error " &lt;/SPAN&gt;+ &lt;SPAN style="color: #ed94ff;"&gt;tileCache&lt;/SPAN&gt;.getLoadError())&lt;SPAN style="color: #ed864a; font-weight: bold;"&gt;;&lt;/SPAN&gt;

&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;- The other thought I'm having is around garbage collection.&amp;nbsp; Are you using member variables in your code where you are reading values in a separate thread to where you called loadAsync?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To show you what I mean here is some vulnerable code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #131314;"&gt;&lt;SPAN style="font-size: 9.0pt; color: #7ec3e6;"&gt;// create feature layer with its service feature table&lt;BR /&gt; // create the service feature table&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; color: white;"&gt;ServiceFeatureTable serviceFeatureTable &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; color: #ebebeb;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; color: #ed864a;"&gt;new &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; color: #ebebeb;"&gt;ServiceFeatureTable(&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; getResources().getString(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; color: white;"&gt;R&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; color: #ebebeb;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; color: white;"&gt;string&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; color: #ebebeb;"&gt;.&lt;/SPAN&gt;&lt;EM style="color: #ed94ff; font-size: 9.0pt; "&gt;sample_service_url&lt;/EM&gt;&lt;SPAN style="font-size: 9.0pt; color: #ebebeb;"&gt;))&lt;/SPAN&gt;&lt;STRONG style="color: #ed864a; font-size: 9.0pt; "&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; color: #7ec3e6;"&gt;// create the feature layer using the service feature table&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; color: white;"&gt;FeatureLayer featureLayer &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; color: #ebebeb;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; color: #ed864a;"&gt;new &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; color: #ebebeb;"&gt;FeatureLayer(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; color: white;"&gt;serviceFeatureTable&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; color: #ebebeb;"&gt;)&lt;/SPAN&gt;&lt;STRONG style="color: #ed864a; font-size: 9.0pt; "&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; color: #7ec3e6;"&gt;// trigger the layer to load&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; color: white;"&gt;featureLayer&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; color: #ebebeb;"&gt;.loadAsync()&lt;/SPAN&gt;&lt;STRONG style="color: #ed864a; font-size: 9.0pt; "&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; color: #7ec3e6;"&gt;// this code gets run on a new thread when the feature is loaded.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; color: white;"&gt;featureLayer&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; color: #ebebeb;"&gt;.addDoneLoadingListener(() -&amp;gt; {&lt;BR /&gt; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; color: white;"&gt;String desc &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; color: #ebebeb;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; color: #ed94ff;"&gt;featureLayer&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; color: #ebebeb;"&gt;.getDescription()&lt;/SPAN&gt;&lt;STRONG style="color: #ed864a; font-size: 9.0pt; "&gt;;&lt;BR /&gt; &amp;nbsp; &lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; color: white;"&gt;Toast&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; color: #ebebeb;"&gt;.&lt;EM&gt;makeText&lt;/EM&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; color: #ed864a;"&gt;this&lt;STRONG&gt;, &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; color: #54b33e;"&gt;"Description: " &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; color: #ebebeb;"&gt;+ &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; color: white;"&gt;desc&lt;/SPAN&gt;&lt;STRONG style="color: #ed864a; font-size: 9.0pt; "&gt;, &lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; color: white;"&gt;Toast&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; color: #ebebeb;"&gt;.&lt;/SPAN&gt;&lt;EM style="color: #ed94ff; font-size: 9.0pt; "&gt;LENGTH_SHORT&lt;/EM&gt;&lt;SPAN style="font-size: 9.0pt; color: #ebebeb;"&gt;).show()&lt;/SPAN&gt;&lt;STRONG style="color: #ed864a; font-size: 9.0pt; "&gt;;&lt;BR /&gt; &lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; color: #ebebeb;"&gt;})&lt;/SPAN&gt;&lt;STRONG style="color: #ed864a; font-size: 9.0pt; "&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;serviceFeatureTable is a variable which will eventually get garbage collected once it goes out of scope.&amp;nbsp; There is always a possibility if you are unlucky it will get garbage collected before the doneLoadingListener gets fired... it therefore looks like it has silently failed!&amp;nbsp; If serviceFeatureTable is a member of the class this will not happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note sure if any of this helps, but something to be thinking about.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Note that we are always happy to help, but please keep the conversation polite &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:28:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/why-is-vector-tilecache-loading-broken-in-100-7/m-p/541210#M3674</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2021-12-11T23:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Why is vector tilecache loading broken in 100.7?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/why-is-vector-tilecache-loading-broken-in-100-7/m-p/541211#M3675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We replied at exactly the same time.&amp;nbsp; I've noted you point about the ItemTileResource directory.&amp;nbsp; I will need to ask someone on the offline data team about this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2020 17:13:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/why-is-vector-tilecache-loading-broken-in-100-7/m-p/541211#M3675</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2020-02-21T17:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why is vector tilecache loading broken in 100.7?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/why-is-vector-tilecache-loading-broken-in-100-7/m-p/541212#M3676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We investigated this more and I can't explain why this has changed in your app.&amp;nbsp; I've spent some time with the offline data team and we've looked at any code changes in this area between 100.6 and 100.7 and there were none which could cause this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition I've been testing with your data.&amp;nbsp; For 100.6 and 100.7 the ItemResourceCache is failing to load when you reference the "day" directory.&amp;nbsp; For 100.6 and 100.7 is works if you reference the "day/bcosm" directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't reproduce the situation you are reporting, however having the code so that it references "/day/bcosm" is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've also looked into your feedback about documentation.&amp;nbsp; I'm not a vector tile cache expert, but I can tell you there are 2 ways of generating the ItemResouceCache.&amp;nbsp; You can request it via the API from the server, or I believe you can also create them from ArcGIS Pro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following page (scroll right down to the bottom) explains how to achieve this with the API:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/android/latest/guide/take-a-layer-offline.htm" title="https://developers.arcgis.com/android/latest/guide/take-a-layer-offline.htm"&gt;Take a layer offline—ArcGIS Runtime SDK for Android | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2020 12:04:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/why-is-vector-tilecache-loading-broken-in-100-7/m-p/541212#M3676</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2020-02-24T12:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Why is vector tilecache loading broken in 100.7?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/why-is-vector-tilecache-loading-broken-in-100-7/m-p/1002879#M5371</link>
      <description>&lt;P&gt;Having the same situation as yours, I've never seen any document about how to creat an ItemResourceCache. Could you tell me how to create day.zip? I couldn't find any document whose structure is relevant to item.json in VTPK, and could you tell me how to acquire it? Looking forward to your reply.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 08:20:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/why-is-vector-tilecache-loading-broken-in-100-7/m-p/1002879#M5371</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-11-19T08:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why is vector tilecache loading broken in 100.7?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/why-is-vector-tilecache-loading-broken-in-100-7/m-p/1003924#M5372</link>
      <description>&lt;P&gt;@Anonymous User&amp;nbsp;&lt;/P&gt;&lt;P&gt;The day.zip file is attached to a post made by the original poster.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a fairly old post so its probably best if you create a new thread describing what you are trying to achieve giving details of your code and the version of the API you are using.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 12:00:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/why-is-vector-tilecache-loading-broken-in-100-7/m-p/1003924#M5372</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2020-11-23T12:00:56Z</dc:date>
    </item>
  </channel>
</rss>

