<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Core Apps &amp; Documentation Updates #2]]></title><description><![CDATA[<p dir="auto">Hello again friends! I have another quick update on the core apps &amp; developer documentation.</p>
<ul>
<li>Weather
<ul>
<li><a href="https://forums.ubports.com/topic/2070/the-weather-channel-in-the-weather-app">Removed "The Weather Channel" data provider</a></li>
<li><a href="https://gitlab.com/ubports/app-dev/weather-app" rel="nofollow ugc">Moved to GitLab</a></li>
</ul>
</li>
<li>Welcome App
<ul>
<li><a href="https://gitlab.com/ubports/app-dev/ubports-app" rel="nofollow ugc">Moved to GitLab</a></li>
<li>Fixed broken links</li>
<li><a href="https://gitlab.com/ubports/app-dev/ubports-app/merge_requests/66" rel="nofollow ugc">Cool visual refresh coming soon</a></li>
</ul>
</li>
<li>Gallery
<ul>
<li><a href="https://gitlab.com/ubports/app-dev/gallery-app" rel="nofollow ugc">Moved to GitLab</a></li>
</ul>
</li>
<li>Calendar
<ul>
<li>Fixed setting of the default calendar</li>
<li>Fixed custom reminders</li>
<li>Improved working hours</li>
<li>Fixed long pressing to add events</li>
<li>Recurring events have their intervals shown in the event details</li>
</ul>
</li>
<li>Document Viewer
<ul>
<li><a href="https://gitlab.com/ubports/app-dev/docviewer-app" rel="nofollow ugc">Moved to GitLab</a></li>
</ul>
</li>
<li>Developer Documentation
<ul>
<li><a href="https://docs.ubports.com/en/latest/appdev/guides/writeable-dirs.html" rel="nofollow ugc">Tutorial on writable directories</a></li>
<li><a href="https://docs.ubports.com/en/latest/appdev/guides/pushnotifications.html" rel="nofollow ugc">Tutorial on Push Notifications</a></li>
<li><a href="https://docs.ubports.com/en/latest/appdev/guides/user-metrics.html" rel="nofollow ugc">Tutorial on User Metrics</a></li>
</ul>
</li>
</ul>
<p dir="auto">Thanks to all the hard work of our Core App developers/contributors, all the great translators, and our documentation writers!</p>
]]></description><link>https://forums.ubports.com/topic/2143/core-apps-documentation-updates-2</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 08:39:00 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/2143.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 18 Dec 2018 21:25:49 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Core Apps &amp; Documentation Updates #2 on Thu, 27 Dec 2018 20:49:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fulvio" aria-label="Profile: fulvio">@<bdi>fulvio</bdi></a> I've added a link to your templates to the ubport's docs (it's not quite there yet, still a PR): <a href="https://github.com/ubports/docs.ubports.com/pull/174" rel="nofollow ugc">https://github.com/ubports/docs.ubports.com/pull/174</a></p>
]]></description><link>https://forums.ubports.com/post/16055</link><guid isPermaLink="true">https://forums.ubports.com/post/16055</guid><dc:creator><![CDATA[bhdouglass]]></dc:creator><pubDate>Thu, 27 Dec 2018 20:49:48 GMT</pubDate></item><item><title><![CDATA[Reply to Core Apps &amp; Documentation Updates #2 on Thu, 27 Dec 2018 18:48:29 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/matteo" aria-label="Profile: matteo">@<bdi>matteo</bdi></a>,<br />
yes is possible load data from a different source, like a database sqlite the database used by Ubuntu touch  (Ubports)<br />
For an example about chart + data loaded from sqlite database look at this:<br />
<a href="https://mimecar.gitbook.io/qt-course/en/chapter-05-advanced/chapter-05-s01" rel="nofollow ugc">https://mimecar.gitbook.io/qt-course/en/chapter-05-advanced/chapter-05-s01</a><br />
("Database access with QML" and "QML and Charts" chapters)<br />
The sample App associated with  "QML and Charts" chapter can be found here:<br />
<a href="https://github.com/mimecar/ubuntu-touch-programming-course-src" rel="nofollow ugc">https://github.com/mimecar/ubuntu-touch-programming-course-src</a><br />
(is the project named: WeatherRecorderChart)<br />
NOTE: that project are made with old Ubuntu sdk - ide  But should work also with clickable (just 'clickable desktop' in the folder with the .pro file)<br />
In case of does not work with clickable, the source code of the sample App is valid you can use it.</p>
<p dir="auto">the two file you are interested are:<br />
'ChartUtils.js' is the file containing the query to load data from sqlite database and prepare the data-set for the chart<br />
'ChartPage.qml' is the qml page where the chart is drawn</p>
<hr />
<p dir="auto">To load data from a Libre Office sheet...sorry but  i don't know how to do (maybe someone here have an idea, solution).</p>
<p dir="auto">Tnx</p>
]]></description><link>https://forums.ubports.com/post/16053</link><guid isPermaLink="true">https://forums.ubports.com/post/16053</guid><dc:creator><![CDATA[fulvio]]></dc:creator><pubDate>Thu, 27 Dec 2018 18:48:29 GMT</pubDate></item><item><title><![CDATA[Reply to Core Apps &amp; Documentation Updates #2 on Mon, 24 Dec 2018 17:01:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fulvio" aria-label="Profile: fulvio">@<bdi>fulvio</bdi></a> nice, how you changed that sentence is much clearer now, thanks <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=eeff4b5fc81" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";)" alt="😉" /> May I ask you a question? I'm right now mainly interested in the ChartJs template, to generate a chart starting from data. If I wanted to generate a chart from X and Y data produced by different sources, how could I proceed? I mean, can I use a different data file source as for instance a LibreOffice sheet or just a plain text file which is randomly populated, instead than the ChartDataSource.js, where the data are static?<br />
Any hint would be greatly appreciated.</p>
<p dir="auto">Thank you!</p>
<p dir="auto">Matteo</p>
]]></description><link>https://forums.ubports.com/post/16013</link><guid isPermaLink="true">https://forums.ubports.com/post/16013</guid><dc:creator><![CDATA[matteo]]></dc:creator><pubDate>Mon, 24 Dec 2018 17:01:00 GMT</pubDate></item><item><title><![CDATA[Reply to Core Apps &amp; Documentation Updates #2 on Sun, 23 Dec 2018 18:46:42 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/matteo" aria-label="Profile: matteo">@<bdi>matteo</bdi></a>,<br />
you must use the FULL path to the cookiecutter.json file of the template that you want use.<br />
I have updated the Readme file on github (see "Example" section)<br />
Tnx</p>
]]></description><link>https://forums.ubports.com/post/15991</link><guid isPermaLink="true">https://forums.ubports.com/post/15991</guid><dc:creator><![CDATA[fulvio]]></dc:creator><pubDate>Sun, 23 Dec 2018 18:46:42 GMT</pubDate></item><item><title><![CDATA[Reply to Core Apps &amp; Documentation Updates #2 on Sun, 23 Dec 2018 18:28:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fulvio" aria-label="Profile: fulvio">@<bdi>fulvio</bdi></a> never mind, I just solved by myself, 'cause I'm really a dumb....I set the address pointing to the cookiecutter.json, writing it as './ubports_app_templates-master/ChartJs/cookiecutter.json' but in this way it is interpreted by the command as written twice. I can now proceed.</p>
<p dir="auto">Best regards,</p>
<p dir="auto">Matteo</p>
]]></description><link>https://forums.ubports.com/post/15982</link><guid isPermaLink="true">https://forums.ubports.com/post/15982</guid><dc:creator><![CDATA[matteo]]></dc:creator><pubDate>Sun, 23 Dec 2018 18:28:37 GMT</pubDate></item><item><title><![CDATA[Reply to Core Apps &amp; Documentation Updates #2 on Mon, 24 Dec 2018 15:54:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fulvio" aria-label="Profile: fulvio">@<bdi>fulvio</bdi></a> Hi fulvio, thank you for your templates, I find your work very useful, great! Unfortunately, as all the new things though, it doesn't work for me at the first attempt.<br />
It is worth to mention I have installed clickable and cookiecutter and I'm following your tutorial. This is the output I got, I'm not even able to get to the point where cookiecutter asks me for the name of the app:</p>
<p dir="auto"><a href="https://paste.ubuntu.com/p/75M66js42D/" rel="nofollow ugc">https://paste.ubuntu.com/p/75M66js42D/</a></p>
<p dir="auto">Matteo</p>
]]></description><link>https://forums.ubports.com/post/15978</link><guid isPermaLink="true">https://forums.ubports.com/post/15978</guid><dc:creator><![CDATA[matteo]]></dc:creator><pubDate>Mon, 24 Dec 2018 15:54:12 GMT</pubDate></item><item><title><![CDATA[Reply to Core Apps &amp; Documentation Updates #2 on Fri, 21 Dec 2018 16:46:58 GMT]]></title><description><![CDATA[<p dir="auto">Hi All,<br />
if can help, i have published some application templates to use as starting point for Application development based on AdaptiveLayout, ListView, Chart, PageStack.<br />
Templates and How to tutorial can be found at: <a href="https://github.com/fulvio999/ubports_app_templates" rel="nofollow ugc">https://github.com/fulvio999/ubports_app_templates</a><br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/bhdouglass" aria-label="Profile: bhdouglass">@<bdi>bhdouglass</bdi></a> If you want, feel free to clone, edit or include in the doc.<br />
Thanks</p>
]]></description><link>https://forums.ubports.com/post/15925</link><guid isPermaLink="true">https://forums.ubports.com/post/15925</guid><dc:creator><![CDATA[fulvio]]></dc:creator><pubDate>Fri, 21 Dec 2018 16:46:58 GMT</pubDate></item><item><title><![CDATA[Reply to Core Apps &amp; Documentation Updates #2 on Tue, 18 Dec 2018 22:01:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bhdouglass" aria-label="Profile: bhdouglass">@<bdi>bhdouglass</bdi></a> &amp; team, great job once again !!</p>
]]></description><link>https://forums.ubports.com/post/15855</link><guid isPermaLink="true">https://forums.ubports.com/post/15855</guid><dc:creator><![CDATA[advocatux]]></dc:creator><pubDate>Tue, 18 Dec 2018 22:01:20 GMT</pubDate></item><item><title><![CDATA[Reply to Core Apps &amp; Documentation Updates #2 on Tue, 18 Dec 2018 21:44:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bhdouglass" aria-label="Profile: bhdouglass">@<bdi>bhdouglass</bdi></a> Thanks to one and all once again.</p>
]]></description><link>https://forums.ubports.com/post/15854</link><guid isPermaLink="true">https://forums.ubports.com/post/15854</guid><dc:creator><![CDATA[Lakotaubp]]></dc:creator><pubDate>Tue, 18 Dec 2018 21:44:40 GMT</pubDate></item><item><title><![CDATA[Reply to Core Apps &amp; Documentation Updates #2 on Tue, 18 Dec 2018 21:39:35 GMT]]></title><description><![CDATA[<p dir="auto">It wasn't all me, it wouldn't be possible without the many contributors!</p>
]]></description><link>https://forums.ubports.com/post/15852</link><guid isPermaLink="true">https://forums.ubports.com/post/15852</guid><dc:creator><![CDATA[bhdouglass]]></dc:creator><pubDate>Tue, 18 Dec 2018 21:39:35 GMT</pubDate></item><item><title><![CDATA[Reply to Core Apps &amp; Documentation Updates #2 on Tue, 18 Dec 2018 21:34:26 GMT]]></title><description><![CDATA[<p dir="auto"><img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=eeff4b5fc81" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /> Well done with this, <a class="plugin-mentions-user plugin-mentions-a" href="/user/bhdouglass" aria-label="Profile: bhdouglass">@<bdi>bhdouglass</bdi></a></p>
]]></description><link>https://forums.ubports.com/post/15851</link><guid isPermaLink="true">https://forums.ubports.com/post/15851</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Tue, 18 Dec 2018 21:34:26 GMT</pubDate></item></channel></rss>