<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>Comments on: Intersoft Mobile Studio – Cross-Platform Development Reimagined</title>
	<atom:link href="http://blog.intersoftsolutions.com/2013/09/intersoft-mobile-studio-cross-platform-development-reimagined/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.intersoftsolutions.com/2013/09/intersoft-mobile-studio-cross-platform-development-reimagined/</link>
	<description>All about development productivity – ASP.NET, Silverlight, WPF, iOS, Android, Windows Phone, Windows 8</description>
	<lastBuildDate>Mon, 21 Jun 2021 04:23:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.33</generator>
	<item>
		<title>By: Video Tutorials: Installing Mobile Studio and Preparing Your Development Environment &#124; Intersoft Solutions Corporate Blog</title>
		<link>http://blog.intersoftsolutions.com/2013/09/intersoft-mobile-studio-cross-platform-development-reimagined/#comment-578</link>
		<dc:creator><![CDATA[Video Tutorials: Installing Mobile Studio and Preparing Your Development Environment &#124; Intersoft Solutions Corporate Blog]]></dc:creator>
		<pubDate>Mon, 11 Nov 2013 04:50:12 +0000</pubDate>
		<guid isPermaLink="false">https://intersoftpt.wordpress.com/?p=3414#comment-578</guid>
		<description><![CDATA[[&#8230;] 2013, we proudly announced our comprehensive toolset for the mobile development world, the Mobile Studio. Using Mobile Studio, now you can rapidly build powerful mobile apps on the world’s top platforms [&#8230;]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] 2013, we proudly announced our comprehensive toolset for the mobile development world, the Mobile Studio. Using Mobile Studio, now you can rapidly build powerful mobile apps on the world’s top platforms [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy</title>
		<link>http://blog.intersoftsolutions.com/2013/09/intersoft-mobile-studio-cross-platform-development-reimagined/#comment-577</link>
		<dc:creator><![CDATA[Jimmy]]></dc:creator>
		<pubDate>Fri, 13 Sep 2013 19:03:15 +0000</pubDate>
		<guid isPermaLink="false">https://intersoftpt.wordpress.com/?p=3414#comment-577</guid>
		<description><![CDATA[Hi Ben, I believe our web team is hard at work to make a new experience for the Crosslight online documentation. At the meantime, you can download the trial and get your hands dirty on the cross-platform mobile development :)

With regards to your cross-platform questions: Crosslight doesn&#039;t attempt to unify the platform API so we never have problems with capabilities in each platform. Instead, Crosslight creates a platform-neutral bridge that connects one dot to another in a single line, and so long until it perfectly connects all the dots. Now change those dots into platforms.

Simply said, Crosslight leverages advanced architecture -- what we called as Smart Delegation -- combined with MVVM pattern to produce maximum loosely-coupled design. So yes, you can call something like this.StorageService.Save(data) in your ViewModel. You don&#039;t need to worry how each platform works because Crosslight is smart enough to understand how to dispatch that message in each platform&#039;s respective API. That&#039;s what Crosslight has to offer. Just write minimal code and build easily. We&#039;ve spent countless hours for the platform automation, so you don&#039;t have to. And that&#039;s Crosslight.

Ben, you should really take a look at our samples. We shipped with dozens of mobile services -- activating camera to capture a photo, locating an address via GPS, calling a contact, and more -- all with a single line of code. Go ahead, give it a spin..]]></description>
		<content:encoded><![CDATA[<p>Hi Ben, I believe our web team is hard at work to make a new experience for the Crosslight online documentation. At the meantime, you can download the trial and get your hands dirty on the cross-platform mobile development <img src="http://blog.intersoftsolutions.com/wp-includes/images/smilies/simple-smile.png" alt=":)" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>With regards to your cross-platform questions: Crosslight doesn&#8217;t attempt to unify the platform API so we never have problems with capabilities in each platform. Instead, Crosslight creates a platform-neutral bridge that connects one dot to another in a single line, and so long until it perfectly connects all the dots. Now change those dots into platforms.</p>
<p>Simply said, Crosslight leverages advanced architecture &#8212; what we called as Smart Delegation &#8212; combined with MVVM pattern to produce maximum loosely-coupled design. So yes, you can call something like this.StorageService.Save(data) in your ViewModel. You don&#8217;t need to worry how each platform works because Crosslight is smart enough to understand how to dispatch that message in each platform&#8217;s respective API. That&#8217;s what Crosslight has to offer. Just write minimal code and build easily. We&#8217;ve spent countless hours for the platform automation, so you don&#8217;t have to. And that&#8217;s Crosslight.</p>
<p>Ben, you should really take a look at our samples. We shipped with dozens of mobile services &#8212; activating camera to capture a photo, locating an address via GPS, calling a contact, and more &#8212; all with a single line of code. Go ahead, give it a spin..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Hayat</title>
		<link>http://blog.intersoftsolutions.com/2013/09/intersoft-mobile-studio-cross-platform-development-reimagined/#comment-576</link>
		<dc:creator><![CDATA[Ben Hayat]]></dc:creator>
		<pubDate>Thu, 12 Sep 2013 12:27:40 +0000</pubDate>
		<guid isPermaLink="false">https://intersoftpt.wordpress.com/?p=3414#comment-576</guid>
		<description><![CDATA[Hi Nic;
Nice write-up! Could you please make the docs (300 pages) available for download? I like to read it before installing the whole system.
I&#039;d like to request if you can cover data transaction between mobile and server and also, how data can be stored/retrieved from local storage.
BTW, since you cover 4 platforms, how are you dealing with local storage?
Thank you in advance!
..Ben]]></description>
		<content:encoded><![CDATA[<p>Hi Nic;<br />
Nice write-up! Could you please make the docs (300 pages) available for download? I like to read it before installing the whole system.<br />
I&#8217;d like to request if you can cover data transaction between mobile and server and also, how data can be stored/retrieved from local storage.<br />
BTW, since you cover 4 platforms, how are you dealing with local storage?<br />
Thank you in advance!<br />
..Ben</p>
]]></content:encoded>
	</item>
</channel>
</rss>
