<?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 i solve the problem thanks in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Slow-apk/m-p/1110436#M72010</link>
    <description>&lt;P&gt;i solve the problem thanks for all the info =)&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jan 2016 11:53:55 GMT</pubDate>
    <dc:creator>nicolas_r_</dc:creator>
    <dc:date>2016-01-07T11:53:55Z</dc:date>
    <item>
      <title>Slow apk</title>
      <link>https://community.intel.com/t5/Software-Archive/Slow-apk/m-p/1110430#M72004</link>
      <description>&lt;P&gt;there is some way to make faster the start of the apk, when i emulate it works perfect all the screens load very fast also the maps no problem at all, but on real diverse it works &amp;nbsp;slowly, it load the splash screen fine but then on main page it takes some second to let me choose the options the apk just weight 7,56 MB mainly with photos and some maps on Frames, any advice i will appreciate a lot&amp;nbsp;&lt;BR /&gt;
	&lt;BR /&gt;
	pd:I try the apk on sony xperia C3 and samsung galaxy s3&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 14:25:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Slow-apk/m-p/1110430#M72004</guid>
      <dc:creator>nicolas_r_</dc:creator>
      <dc:date>2015-12-16T14:25:43Z</dc:date>
    </item>
    <item>
      <title>Since you are using maps I</title>
      <link>https://community.intel.com/t5/Software-Archive/Slow-apk/m-p/1110431#M72005</link>
      <description>&lt;P&gt;Since you are using maps I suspect you are pulling in some resources over the web. The size of your app is not the issue, the issue is where are you bringing in assets from (locally or over the web) and what sort of assets do you actually need to retrieve to start the app.&lt;/P&gt;

&lt;P&gt;When you use the Emulate tab you are on a nice reliable fast connection to the Internet (the one your development system uses). When you are on a device you're using a slow and unreliable connection. You should not be loading resources over the Internet as part of your startup, if the device has not network connection (bad mobile coverage or no data connection) your app will not start at all. So you need to write your app so it starts without requiring a network connection. Then check for a useful connection before loading features like maps.&lt;/P&gt;

&lt;P&gt;Definitely do not load JS and CSS and Fonts and images over the Internet that you could include locally with your app. For example, do not use a CDN to load things like jQuery or font files.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 20:00:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Slow-apk/m-p/1110431#M72005</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-12-16T20:00:24Z</dc:date>
    </item>
    <item>
      <title>ty a  lot for the info, there</title>
      <link>https://community.intel.com/t5/Software-Archive/Slow-apk/m-p/1110432#M72006</link>
      <description>&lt;P&gt;ty a &amp;nbsp;lot for the info, there is some way like to pre load maps on cache or something like tath because i really need them to work better on my app.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2015 12:14:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Slow-apk/m-p/1110432#M72006</guid>
      <dc:creator>nicolas_r_</dc:creator>
      <dc:date>2015-12-17T12:14:21Z</dc:date>
    </item>
    <item>
      <title>That's something I'd search</title>
      <link>https://community.intel.com/t5/Software-Archive/Slow-apk/m-p/1110433#M72007</link>
      <description>&lt;P&gt;That's something I'd search the web for, not something we've investigated here. For example, search for something like "cordova phonegap cache map locally" or similar...&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2015 17:32:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Slow-apk/m-p/1110433#M72007</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-12-17T17:32:29Z</dc:date>
    </item>
    <item>
      <title>well i add all to local files</title>
      <link>https://community.intel.com/t5/Software-Archive/Slow-apk/m-p/1110434#M72008</link>
      <description>&lt;P&gt;well i add all to local files with js i have som iframe maps but they load on sub pages not in the main one the problem continues a little bit when i run the apk on real device it load the splash screen very fast and get into main page the problem is there it take like 15 sec to allowdme to take &amp;nbsp;any action.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;adding more seconds to the splash screen may help?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2015 14:07:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Slow-apk/m-p/1110434#M72008</guid>
      <dc:creator>nicolas_r_</dc:creator>
      <dc:date>2015-12-30T14:07:42Z</dc:date>
    </item>
    <item>
      <title>Have you tried this</title>
      <link>https://community.intel.com/t5/Software-Archive/Slow-apk/m-p/1110435#M72009</link>
      <description>&lt;P&gt;Have you tried this experiment using the Debug tab or by configuring your app to "debuggable" so you can use remote CDT? Those will provide much higher-fidelity debugging scenarios than the Emulate tab. Please see these documents:&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;&lt;A href="https://software.intel.com/en-us/xdk/docs/intel-xdk-debug-and-test-overview#DebugTab" target="_blank"&gt;https://software.intel.com/en-us/xdk/docs/intel-xdk-debug-and-test-overview#DebugTab&lt;/A&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;A href="https://software.intel.com/en-us/xdk/docs/intel-xdk-debug-and-test-overview#RemoteChromeDevTools" target="_blank"&gt;https://software.intel.com/en-us/xdk/docs/intel-xdk-debug-and-test-overview#RemoteChromeDevTools&lt;/A&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;A href="http://blogs.intel.com/evangelists/2015/12/31/five-useful-tips-on-getting-started-building-cordova-mobile-apps-with-the-intel-xdk/" target="_blank"&gt;http://blogs.intel.com/evangelists/2015/12/31/five-useful-tips-on-getting-started-building-cordova-mobile-apps-with-the-intel-xdk/&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Also, please be sure you are building with Crosswalk, not Android.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2016 02:44:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Slow-apk/m-p/1110435#M72009</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-01-05T02:44:00Z</dc:date>
    </item>
    <item>
      <title>i solve the problem thanks</title>
      <link>https://community.intel.com/t5/Software-Archive/Slow-apk/m-p/1110436#M72010</link>
      <description>&lt;P&gt;i solve the problem thanks for all the info =)&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2016 11:53:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Slow-apk/m-p/1110436#M72010</guid>
      <dc:creator>nicolas_r_</dc:creator>
      <dc:date>2016-01-07T11:53:55Z</dc:date>
    </item>
  </channel>
</rss>

