<?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: Is this possible with Flex API 2.5/FB 4.6? in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/is-this-possible-with-flex-api-2-5-fb-4-6/m-p/355801#M8402</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Check out &lt;/SPAN&gt;&lt;A href="http://thunderheadxpler.blogspot.com/2012/03/offline-tpk-viewer-in-flex-mobile.html"&gt;http://thunderheadxpler.blogspot.com/2012/03/offline-tpk-viewer-in-flex-mobile.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2012 02:16:58 GMT</pubDate>
    <dc:creator>MansourRaad</dc:creator>
    <dc:date>2012-03-20T02:16:58Z</dc:date>
    <item>
      <title>Is this possible with Flex API 2.5/FB 4.6?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/is-this-possible-with-flex-api-2-5-fb-4-6/m-p/355797#M8398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have developed an app that runs on an Android tablet.&amp;nbsp; My goal is simple.&amp;nbsp; Allow the end user to view our water and sewer mains and be able to click on them and see their attributes.&amp;nbsp; Of course, we want to do this offline.&amp;nbsp; Is this possible using the Flex API 2.5 and FlashBuilder 4.6?&amp;nbsp; My app runs fine its just a matter of getting the water and sewer mains into it and in offline mode allowing the users to view the map and attributes of a main.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 20:47:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/is-this-possible-with-flex-api-2-5-fb-4-6/m-p/355797#M8398</guid>
      <dc:creator>ShawnKraft</dc:creator>
      <dc:date>2012-02-29T20:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is this possible with Flex API 2.5/FB 4.6?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/is-this-possible-with-flex-api-2-5-fb-4-6/m-p/355798#M8399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes you can build mobile apps with 2.5 and Flash 4.6.&amp;nbsp; I think you want to look into &lt;/SPAN&gt;&lt;A href="http://www.adobe.com/products/air.html?promoid=DINNY"&gt;creating an AIR application&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; This should give you the flexibility (no pun intended) for use across platforms.&amp;nbsp; It's the same as creating an application used in Flash Player, only at the beginning you specify that you want to build an AIR app.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck and let me know how it goes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Joe&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 13:33:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/is-this-possible-with-flex-api-2-5-fb-4-6/m-p/355798#M8399</guid>
      <dc:creator>JHayes</dc:creator>
      <dc:date>2012-03-01T13:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is this possible with Flex API 2.5/FB 4.6?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/is-this-possible-with-flex-api-2-5-fb-4-6/m-p/355799#M8400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If I answered this for you please mark my reply as such.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 13:46:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/is-this-possible-with-flex-api-2-5-fb-4-6/m-p/355799#M8400</guid>
      <dc:creator>JHayes</dc:creator>
      <dc:date>2012-03-02T13:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is this possible with Flex API 2.5/FB 4.6?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/is-this-possible-with-flex-api-2-5-fb-4-6/m-p/355800#M8401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't think the question has been fully answered, especially with regard to working OFFLINE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I too am working on an Android mobile application with mapping and have noticed that the iOS API supports loading tile packages (*.tpk). Will these work in Flex, or would I need to write my own class to parse the package? M. Raad had a &lt;/SPAN&gt;&lt;A href="http://thunderheadxpler.blogspot.com/2011/10/map-tiles-for-offline-usage-using.html"&gt;nice post &lt;/A&gt;&lt;SPAN&gt;about caching the tiles, but that requires actually navigating to the areas Online prior to going offline.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It would be so great to just copy the tile package to the Android device and off we go.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any info is greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 18:33:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/is-this-possible-with-flex-api-2-5-fb-4-6/m-p/355800#M8401</guid>
      <dc:creator>MichaelCizenski</dc:creator>
      <dc:date>2012-03-19T18:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Is this possible with Flex API 2.5/FB 4.6?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/is-this-possible-with-flex-api-2-5-fb-4-6/m-p/355801#M8402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Check out &lt;/SPAN&gt;&lt;A href="http://thunderheadxpler.blogspot.com/2012/03/offline-tpk-viewer-in-flex-mobile.html"&gt;http://thunderheadxpler.blogspot.com/2012/03/offline-tpk-viewer-in-flex-mobile.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 02:16:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/is-this-possible-with-flex-api-2-5-fb-4-6/m-p/355801#M8402</guid>
      <dc:creator>MansourRaad</dc:creator>
      <dc:date>2012-03-20T02:16:58Z</dc:date>
    </item>
  </channel>
</rss>

