<?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 calling external app in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/calling-external-app/m-p/998386#M29119</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	I'm a newbee in the mobile development. I'm trying to start an external navigation app (like Navigon) and start routing to a given location.&lt;BR /&gt;
	Example:&lt;BR /&gt;
	var uri = "navigon://coordinate/DestinationOne/12.123456/50.123456";&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	If I test the app on iOS the routing will be start successfully.&lt;BR /&gt;
	If I try this under Android I receive a application error (protocol not supported).&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	&lt;STRONG&gt;From navigon I found this description:&lt;/STRONG&gt;&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;Intentaction:&lt;/P&gt;

	&lt;P&gt;&amp;lt;actionandroid:name="android.intent.action.navigon.START_PUBLIC" /&amp;gt;&lt;/P&gt;

	&lt;P&gt;Intentextras:&lt;/P&gt;

	&lt;P&gt;1.Locationcoordinates.&lt;/P&gt;

	&lt;P&gt;String INTENT_EXTRA_KEY_LATITUDE = "latitude";&lt;/P&gt;

	&lt;P&gt;String INTENT_EXTRA_KEY_LONGITUDE = "longitude";&lt;/P&gt;

	&lt;P&gt;Long/Latarefloatvaluesin decimaldegreeformat(+-DDD.DDDDD).&lt;/P&gt;

	&lt;P&gt;Example:&lt;/P&gt;

	&lt;P&gt;Intentintent= newIntent(INTENT_ACTION_START_MN);&lt;/P&gt;

	&lt;P&gt;intent.putExtra(INTENT_EXTRA_KEY_LATITUDE, 46.12345f);&lt;/P&gt;

	&lt;P&gt;intent.putExtra(INTENT_EXTRA_KEY_LONGITUDE, 23.12345f);&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;&lt;BR /&gt;
	But I don't know, how can I add this intent in the XDK based app?&lt;/P&gt;</description>
    <pubDate>Fri, 19 Sep 2014 13:20:24 GMT</pubDate>
    <dc:creator>G__K_</dc:creator>
    <dc:date>2014-09-19T13:20:24Z</dc:date>
    <item>
      <title>calling external app</title>
      <link>https://community.intel.com/t5/Software-Archive/calling-external-app/m-p/998386#M29119</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	I'm a newbee in the mobile development. I'm trying to start an external navigation app (like Navigon) and start routing to a given location.&lt;BR /&gt;
	Example:&lt;BR /&gt;
	var uri = "navigon://coordinate/DestinationOne/12.123456/50.123456";&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	If I test the app on iOS the routing will be start successfully.&lt;BR /&gt;
	If I try this under Android I receive a application error (protocol not supported).&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	&lt;STRONG&gt;From navigon I found this description:&lt;/STRONG&gt;&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;Intentaction:&lt;/P&gt;

	&lt;P&gt;&amp;lt;actionandroid:name="android.intent.action.navigon.START_PUBLIC" /&amp;gt;&lt;/P&gt;

	&lt;P&gt;Intentextras:&lt;/P&gt;

	&lt;P&gt;1.Locationcoordinates.&lt;/P&gt;

	&lt;P&gt;String INTENT_EXTRA_KEY_LATITUDE = "latitude";&lt;/P&gt;

	&lt;P&gt;String INTENT_EXTRA_KEY_LONGITUDE = "longitude";&lt;/P&gt;

	&lt;P&gt;Long/Latarefloatvaluesin decimaldegreeformat(+-DDD.DDDDD).&lt;/P&gt;

	&lt;P&gt;Example:&lt;/P&gt;

	&lt;P&gt;Intentintent= newIntent(INTENT_ACTION_START_MN);&lt;/P&gt;

	&lt;P&gt;intent.putExtra(INTENT_EXTRA_KEY_LATITUDE, 46.12345f);&lt;/P&gt;

	&lt;P&gt;intent.putExtra(INTENT_EXTRA_KEY_LONGITUDE, 23.12345f);&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;&lt;BR /&gt;
	But I don't know, how can I add this intent in the XDK based app?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2014 13:20:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/calling-external-app/m-p/998386#M29119</guid>
      <dc:creator>G__K_</dc:creator>
      <dc:date>2014-09-19T13:20:24Z</dc:date>
    </item>
    <item>
      <title>Try checking out these</title>
      <link>https://community.intel.com/t5/Software-Archive/calling-external-app/m-p/998387#M29120</link>
      <description>&lt;P&gt;Try checking out these threads, they might help:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://forums.html5dev-software.intel.com/viewtopic.php?f=34&amp;amp;t=5964#p22588" target="_blank"&gt;https://forums.html5dev-software.intel.com/viewtopic.php?f=34&amp;amp;t=5964#p22588&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://forums.html5dev-software.intel.com/viewtopic.php?f=34&amp;amp;t=5760#p27014" target="_blank"&gt;https://forums.html5dev-software.intel.com/viewtopic.php?f=34&amp;amp;t=5760#p27014&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Sep 2014 19:35:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/calling-external-app/m-p/998387#M29120</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2014-09-20T19:35:18Z</dc:date>
    </item>
  </channel>
</rss>

