<?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 Yes, you're right. Maybe in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Loading-Notification-Loading-Circle/m-p/1027457#M40663</link>
    <description>&lt;P&gt;Yes, you're right. Maybe there is another solution for my problem?&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jul 2015 07:57:32 GMT</pubDate>
    <dc:creator>Patrick_C_1</dc:creator>
    <dc:date>2015-07-28T07:57:32Z</dc:date>
    <item>
      <title>Loading Notification/Loading Circle</title>
      <link>https://community.intel.com/t5/Software-Archive/Loading-Notification-Loading-Circle/m-p/1027453#M40659</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;

&lt;P&gt;I've searched the whole internet about just that thing. I absolutely don't know, how to access the native loading circles of the device. Is there maybe a way to show and hide them? It would be nice, because when you, for example, log in and it takes a bit longer, you should see that the progress is going on.&lt;/P&gt;

&lt;P&gt;Greetings&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2015 13:05:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Loading-Notification-Loading-Circle/m-p/1027453#M40659</guid>
      <dc:creator>Patrick_C_1</dc:creator>
      <dc:date>2015-07-27T13:05:18Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Archive/Loading-Notification-Loading-Circle/m-p/1027454#M40660</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;We have just implemented in our App! B.T.W. We are using the Ionics Framework.&lt;/P&gt;

&lt;P&gt;If you are using the Ionic Framework too, search for $ionicloading, e.g. &lt;A href="http://codepen.io/gnomeontherun/pen/EAmqD" target="_blank"&gt;http://codepen.io/gnomeontherun/pen/EAmqD&lt;/A&gt;&lt;BR /&gt;
	You don't get the native loading symbols, but the output looks good.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2015 13:54:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Loading-Notification-Loading-Circle/m-p/1027454#M40660</guid>
      <dc:creator>Ad</dc:creator>
      <dc:date>2015-07-27T13:54:00Z</dc:date>
    </item>
    <item>
      <title>Hm, unfortunately I'm using</title>
      <link>https://community.intel.com/t5/Software-Archive/Loading-Notification-Loading-Circle/m-p/1027455#M40661</link>
      <description>&lt;P&gt;Hm, unfortunately I'm using the App Framework. But maybe I can take that from Ionics Framework?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2015 14:18:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Loading-Notification-Loading-Circle/m-p/1027455#M40661</guid>
      <dc:creator>Patrick_C_1</dc:creator>
      <dc:date>2015-07-27T14:18:52Z</dc:date>
    </item>
    <item>
      <title>Quote:Patrick C. wrote:</title>
      <link>https://community.intel.com/t5/Software-Archive/Loading-Notification-Loading-Circle/m-p/1027456#M40662</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Patrick C. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hm, unfortunately I'm using the App Framework. But maybe I can take that from Ionics Framework?&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Is maybe a little bit of overkill, add Ionics Framework + AngularJS for only one circle.....&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2015 17:21:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Loading-Notification-Loading-Circle/m-p/1027456#M40662</guid>
      <dc:creator>Ad</dc:creator>
      <dc:date>2015-07-27T17:21:56Z</dc:date>
    </item>
    <item>
      <title>Yes, you're right. Maybe</title>
      <link>https://community.intel.com/t5/Software-Archive/Loading-Notification-Loading-Circle/m-p/1027457#M40663</link>
      <description>&lt;P&gt;Yes, you're right. Maybe there is another solution for my problem?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 07:57:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Loading-Notification-Loading-Circle/m-p/1027457#M40663</guid>
      <dc:creator>Patrick_C_1</dc:creator>
      <dc:date>2015-07-28T07:57:32Z</dc:date>
    </item>
    <item>
      <title>Hi Patrick,</title>
      <link>https://community.intel.com/t5/Software-Archive/Loading-Notification-Loading-Circle/m-p/1027458#M40664</link>
      <description>&lt;P&gt;Hi Patrick,&lt;/P&gt;

&lt;PRE class="brush:;"&gt;&amp;lt;div id="splashscreen" class='ui-loader heavy'&amp;gt;
        App Framework - Flip View
        &amp;lt;br&amp;gt;
        &amp;lt;br&amp;gt;
        &amp;lt;span class='ui-icon ui-icon-loading spin'&amp;gt;&amp;lt;/span&amp;gt;
        &amp;lt;h1&amp;gt;Starting app&amp;lt;/h1&amp;gt;
    &amp;lt;/div&amp;gt;
&lt;/PRE&gt;

&lt;P&gt;This is the loading code for splashscreen we use in the app framework templates. You could most probably leverage from this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2015 20:14:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Loading-Notification-Loading-Circle/m-p/1027458#M40664</guid>
      <dc:creator>Anusha_M_Intel1</dc:creator>
      <dc:date>2015-07-29T20:14:29Z</dc:date>
    </item>
    <item>
      <title>You might want to try this</title>
      <link>https://community.intel.com/t5/Software-Archive/Loading-Notification-Loading-Circle/m-p/1027459#M40665</link>
      <description>&lt;P&gt;You might want to try this Cordova plugin:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://github.com/mobimentum/phonegap-plugin-loading-spinner" target="_blank"&gt;https://github.com/mobimentum/phonegap-plugin-loading-spinner&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I haven't tried it, but if I understand what you're trying to do, it might be your best bet.&lt;/P&gt;

&lt;P&gt;Dale&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2015 20:58:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Loading-Notification-Loading-Circle/m-p/1027459#M40665</guid>
      <dc:creator>Dale_S_Intel</dc:creator>
      <dc:date>2015-07-29T20:58:43Z</dc:date>
    </item>
  </channel>
</rss>

