<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Antonio Rinaldi Software Solutions - Xojo</title>
	<atom:link href="https://store.xojo.com/brand/antonio-rinaldi-software-solutions/feed/" rel="self" type="application/rss+xml" />
	<link>https://store.xojo.com</link>
	<description></description>
	<lastBuildDate>Mon, 23 Feb 2026 20:47:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.7</generator>

<image>
	<url>https://store.xojo.com/wp-content/uploads/2024/07/cropped-icon_clear-32x32.png</url>
	<title>Antonio Rinaldi Software Solutions - Xojo</title>
	<link>https://store.xojo.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>ARRings</title>
		<link>https://store.xojo.com/product/arrings/</link>
		
		<dc:creator><![CDATA[Alyssa Foley]]></dc:creator>
		<pubDate>Thu, 21 Mar 2024 00:32:35 +0000</pubDate>
				<guid isPermaLink="false">https://wootest.xojo.com/?post_type=product&#038;p=459671</guid>

					<description><![CDATA[A module and a collection of classes to extend the Xojo graphic object and add the capability of showing single or multiple value in a ring. Using colors, color groups, gradients and gradient based on color group. Show Sunburst structures (multiple rings with section) from as simple data structure (XML or JSON).]]></description>
										<content:encoded><![CDATA[<ul>
<li>For desktop and iOS</li>
<li>All the color features are enabled for Dark Mode (also shading).</li>
<li>Radially blend your ring with a circular gradient.</li>
<li>Local Gradient - Blend your ring or sunburst using an auto-adapting gradient.</li>
<li>Set single or multiple values in a ring</li>
<li>Simple Animation - For single value you can also define a simple animation.</li>
<li>Sunburst - Show your structured data using a simple data format (XML or JSON), with info, colors and gradients.</li>
</ul>
<p><img decoding="async" class="alignnone size-medium wp-image-461636" src="https://store.xojo.com/wp-content/uploads/2024/03/ARRings-300x125.png" alt="" width="300" height="125" srcset="https://store.xojo.com/wp-content/uploads/2024/03/ARRings-300x125.png 300w, https://store.xojo.com/wp-content/uploads/2024/03/ARRings-1024x427.png 1024w, https://store.xojo.com/wp-content/uploads/2024/03/ARRings-768x320.png 768w, https://store.xojo.com/wp-content/uploads/2024/03/ARRings-600x250.png 600w, https://store.xojo.com/wp-content/uploads/2024/03/ARRings.png 1440w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p class="wow fadeInUp animated"><a href="https://falcosoftware.com/xojo/" target="_blank" rel="noopener">See the sample applications</a></p>
<p class="wow fadeInUp animated">All components are sold as closed source. Contact the author for an open source release.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>ARiOS MobileWaitingView</title>
		<link>https://store.xojo.com/product/ariosmobilewaitingview/</link>
		
		<dc:creator><![CDATA[Alyssa Foley]]></dc:creator>
		<pubDate>Thu, 21 Mar 2024 00:30:11 +0000</pubDate>
				<guid isPermaLink="false">https://wootest.xojo.com/?post_type=product&#038;p=459670</guid>

					<description><![CDATA[A class to use to stop the user from touching the interface while you are downloading something from the net or doing a long process.]]></description>
										<content:encoded><![CDATA[<ul>
<li>Cover the entire interface so the user will not able to use navigation buttons or other items</li>
<li>Optional Text - Show a custom text (multiple lines) to keep the user updated, set the font and the color</li>
<li>Optional Progress Wheel - Show an animated progress wheel with a custom color</li>
<li>Works between views - The code can navigate to a new view and still have the Waiting view active</li>
</ul>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>ARiOS MobileCollectionView</title>
		<link>https://store.xojo.com/product/ariosmobilecollectionview/</link>
		
		<dc:creator><![CDATA[Alyssa Foley]]></dc:creator>
		<pubDate>Thu, 21 Mar 2024 00:29:04 +0000</pubDate>
				<guid isPermaLink="false">https://wootest.xojo.com/?post_type=product&#038;p=459669</guid>

					<description><![CDATA[Show your custom cells in an efficient bidimensional distribution, with custom section header and footer, drag cell, select cells, modern custom menus, search, data prefetch, and more.]]></description>
										<content:encoded><![CDATA[<ul>
<li>Dark mode enabled - All the color features are usable for dark mode.</li>
<li>Custom cell size - Change the "standard" size on a per-cell basis.</li>
<li>Custom section Header and Footer - Use custom Header and/or footer for the sections (MobileTableCustomCell).</li>
<li>Move the cells - Trigger cell reorder by code.</li>
<li>Cell Drag Reorder - Coordinate cell movement in your data source and choose whether to accept a position on a per-cell basis.</li>
<li>Selection management - None, single or multiple on a view basis, and accept or don't accept a selection on a per-cell basis.</li>
<li>Scroll by code to a cell.</li>
<li>Modern Contextual Menu - Long touch on the cell to pop up a custom contextual menu (and submenu).</li>
<li>Partial Reload - Reload only the visible cells, the cells in a section, or the cells in a group that you define.</li>
<li>Cell reset - If the cell implements the interface, reset it at a class level before populating it with a data source.</li>
<li>Swipe to reload - Set a custom color for the update wheel and show a custom text to the user and enable the refresh by Swipe.</li>
<li>Lock scroll - If you create an interface fitted completely in a view, you can avoid the user scroll.</li>
<li>Search - You can search and show relevant cells.</li>
<li>Cell Prefetch - Elaborate on scroll new cells.</li>
</ul>
<p align="center"><img decoding="async" class="img-responsive" src="https://xojo.com/store/addons/images/ARMobileCollectionView.png" alt="Mobile iOS Table Extensions" width="900" /></p>
<hr />
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>ARiOS MobilePreview Controller</title>
		<link>https://store.xojo.com/product/ariosmobilepreviewcontroller/</link>
		
		<dc:creator><![CDATA[Alyssa Foley]]></dc:creator>
		<pubDate>Thu, 21 Mar 2024 00:24:53 +0000</pubDate>
				<guid isPermaLink="false">https://wootest.xojo.com/?post_type=product&#038;p=459667</guid>

					<description><![CDATA[<div>Show the user a preview of any file(s), as long as your device can read them, with a custom title and sharing options.</div>]]></description>
										<content:encoded><![CDATA[<ul>
<li>Single File - show the user as single file, with or without custom non the fly title</li>
<li>Multiple Files - show the user multiple files, starting with a specific one or the file list</li>
<li>Disable Sharing - You can disable the sharing button if needed</li>
</ul>
<p align="center"><img decoding="async" class="img-responsive" src="https://xojo.com/store/addons/images/ARMobilePreview.png" alt="Mobile iOS Table Extensions" width="900" /></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>iOSMobileTable Extended</title>
		<link>https://store.xojo.com/product/iosmobiletableextended/</link>
		
		<dc:creator><![CDATA[Alyssa Foley]]></dc:creator>
		<pubDate>Thu, 21 Mar 2024 00:13:36 +0000</pubDate>
				<guid isPermaLink="false">https://wootest.xojo.com/?post_type=product&#038;p=459665</guid>

					<description><![CDATA[<div>iosMobileTableExtended is a subclass of the original MobileTable that adds some very useful features like custom swipe to reload, table header and footer, custom section header and footer, modern contextual menus, data prefetch, side index, TextEdit fix, and more. Almost all the features are implemented as an interface for your datasource, and you can add only the methods for the features you really need.</div>]]></description>
										<content:encoded><![CDATA[<ul>
<li>Dark mode enabled - All the color features are usable for dark mode.</li>
<li>Customize Swipe to reload - Set a custom color for the update wheel and show a custom text to the user.</li>
<li>Table Header and Footer - Global Header and Footer.</li>
<li>Custom section Header and footer (use MobileTableCustomCell).</li>
<li>Modern Contextual Menu - Long touch on the cell to pop up a custom contextual menu (and submenu).</li>
<li>Side index - To show a menu on the right side, as in the Contacts application, to navigate quickly between table sections.</li>
<li>TextEdit Fix - Fix the bug that scrolls the entire view when a keyboard is shown; optionally control the distance from the top of the cell.</li>
<li>Multiple Selection - You can enable the multiple selection editing.</li>
<li>Search - You can use search with scope buttons.</li>
<li>Cell Prefetch - Elaborate on scroll new cells.</li>
</ul>
<p align="center"><img decoding="async" class="img-responsive" src="https://xojo.com/store/addons/images/ARMobileTableExtension.png" alt="Mobile iOS Table Extensions" width="900" /></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
