<?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 Flex Mobile Navigation in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-navigation/m-p/731546#M16212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have basic question regarding how to easily manage application navigation in a mobile application. My specific question is what to do when the user clicks the back button?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My application has 3 views.&amp;nbsp; My default view is a map that on the map load event, goes out and queries a map service and displays the points on the map.&amp;nbsp; When the user clicks on a point it takes them to the detailed information about the point.&amp;nbsp; The user then clicks the back button and the entire process fires off again, the map has to reload and the query is ran again and I have to process the query again.&amp;nbsp; I figure I can hack this to not fire off the query, but what do I do to not make the map reload?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I also have a search screen that has 3 types of searches using a button bar to control which search state is visible.&amp;nbsp; The user can search for a feature, go to the details, click the back button and the entire search view sets back to the default state.&amp;nbsp; How can I make it so it just goes back to where it was without resetting the state?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have to assume that there is some functionality that I do not know about that would prevent all this sort of stuff.&amp;nbsp; Has anyone else ran into these issues?&amp;nbsp; I assume I am not alone in this situaiton.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have used the sample WebMap application and it behaves the same as mine does, where you can click on a web map, then click back and it takes you back to the top of the list rather than remember where you were in the list.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Dec 2011 16:25:48 GMT</pubDate>
    <dc:creator>CaseyBentz</dc:creator>
    <dc:date>2011-12-12T16:25:48Z</dc:date>
    <item>
      <title>Flex Mobile Navigation</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-navigation/m-p/731546#M16212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have basic question regarding how to easily manage application navigation in a mobile application. My specific question is what to do when the user clicks the back button?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My application has 3 views.&amp;nbsp; My default view is a map that on the map load event, goes out and queries a map service and displays the points on the map.&amp;nbsp; When the user clicks on a point it takes them to the detailed information about the point.&amp;nbsp; The user then clicks the back button and the entire process fires off again, the map has to reload and the query is ran again and I have to process the query again.&amp;nbsp; I figure I can hack this to not fire off the query, but what do I do to not make the map reload?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I also have a search screen that has 3 types of searches using a button bar to control which search state is visible.&amp;nbsp; The user can search for a feature, go to the details, click the back button and the entire search view sets back to the default state.&amp;nbsp; How can I make it so it just goes back to where it was without resetting the state?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have to assume that there is some functionality that I do not know about that would prevent all this sort of stuff.&amp;nbsp; Has anyone else ran into these issues?&amp;nbsp; I assume I am not alone in this situaiton.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have used the sample WebMap application and it behaves the same as mine does, where you can click on a web map, then click back and it takes you back to the top of the list rather than remember where you were in the list.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2011 16:25:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-navigation/m-p/731546#M16212</guid>
      <dc:creator>CaseyBentz</dc:creator>
      <dc:date>2011-12-12T16:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Mobile Navigation</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-navigation/m-p/731547#M16213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;add destructionPolicy="never" in the view component and it should cache the view and not destroy it&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2011 18:40:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-navigation/m-p/731547#M16213</guid>
      <dc:creator>AaronNash</dc:creator>
      <dc:date>2011-12-12T18:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Mobile Navigation</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-navigation/m-p/731548#M16214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you.&amp;nbsp; That is exactly what I am looking for.&amp;nbsp; It worked perfectly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2011 18:12:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-navigation/m-p/731548#M16214</guid>
      <dc:creator>CaseyBentz</dc:creator>
      <dc:date>2011-12-13T18:12:34Z</dc:date>
    </item>
  </channel>
</rss>

