<?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 Help with third party plugins in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Help-with-third-party-plugins/m-p/1114456#M73531</link>
    <description>&lt;P&gt;Hello ,&amp;nbsp;&lt;BR /&gt;
	I need my mobile to scan some wifi Access points and feedback me with the signal strengths of each one base on MAC address.&lt;BR /&gt;
	i saw tutorials of adding third part plugins and some of core plugins functions tutorials :&lt;BR /&gt;
	&lt;BR /&gt;
	&lt;A href="https://software.intel.com/en-us/xdk/docs/adding-third-party-plugins-to-your-xdk-cordova-app" target="_blank"&gt;https://software.intel.com/en-us/xdk/docs/adding-third-party-plugins-to-your-xdk-cordova-app&lt;/A&gt;&lt;BR /&gt;
	&lt;A href="https://software.intel.com/en-us/xdk/articles/cordova-core-plugin-camera-short-code-example" target="_blank"&gt;https://software.intel.com/en-us/xdk/articles/cordova-core-plugin-camera-short-code-example&lt;/A&gt;&lt;BR /&gt;
	&lt;A href="https://software.intel.com/en-us/xdk/articles/cordova-core-plugin-device-short-code-example" target="_blank"&gt;https://software.intel.com/en-us/xdk/articles/cordova-core-plugin-device-short-code-example&lt;/A&gt;&lt;BR /&gt;
	&lt;A href="https://software.intel.com/en-us/xdk/docs/adding-google-play-services-to-your-cordova-application" target="_blank"&gt;https://software.intel.com/en-us/xdk/docs/adding-google-play-services-to-your-cordova-application&lt;/A&gt;&lt;BR /&gt;
	&lt;BR /&gt;
	but i don't know how to write a program with my needed specs in intel.html like what happened in previous tutorials&amp;nbsp;&lt;BR /&gt;
	here are some of plugins that i found but i don't know how to use them or in which language should be written or how to get the reference of writting commands ? &amp;nbsp;&lt;BR /&gt;
	&lt;A href="https://github.com/hoerresb/WifiWizard" target="_blank"&gt;https://github.com/hoerresb/WifiWizard&lt;/A&gt;&lt;BR /&gt;
	&lt;A href="https://github.com/hsccorp/cordova-wifiinfo-plugin" target="_blank"&gt;https://github.com/hsccorp/cordova-wifiinfo-plugin&lt;/A&gt;&lt;BR /&gt;
	&lt;BR /&gt;
	Thanks in advance&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Oct 2016 08:36:45 GMT</pubDate>
    <dc:creator>Amr_S_</dc:creator>
    <dc:date>2016-10-14T08:36:45Z</dc:date>
    <item>
      <title>Help with third party plugins</title>
      <link>https://community.intel.com/t5/Software-Archive/Help-with-third-party-plugins/m-p/1114456#M73531</link>
      <description>&lt;P&gt;Hello ,&amp;nbsp;&lt;BR /&gt;
	I need my mobile to scan some wifi Access points and feedback me with the signal strengths of each one base on MAC address.&lt;BR /&gt;
	i saw tutorials of adding third part plugins and some of core plugins functions tutorials :&lt;BR /&gt;
	&lt;BR /&gt;
	&lt;A href="https://software.intel.com/en-us/xdk/docs/adding-third-party-plugins-to-your-xdk-cordova-app" target="_blank"&gt;https://software.intel.com/en-us/xdk/docs/adding-third-party-plugins-to-your-xdk-cordova-app&lt;/A&gt;&lt;BR /&gt;
	&lt;A href="https://software.intel.com/en-us/xdk/articles/cordova-core-plugin-camera-short-code-example" target="_blank"&gt;https://software.intel.com/en-us/xdk/articles/cordova-core-plugin-camera-short-code-example&lt;/A&gt;&lt;BR /&gt;
	&lt;A href="https://software.intel.com/en-us/xdk/articles/cordova-core-plugin-device-short-code-example" target="_blank"&gt;https://software.intel.com/en-us/xdk/articles/cordova-core-plugin-device-short-code-example&lt;/A&gt;&lt;BR /&gt;
	&lt;A href="https://software.intel.com/en-us/xdk/docs/adding-google-play-services-to-your-cordova-application" target="_blank"&gt;https://software.intel.com/en-us/xdk/docs/adding-google-play-services-to-your-cordova-application&lt;/A&gt;&lt;BR /&gt;
	&lt;BR /&gt;
	but i don't know how to write a program with my needed specs in intel.html like what happened in previous tutorials&amp;nbsp;&lt;BR /&gt;
	here are some of plugins that i found but i don't know how to use them or in which language should be written or how to get the reference of writting commands ? &amp;nbsp;&lt;BR /&gt;
	&lt;A href="https://github.com/hoerresb/WifiWizard" target="_blank"&gt;https://github.com/hoerresb/WifiWizard&lt;/A&gt;&lt;BR /&gt;
	&lt;A href="https://github.com/hsccorp/cordova-wifiinfo-plugin" target="_blank"&gt;https://github.com/hsccorp/cordova-wifiinfo-plugin&lt;/A&gt;&lt;BR /&gt;
	&lt;BR /&gt;
	Thanks in advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 08:36:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Help-with-third-party-plugins/m-p/1114456#M73531</guid>
      <dc:creator>Amr_S_</dc:creator>
      <dc:date>2016-10-14T08:36:45Z</dc:date>
    </item>
    <item>
      <title>Amr -- take a look at the</title>
      <link>https://community.intel.com/t5/Software-Archive/Help-with-third-party-plugins/m-p/1114457#M73532</link>
      <description>&lt;P&gt;Amr -- take a look at the "hello cordova" sample app to see how it is accessing plugin APIs. All Cordova plugins publish a JavaScript API, which should be documented on that plugin's git repo (or pointed to by the repo). The hello cordova app is using some of the "core" Cordova plugins, but all Cordova plugins use similar techniques.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 16:31:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Help-with-third-party-plugins/m-p/1114457#M73532</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-10-14T16:31:58Z</dc:date>
    </item>
  </channel>
</rss>

