<?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>try {} except &#187; titanium</title>
	<atom:link href="http://www.tryexcept.com/tag/titanium/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tryexcept.com</link>
	<description>Tools and information for software developers</description>
	<lastBuildDate>Sun, 18 Sep 2011 20:33:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Wunderlist for Android is going native, drops Appcelerator Titanium Mobile</title>
		<link>http://www.tryexcept.com/articles/2011/09/12/wunderlist-for-android-is-going-native-drops-appcelerator-titanium-mobile.html</link>
		<comments>http://www.tryexcept.com/articles/2011/09/12/wunderlist-for-android-is-going-native-drops-appcelerator-titanium-mobile.html#comments</comments>
		<pubDate>Mon, 12 Sep 2011 22:33:59 +0000</pubDate>
		<dc:creator>Manuel Gomes</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[titanium]]></category>

		<guid isPermaLink="false">http://www.tryexcept.com/?p=405</guid>
		<description><![CDATA[Appcelerator&#8217;s approach to the Android platform has made another victim, a significant one: 6Wunderkinder&#8217;s popular Wunderlist ditched Titanium Mobile (TM) for Android, and is now a native app. &#8220;(&#8230;) Wunderlist is now native – smaller, faster and more stable.&#8221; Matthew &#8230; <a href="http://www.tryexcept.com/articles/2011/09/12/wunderlist-for-android-is-going-native-drops-appcelerator-titanium-mobile.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Appcelerator&#8217;s approach to the Android platform has made another victim, a significant one: 6Wunderkinder&#8217;s popular Wunderlist ditched Titanium Mobile (TM) for Android, and is now a native app.</p>
<blockquote cite="http://www.6wunderkinder.com/blog/2011/09/05/wunderlist-for-android-rebuilt-relaunched-and-really-awesome/"><p>&#8220;(&#8230;) Wunderlist is now native – smaller, faster and more stable.&#8221;<br />
<a href="http://bit.ly/qUQpVv" target="_blank">Matthew Bostock, 6Wunderkinder&#8217;s blog</a></p></blockquote>
<p>Translated, Wunderlist got rid of TM&#8217;s biggest problems:</p>
<ul>
<li>Size: even the smallest &#8220;Hello World&#8221; app weights at least 1.5MB (this is still huge in the mobile world &#8211; do the same thing using native Java and the app will only weight a few KB);</li>
<li>Speed: TM for Android slow. This is mainly due to the fact that TM for Android is using <a href="www.mozilla.org/rhino" target="_blank">Mozilla&#8217;s Rhino</a> as its javascript interpreter, written in Java, running inside Dalvik&#8217;s VM, and not compiled to native ARM, as <a href="http://code.google.com/p/v8" target="_blank">google&#8217;s V8</a>, <a href="https://developer.mozilla.org/en/SpiderMonkey" target="_blank">SpiderMonkey</a> or any JS engine written in C or C++ would;</li>
<li>Stability: this one is not really, in my opinion, TM&#8217;s fault. Due to the fact that Javascript is dynamic language, and Titanium does not compile or even do any proper syntax check, the quality of the code is probably to blame here.</li>
</ul>
<p>Appcelerator<a href="http://developer.appcelerator.com/blog/2011/09/platform-engineering-android-runtime-performance-improvements.html" target="_blank"> reacted two days after 6Wunderkinder&#8217;s announcement</a>, stating that Titanium Mobile for Android will use, somewhere in the future, google&#8217;s<a href="http://code.google.com/p/v8" target="_blank"> V8 engine</a>. This comes, however, with a <a href="http://developer.android.com/resources/dashboard/platform-versions.html" target="_blank">still significant</a> drawback: only devices running Android 2.2 or newer support android&#8217;s NDK, and therefore the natively compiled V8 Engine. According to Appcelerator&#8217;s own benchmarks, this will at least double the performance. Remains to be seen if the &#8220;Size&#8221; problem will be solved: V8&#8242;s binaries will still be inside the app&#8217;s package&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tryexcept.com/articles/2011/09/12/wunderlist-for-android-is-going-native-drops-appcelerator-titanium-mobile.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>HTML5 Mobile Apps for the Enterprise</title>
		<link>http://www.tryexcept.com/articles/2011/09/09/html5-mobile-apps-for-the-enterprise.html</link>
		<comments>http://www.tryexcept.com/articles/2011/09/09/html5-mobile-apps-for-the-enterprise.html#comments</comments>
		<pubDate>Fri, 09 Sep 2011 16:27:18 +0000</pubDate>
		<dc:creator>Manuel Gomes</dc:creator>
				<category><![CDATA[The others]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[phonegap]]></category>
		<category><![CDATA[titanium]]></category>

		<guid isPermaLink="false">http://www.tryexcept.com/?p=387</guid>
		<description><![CDATA[Jonathan Stark, blogger and writer of various books (Building Android Apps with HTML(&#8230;), Building iPhone Apps (&#8230;) without Objective-C among others), compares various approaches to Mobile Enterprise development: Native Apps, Web Apps and Hybrid Apps (PhoneGap, Titanium et al.): (&#8230;) &#8230; <a href="http://www.tryexcept.com/articles/2011/09/09/html5-mobile-apps-for-the-enterprise.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://bit.ly/pFfUw1" target="_blank">Jonathan Stark</a>, blogger and writer of various books (<a title="Building Android Apps with HTML, CSS, and JavaScript" href="http://amzn.to/o0XVWt" target="_blank">Building Android Apps with HTML(&#8230;)</a>, <a title="Building iPhone Apps with HTML, CSS, and JavaScript: Making App Store Apps Without Objective-C or Cocoa" href="http://amzn.to/nj7qEE" target="_blank">Building iPhone Apps (&#8230;) without Objective-C</a> among others), compares various approaches to Mobile Enterprise development: Native Apps, Web Apps and Hybrid Apps (<a href="http://bit.ly/p1fW6f" target="_blank">PhoneGap</a>, <a href="http://bit.ly/pkOXk0" target="_blank">Titanium</a> et al.):</p>
<blockquote cite="http://www.wirelessweek.com/articles/2011/09/mobile-content-enterprise-HTML5-mobile-applications/"><p>(&#8230;) As the mobile enterprise continues to boom and hardware complexity grows with a wide range of platforms, devices and audiences, there is no doubt that HTML5 will skyrocket in adoption. HTML5 Web-based apps offer the developer a &#8220;write one, run many&#8221; solution, addressing the many demands of today&#8217;s immediacy for remote communication, along with enhanced modern media capabilities that have become of increasing importance to both business and consumer.</p></blockquote>
<p>Complete article on <a href="http://www.wirelessweek.com/articles/2011/09/mobile-content-enterprise-HTML5-mobile-applications/" target="_blank">WirelessWeek.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tryexcept.com/articles/2011/09/09/html5-mobile-apps-for-the-enterprise.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Now that WebOS died, which is the best development crossplatform for iOS, Android, RIM and WP7?</title>
		<link>http://www.tryexcept.com/articles/2011/09/02/mobile_crossplatform.html</link>
		<comments>http://www.tryexcept.com/articles/2011/09/02/mobile_crossplatform.html#comments</comments>
		<pubDate>Fri, 02 Sep 2011 16:35:47 +0000</pubDate>
		<dc:creator>Manuel Gomes</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[titanium]]></category>
		<category><![CDATA[webos]]></category>

		<guid isPermaLink="false">http://www.tryexcept.com/?p=373</guid>
		<description><![CDATA[Yes, the excellent WebOS is defunct, and it will never be the mainstream player as, at least technically, it deserved. For all of us developing for the mobile world that don&#8217;t have the time or budget to develop natively in all the &#8230; <a href="http://www.tryexcept.com/articles/2011/09/02/mobile_crossplatform.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yes, the excellent WebOS is defunct, and it will never be the mainstream player as, at least technically, it deserved. For all of us developing for the mobile world that don&#8217;t have the time or budget to develop natively in all the mainstream platforms, its one less player to target. Myself, personally, am deciding/evaluating available options for true cross-platform development targeting iOS, Android, Blackberry and Windows Phone 7.</p>
<p>My requirements are:</p>
<ul>
<li>Native UI components must be used &#8211; maintaining the native look and feel for each platform is important (PhoneGap is out of the picture because of this);</li>
<li>The same code base (or at least most of it) must be used in all platforms;</li>
<li>The UI must scale well between Phone and Tablet formats and screen densities (DPI);</li>
<li>The application must perform smoothly, speedwise, even in lower end devices;</li>
<li>Some access to the device&#8217;s hardware: GPS, sensors, camera.</li>
</ul>
<p>I have found some platforms so far:</p>
<ul>
<li><strong><a href="http://www.appcelerator.com/" target="_blank">Titanium Mobile</a></strong>: this is my current number one, but i don&#8217;t think Windows Phone 7 will be supported. Plus, the Android implementation is a bit clumsy: the JavaScript core is not interpreted by the OS, so a java JS interpreter is included- this makes the application big and slow. In iOS this problem does not exist, as the system&#8217;s javascript interpreter is used. On the plus side, native UI components are supported and a very nice, Eclipse based, IDE is provided;</li>
<li><strong><a href="http://www.phonegap.com" target="_blank">PhoneGap</a></strong>: this one also uses JavaScript, but is completely HTML/JS based: the application runs inside a WebView, and has no bindings to native UI components, it relies on third-party JS libraries to build the UI, such as <a href="http://www.sencha.com/products/touch/" target="_blank">Sencha Touch</a> or <a href="http://jquerymobile.com/" target="_blank">jQuery Mobile</a>. It&#8217;s a browser on steroids basically, and doesn&#8217;t float my boat.</li>
<li><strong><a href="http://rhomobile.com/" target="_blank">RhoMobile</a></strong>: haven&#8217;t tested or reviewed this one yet, opinions anyone?</li>
</ul>
<p><span class="Apple-style-span" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;">So, i need your opinion about these or other development tools: are they any good? Have you used them in a project? Comment below.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tryexcept.com/articles/2011/09/02/mobile_crossplatform.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Titanium Mobile&#8217;s Android development now less painful than Prostate Exam &#8211; Mobile SDK 1.8 (!) + Fastdev</title>
		<link>http://www.tryexcept.com/articles/2011/05/14/titanium-mobiles-android-development-now-less-painful-than-prostate-exam-mobile-sdk-1-8-fastdev.html</link>
		<comments>http://www.tryexcept.com/articles/2011/05/14/titanium-mobiles-android-development-now-less-painful-than-prostate-exam-mobile-sdk-1-8-fastdev.html#comments</comments>
		<pubDate>Sat, 14 May 2011 19:45:00 +0000</pubDate>
		<dc:creator>Manuel Gomes</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[appcelerator]]></category>
		<category><![CDATA[fastdev]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[titanium]]></category>

		<guid isPermaLink="false">http://www.tryexcept.com/?p=241</guid>
		<description><![CDATA[A few days ago, Appcelerator announced a really cool new feature: Fastdev for Titanium Mobile. This thing cuts dramatically development times for Android apps as all the wait time spent recompiling and re-publishing the app to the emulator simply disappears! &#8230; <a href="http://www.tryexcept.com/articles/2011/05/14/titanium-mobiles-android-development-now-less-painful-than-prostate-exam-mobile-sdk-1-8-fastdev.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tryexcept.com/wp-content/uploads/2011/05/exam.jpg"><img class="alignleft size-medium wp-image-274" style="width: 300px; height: 199px;" title="exam" src="http://www.tryexcept.com/wp-content/uploads/2011/05/exam-300x199.jpg" alt="" /></a>A few days ago, Appcelerator announced a really cool new feature: Fastdev for Titanium Mobile. This thing cuts dramatically development times for Android apps as all the wait time spent recompiling and re-publishing the app to the emulator simply disappears!<br />
<span id="more-241"></span></p>
<h3>The problem</h3>
<p>Normally, Titanium has to compile the entire titanium class library, then &#8220;dex&#8221; it and package all your app&#8217;s js files and resources and push it inside the emulator so you can test it &#8211; and this happens every time you change something in your app. The problem here is&#8230; this is slow, really slow. This fact alone almost drove me off Titanium Mobile, in favour of other, friendlier, platforms.</p>
<h3>Using Fastdev</h3>
<p>First download a recent nightly build of Titanium Mobile SDK (latest 1.7.x or 1.8.0) &#8211; <a href="http://www.tryexcept.com/articles/2011/05/14/titanium-mobile-sdk-1-8-available.html">more details in this previous post</a>.</p>
<p>Now, the tricky part. This feature is still in beta, so there is no fancy UI integration inside <a href="http://bit.ly/mfGYU5" target="_blank">Titanium Studio</a>, and we need to do everything &#8220;by hand&#8221;.</p>
<p>First, add the 1.8.0 SDK folder to your system environment&#8217;s PATH (if you don&#8217;t know how to do this, <a href="http://bit.ly/iNvq6S" target="_blank">click here</a>). After this, in the command shell, go to your application&#8217;s folder and type:</p>
<pre class="ruby">start /B titanium fastdev start</pre>
<p>This will start a new server that will send all the .js files and resources to your app, running in the emulator (according to Appcelerator, using fastdev on devices will be available soon). The files served are logged into this terminal window, so keep it open and visible, to check what is happening under the hood.</p>
<p>After this, just run the app on the emulator, as always, but do it only ONCE &#8211; if you need to update your app, don&#8217;t recompile: just close it inside the emulator and run it again &#8211; it will download all the resources from the fastdev server started above!</p>
<p>And that&#8217;s it, much faster and less painful&#8230; unless you are targeting honeycomb; but here the problem is that the emulator is, I think officially, the slowest emulator in the world.</p>
<blockquote><p>Update: fastdev is already available inside the latest Titanium Studio &#8211; update it ASAP</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.tryexcept.com/articles/2011/05/14/titanium-mobiles-android-development-now-less-painful-than-prostate-exam-mobile-sdk-1-8-fastdev.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Titanium Mobile SDK 1.8 available</title>
		<link>http://www.tryexcept.com/articles/2011/05/14/titanium-mobile-sdk-1-8-available.html</link>
		<comments>http://www.tryexcept.com/articles/2011/05/14/titanium-mobile-sdk-1-8-available.html#comments</comments>
		<pubDate>Sat, 14 May 2011 17:26:46 +0000</pubDate>
		<dc:creator>Manuel Gomes</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[titanium]]></category>

		<guid isPermaLink="false">http://www.tryexcept.com/?p=257</guid>
		<description><![CDATA[Titanium Mobile SDK 1.8.0 is already available in the Appcelerator&#8217;s continuous integration (CI) area: Just choose the &#8220;master&#8221; branch and download the latest SDK files for your O.S.! - http://builds.appcelerator.com.s3.amazonaws.com/mobile/master/mobilesdk-1.8.0-20110513115704-win32.zip is the latest for windows at this moment. To install, just &#8230; <a href="http://www.tryexcept.com/articles/2011/05/14/titanium-mobile-sdk-1-8-available.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Titanium Mobile SDK 1.8.0 is already available in the Appcelerator&#8217;s <a href="http://bit.ly/ihViXq" target="_blank">continuous integration (CI) area</a>: Just choose the &#8220;master&#8221; branch and download the latest SDK files for your O.S.!</p>
<p><span id="more-257"></span>- <a href="http://builds.appcelerator.com.s3.amazonaws.com/mobile/master/mobilesdk-1.8.0-20110513115704-win32.zip" target="_blank">http://builds.appcelerator.com.s3.amazonaws.com/mobile/master/mobilesdk-1.8.0-20110513115704-win32.zip</a> is the latest for windows at this moment. To install, just unzip it inside your Titanium SDK folder (this should be, in Windows, %ProgramData%\Titanium &#8211; in my case, this translates to C:\ProgramData\Titanium); The ZIP already has the required folder structure (mobilesdk\win32\[version]\etc..), so just unzip it there and everything will be fine.</p>
<p><a href="http://www.tryexcept.com/wp-content/uploads/2011/05/sdk180.png"><img class="alignnone size-full wp-image-261" title="sdk180" src="http://www.tryexcept.com/wp-content/uploads/2011/05/sdk180.png" alt="" width="396" height="444" /></a></p>
<p>If you are already using <a href="http://bit.ly/mfGYU5" target="_blank">Titanium Studio</a>, use the &#8220;Help&#8221; -&gt; &#8220;Install Titanium SDK from URL&#8221; and paste the full URL to the ZIP file you have selected from the nightly builds. I prefer the method above, as this option, sometimes, doesn&#8217;t unzip the full contents of the updated SDK.</p>
<p><a href="http://www.tryexcept.com/wp-content/uploads/2011/05/titaniumInstall.png"><img class="alignnone size-full wp-image-258" title="Titanium Studio, install SDK from URL" src="http://www.tryexcept.com/wp-content/uploads/2011/05/titaniumInstall.png" alt="Titanium Studio, install SDK from URL" width="603" height="433" /></a></p>
<p>Appcelerator has made no official announcement on 1.8.0, so I have no idea what is new, but keep in mind: this is a beta release, and should not be used in production apps.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tryexcept.com/articles/2011/05/14/titanium-mobile-sdk-1-8-available.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Updated Titanium autocomplete for 1.5.1 using Eclipse and Aptana</title>
		<link>http://www.tryexcept.com/articles/2011/01/08/updated-titanium-autocomplete-for-1-5-1-using-eclipse-and-aptana.html</link>
		<comments>http://www.tryexcept.com/articles/2011/01/08/updated-titanium-autocomplete-for-1-5-1-using-eclipse-and-aptana.html#comments</comments>
		<pubDate>Sat, 08 Jan 2011 00:17:43 +0000</pubDate>
		<dc:creator>Manuel Gomes</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[titanium]]></category>

		<guid isPermaLink="false">http://www.tryexcept.com/?p=228</guid>
		<description><![CDATA[Here is the uploaded javascript header file, updated for Appcelerator&#8217;s Titanium Mobile version 1.5.1. This can be used with Eclipse+Aptana&#8217;s autocomplete, using the method described by James David Low a while back.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tryexcept.com/wp-content/uploads/2011/01/titanium_autocomplete_screenshot.png"><img class="alignright size-medium wp-image-229" title="Screenshot of titanium's autocomplete using Eclipse" src="http://www.tryexcept.com/wp-content/uploads/2011/01/titanium_autocomplete_screenshot-300x155.png" alt="" width="300" height="155" /></a></p>
<p><a href="http://www.tryexcept.com/wp-content/uploads/2011/01/timobile151.js">Here is the uploaded javascript header file</a>, updated for Appcelerator&#8217;s Titanium Mobile version 1.5.1. This can be used with Eclipse+Aptana&#8217;s autocomplete, using the method described by <a title="James Low method" href="http://jameslow.com/2010/05/31/titanium-autocomplete-eclipse/" target="_blank">James David Low</a> a while back.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tryexcept.com/articles/2011/01/08/updated-titanium-autocomplete-for-1-5-1-using-eclipse-and-aptana.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Titanium Autocomplete</title>
		<link>http://www.tryexcept.com/articles/2010/12/08/titanium-autocomplete.html</link>
		<comments>http://www.tryexcept.com/articles/2010/12/08/titanium-autocomplete.html#comments</comments>
		<pubDate>Wed, 08 Dec 2010 00:11:11 +0000</pubDate>
		<dc:creator>Manuel Gomes</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[titanium]]></category>

		<guid isPermaLink="false">http://www.tryexcept.com/?p=222</guid>
		<description><![CDATA[James Low has a AppCelerator Titanium&#8217;s API AutoComplete for Eclipse+Aptana. Download it here http://jameslow.com/2010/05/31/titanium-autocomplete-eclipse/ I haven&#8217;t tried it yet, I&#8217;m using notepad++ still, but I&#8217;ll give it a go ASAP!]]></description>
			<content:encoded><![CDATA[<p>James Low has a AppCelerator Titanium&#8217;s API AutoComplete for Eclipse+Aptana. Download it here <a href="http://jameslow.com/2010/05/31/titanium-autocomplete-eclipse/">http://jameslow.com/2010/05/31/titanium-autocomplete-eclipse/</a></p>
<p>I haven&#8217;t tried it yet, I&#8217;m using notepad++ still, but I&#8217;ll give it a go ASAP!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tryexcept.com/articles/2010/12/08/titanium-autocomplete.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Titanium Mobile SDK for iPhone and Android</title>
		<link>http://www.tryexcept.com/articles/2010/05/15/new-titanium-mobile-sdk-for-iphone-and-android.html</link>
		<comments>http://www.tryexcept.com/articles/2010/05/15/new-titanium-mobile-sdk-for-iphone-and-android.html#comments</comments>
		<pubDate>Sat, 15 May 2010 15:31:13 +0000</pubDate>
		<dc:creator>Manuel Gomes</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[The others]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[titanium]]></category>

		<guid isPermaLink="false">http://www.tryexcept.com/?p=192</guid>
		<description><![CDATA[Appcelerator.com just released the new Titanium Mobile SDK 1.3. This release includes mostly bug fixes, for both iPhone and Android platforms and opens the door for iPhone 4.0. Original post from Appcelerator&#8217;s developer blog: Tonight, we pushed the latest 1.3 &#8230; <a href="http://www.tryexcept.com/articles/2010/05/15/new-titanium-mobile-sdk-for-iphone-and-android.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Appcelerator.com just released the new Titanium Mobile SDK 1.3. This release includes mostly bug fixes, for both iPhone and Android platforms and opens the door for iPhone 4.0.</p>
<p><span id="more-192"></span></p>
<p><em><strong>Original post from </strong></em><a href="http://developer.appcelerator.com/blog/2010/05/introducing-titanium-1-3.html" target="_blank"><em><strong>Appcelerator&#8217;s developer blog</strong></em></a><em><strong>:</strong></em></p>
<p>Tonight, we pushed the latest 1.3 update to distribution servers. You should be getting an update notification inside Titanium Developer if you haven’t already.  It’s been a little over 4 weeks since our last release.  We had promised to get out 1.3 before the end of May and we’re a little earlier than expected.</p>
<p>The 1.3 release included over 120+ fixes for both Android and iPhone/iPad.  The Android team won the most bug fixes in this release clocking in 63 bug fixes to iPhone’s 61.  <strong>Go Android!</strong> For a full list of all the changes, please see the <a href="https://developer.appcelerator.com/apidoc/mobile/1.3/changelog.html">Change Log</a>.  Great job to Don, Bill and Marshall for all the hard work on Android.  We still have a ways to go to where we want with Android but we’re iterating quickly now.  We also have some very exciting Android features coming soon.</p>
<p>This release does have one major notable item worth talking about here (we detailed more of the specifics in the <a href="https://developer.appcelerator.com/apidoc/mobile/1.3/changelog.html">Change Log</a>).  With 1.3 and iPhone/iPad, we now are generating full source as part of the XCode project created at project setup.  This change provides several benefits in terms of ensuring that we’re in continued compliance with Apple’s Terms of Service, making it easier for debugging or environmental issues we sometimes run into and making it easier to export a project to another machine (useful for agency/development partners).</p>
<p>The updated the <a href="https://developer.appcelerator.com/doc/kitchensink">Kitchen Sink distribution</a> for 1.3 and it can be downloaded either from github or in a zip distribution.  For 1.3, we’ve also started a basic Kitchen Sink for iPad.</p>
<p><strong>What’s next?</strong></p>
<p>As soon as we finish one release, we’ve already begun the next – in some cases before the final release is out the door.  The next release is expected to be 1.4 and should be released to the community in June.  For 1.4, we’ll continue to focus primarily on maintenance issues, API parity for Android and full API support for the upcoming iPhone 4.0 OS.</p>
<p>We’ll be pushing the first drop for the Blackberry SDK very soon now that 1.3 is out the door.  Blackberry work has been progressing in parallel and we hope to release it within the next couple of weeks to Professional/Enterprise subscribers and Partners.  We anticipate the full community release of Blackberry will be late Summer.  If you’re not currently a subscription customer and would like to get access to Blackberry, <a href="http://pages.appcelerator.com/blackberry-beta.html?bbbeta=devnetwork">please signup here</a>.</p>
<p><strong>Developer Site Updates</strong></p>
<p>We’re making a number of major improvements to the Developer website and hope to release them in waves over the next month.  Besides a number of nagging issues/bugs that have been reported, we’re also improving site search, introducing a new forum-based discussions and rolling out a new help desk for subscription customers.</p>
<p><strong>Desktop Plans</strong></p>
<p>Many have asked why Mobile releases faster than Desktop.  This is a good question and let me address it.  Desktop has been a slightly more mature product and has been adopted by some rather very large companies (as long as a ton of projects from tiny to large).  We’re continuing to make substantial investments in Desktop and will be having a big update in the summer for Desktop.</p>
<p><strong>Module SDK</strong></p>
<p>Quite a number of developers have used the current iPhone Module SDK to extend Titanium.  In 1.4, we’re planning on introducing the new Android Module SDK.  We’re also hard at work on a new product we’re calling Marketplace that relates to modules for mobile, tablet and desktop.  If you’re interested in extending Titanium with your own unique stuff, please let us know.</p>
<p><strong>Tooling</strong></p>
<p>We have some new significant updates to the Titanium tooling in the works – including debugger support.  Expect a refresh of the current tooling with massive improvements in the early Summer timeframe.</p>
<p><strong>Improved Documentation</strong></p>
<p>We continue with each release to improve the <a href="https://developer.appcelerator.com/apidoc/mobile/latest">API reference documentation</a>.   However, we know we’ve got a long way to go to better documentation.  We’ve been working with a professional training company to produce our first set of programming guides and I’m pleased to say that we’ve almost finished the first new Getting Started Guide.  The guide will be much more comprehensive and will be the first of many new Guides we’ll be producing over the next few months.</p>
<p><strong>Training</strong></p>
<p>We’re very close to launching a new comprehensive, professionally produced AppU video training series.  Our plan is to release new video content every month much like we do software.  The training will include not only on-demand video based courseware, but also guides and sample code.  Stay tuned for more updates.</p>
<p><strong>Community Growth</strong></p>
<p>The last 4 months have been a whirlwind for the Appcelerator team and we’re very proud of our accomplishments and all of the great applications that are being built from all over the world.  Nothing makes us more happy than to hear about all the cool applications that you’re building every day.  Thank you for sharing them with us.</p>
<p>With all of this growth, comes challenges that we’re trying to meet.  In the past 4 weeks, we’ve had numerous website outages as we hurried to upgrade our Amazon AWS infrastructure to handle the growth.  We think we’re now ready for the next wave of growth from a infrastructure standpoint.  We’ve also found more places where we could add high-availability and load-balancing as well as invested in better monitoring tools.</p>
<p>We’ve also welcomed four new developers to the Appcelerator team in the past 2 weeks – all of which came directly from our community and who are passionate about what we’re trying to accomplish.  With this we hope to be able to continue to accelerate development and make Titanium the best product available.</p>
<p>Thank you so much for your support, your passion and your patience as we continue on our journey together.</p>
<p>Codestrong!<br />
Jeff</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tryexcept.com/articles/2010/05/15/new-titanium-mobile-sdk-for-iphone-and-android.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

