<?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>cloud goes social &#187; iphone</title>
	<atom:link href="http://www.cloudgoessocial.net/tag/iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cloudgoessocial.net</link>
	<description>computer, travel, movies, music, cuisine and more</description>
	<lastBuildDate>Mon, 21 Mar 2011 21:58:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>iPhoneManagers</title>
		<link>http://www.cloudgoessocial.net/2010/05/17/iphonemanagers/</link>
		<comments>http://www.cloudgoessocial.net/2010/05/17/iphonemanagers/#comments</comments>
		<pubDate>Mon, 17 May 2010 21:30:37 +0000</pubDate>
		<dc:creator>Cloud</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[library]]></category>

		<guid isPermaLink="false">http://www.cloudgoessocial.net/?p=312</guid>
		<description><![CDATA[Mike and I are glad to announce to all you iPhone developers a library that we&#8217;ve been building together that enables very fast and easy development of network-related iPhone applications. In particular in the library you will find: Network Manager &#8211; easy way to deal with parallel asynchronous network requests Image Manager &#8211; easy way [...]]]></description>
			<content:encoded><![CDATA[<p>Mike and I are glad to announce to all you iPhone developers a library that we&#8217;ve been building together that enables very fast and easy development of network-related iPhone applications.</p>
<p>In particular in the library you will find:</p>
<ul>
<li><strong>Network Manager</strong> &#8211; easy way to deal with parallel asynchronous network requests</li>
<li><strong>Image Manager</strong> &#8211; easy way to download and cache images on the iPhone</li>
<li><strong>SystemMessage Manager</strong> &#8211; unified way to display HUD messages across the application, both auto-disappearing or not</li>
</ul>
<p>If you are interested you can grab the source and compile it for your project, it will create a standard static library that you can include in your projects. Header files have relevant comments that will make your life easier when dealing with the library.</p>
<p>For any feedback don&#8217;t hesitate to write over here or at the <a href="http://github.com/godenzim/iPhoneManagers">github</a> page.</p>
<p>Enough talking, <a href="http://github.com/godenzim/iPhoneManagers">just try it out</a>! And here&#8217;s two images of the SystemMessageManager displaying its HUD windows:</p>
<p><a href="http://www.cloudgoessocial.net/wp-content/uploads/2010/05/screen1.png" rel="lightbox[312]"><img src="http://www.cloudgoessocial.net/wp-content/uploads/2010/05/screen1-199x300.png" alt="" title="Activity HUD" width="199" height="300" class="alignleft size-medium wp-image-315" /></a><br />
<a href="http://www.cloudgoessocial.net/wp-content/uploads/2010/05/screen2.png" rel="lightbox[312]"><img src="http://www.cloudgoessocial.net/wp-content/uploads/2010/05/screen2-199x300.png" alt="" title="HUD message" width="199" height="300" class="aligncenter size-medium wp-image-316" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudgoessocial.net/2010/05/17/iphonemanagers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Latest ImageMagick</title>
		<link>http://www.cloudgoessocial.net/2010/05/01/latest-imagemagick/</link>
		<comments>http://www.cloudgoessocial.net/2010/05/01/latest-imagemagick/#comments</comments>
		<pubDate>Sat, 01 May 2010 09:15:45 +0000</pubDate>
		<dc:creator>Cloud</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.cloudgoessocial.net/?p=303</guid>
		<description><![CDATA[UPDATE: iOS4.3 and Xcode4 Hi, I&#8217;ve compiled the latest ImageMagick for iPhone with the usual png/tiff/jpeg compatibility. Everything is compiled so that it shouldn&#8217;t be rejected by Apple. Please let me know if that&#8217;s the case. You can find the latest 6.6.1-5 version here:IM 6.6.1-5 Or if you dare the latest beta 6.6.1-6 here:IM 6.6.1-6 [...]]]></description>
			<content:encoded><![CDATA[<h2>UPDATE: <a href="http://www.cloudgoessocial.net/2011/03/21/im-xcode4-ios4-3/">iOS4.3 and Xcode4</a></h2>
<p>Hi,<br />
I&#8217;ve compiled the latest ImageMagick for iPhone with the usual png/tiff/jpeg compatibility. Everything is compiled so that it shouldn&#8217;t be rejected by Apple. Please let me know if that&#8217;s the case.</p>
<p>You can find the latest 6.6.1-5 version here:<a href="http://www.cloudgoessocial.net/im_iphone/IM_6.6.1-5_libs.zip">IM 6.6.1-5</a><br />
Or if you dare the latest beta 6.6.1-6 here:<a href="http://www.cloudgoessocial.net/im_iphone/IM_6.6.1-6_libs.zip">IM 6.6.1-6</a></p>
<p>As usual you can find the latest updated working XCode project here:<a href="http://www.cloudgoessocial.net/im_iphone/IM_Test.zip">IM_Test project</a></p>
<p>I&#8217;m in talks with the developers of ImageMagick to try and have a &#8220;standard&#8221; build for iPhone so that everyone can just go there. I will keep you up to date with it.</p>
<p>Please report any issues you might have and especially if now the applications will be accepted by Apple!</p>
<p>Regards,</p>
<p>~C</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudgoessocial.net/2010/05/01/latest-imagemagick/feed/</wfw:commentRss>
		<slash:comments>67</slash:comments>
		</item>
		<item>
		<title>NexusOne</title>
		<link>http://www.cloudgoessocial.net/2010/02/16/nexusone/</link>
		<comments>http://www.cloudgoessocial.net/2010/02/16/nexusone/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 09:35:53 +0000</pubDate>
		<dc:creator>Cloud</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[rand]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[nexusone]]></category>

		<guid isPermaLink="false">http://www.cloudgoessocial.net/?p=275</guid>
		<description><![CDATA[Last week, on Friday, I attended the rescheduled-at-the-last-hour Google Android Developers Lab in Zürich and, as a result, I started learning about Android application development, the Android Google SDK and, as a gift, I came back home with a shiny new NexusOne, which is not available in Europe, yet. I&#8217;m now making a list in [...]]]></description>
			<content:encoded><![CDATA[<p>Last week, on Friday, I attended the <strong><em>rescheduled-at-the-last-hour</em></strong> Google Android Developers Lab in Zürich and, as a result, I started learning about Android application development, the Android Google SDK and, as a gift, I came back home with a shiny new <a href="http://www.google.com/phone/?locale=en_US&#038;s7e=">NexusOne</a>, which is not available in Europe, yet.</p>
<p><a href="http://www.cloudgoessocial.net/wp-content/uploads/2010/02/Download_01_Nexus_One-540x442.jpg" rel="lightbox[275]"><img src="http://www.cloudgoessocial.net/wp-content/uploads/2010/02/Download_01_Nexus_One-540x442-300x245.jpg" alt="" title="NexusOne Google Android phone" width="300" height="245" class="aligncenter size-medium wp-image-283" /></a></p>
<p>I&#8217;m now making a list in the typical fashion of a good ol&#8217; Italian-directed western movie both from a (advanced, I daresay) user and a developer perspective. I hope no-one will feel bad about what I write as most of it, to me, are easily acknowledgeable facts, rather than my only suppositions.</p>
<p>Let&#8217;s start up without further waiting.</p>
<p><strong><span style="color: green;">THE GOOD</span></strong></p>
<p><strong>NexusOne Overall</strong></p>
<p>I must say that is the best non-iPhone iPhone-competitor that I&#8217;ve seen, tried and played with (played as in using, not played as in playing mobile games, for which I don&#8217;t have time). The size is right about the same as the iPhone (yes, don&#8217;t give me shit it&#8217;s one millimeter (I DO use the metric system, and all of you should, as well) less thick, and stuff like that). So, for any iPhone user it just fits good in your hand/pocket/wherever-you-carry it. The screen is bright, the manufacturing quality seems good, it has a replaceable battery with all the pros and cons of that (i.e. it fell and of course the shell opened up, the battery came off, etc, I don&#8217;t have to tell you all of this, right?). The screen finishing seems different from the iPhone one and oily fingers DO leave more visible traces than on the iPhone. But that&#8217;s just noticeable while the screen is switched off.</p>
<p><strong>Android OS 2.1 updated</strong></p>
<p>The OS is stable, it&#8217;s fast and it&#8217;s good. I like the interface elements, even though they are much different from the iPhone ones. Everything that&#8217;s shipping with/on the phone is good, fast and reliable. A few things could be changed, perhaps, but nothing too radical or that would have a major impact on the overall OS. The &#8220;notification system&#8221; is a well structured way of informing the user of changes or if something happened. Maybe having the date always on on the top bar while no notifications are available would be a nice thing, rather than having to touch the bar to display the date. But maybe that&#8217;s even an option, I do not know.</p>
<p><strong>SDK</strong></p>
<p>At the Android Developers Lab we had the pleasure to have a few talks by one of the Android Application Development Gurus: Reto Meier (<a href="http://www.amazon.com/Professional-Android-2-Application-Development/dp/0470565527/ref=sr_1_2?ie=UTF8&#038;s=books&#038;qid=1266310488&#038;sr=8-2">The guy that wrote this book</a>). And coming from the wonderful iPhone/MacOSX SDK I was impressed by the quality put into the Android SDK. It surely is easy to learn, easy to code against and quite good. A few very good ideas are <strong>Alarms</strong> (I smell <em>cronjob</em> around them! And I like it!) and <strong>Intents</strong> for inter-app communication. Please Apple, if you are reading this have something like it on the iPhone, as well!</p>
<p><strong><span style="color: red;">THE BAD</span></strong></p>
<p><strong>The Keyboard</strong><br />
It just badly suck. Especially if you come from the iPhone. First of all, like many European user, we tend to know at least two languages. One being our mother tongue, the other being English. And that&#8217;s saying &#8220;at least two&#8221;, many do speak even three or four. It is very common for me, for example, but for many, many (yes Google, if you&#8217;re reading this: MANY) other to write in different languages. And sorry to say it but switching dictionary-based-not-so-well-working-word-recognition on the Android is even harder than on old mobile phones (and I DO mean <a href="http://www.google.com/search?rls=en&#038;q=nokia+3210&#038;ie=UTF-8&#038;oe=UTF-8">old mobile phones</a>). Basically it just has ONE language for input AND for the system. To change that you need to go all the way to the preferences. It just resolves into not caring about the language-input-recognition. Which isn&#8217;t a very good system, either, yet.</p>
<p>Secondly the keys are too packed together. Or the touch sensitivity isn&#8217;t that great. Or I do not know what, but on the iPhone I rarely rarely mistype a word, and in that rare occasion it just gets (properly) corrected. On the NexusOne Android phone I keep, keep, keep mistyping words. And they don&#8217;t get corrected, or get corrected in the wrong/weirdest way (for Italian input, at least).</p>
<p>Just two examples, first in Italian, second in English. In Italy we use accents. Quite a lot. The future first person singular of the verb &#8220;to go&#8221; is &#8220;andrò&#8221;.</p>
<blockquote><p>
<strong>Android</strong> I type: Andro &#8211; it suggests: Andro, androne, Andria, Andromeda, <strong>andrò</strong> &#8211; for it I have to scroll, as well, on the suggestion.</p>
<p><strong>iPhone</strong> I type: Abdro &#8211; it suggests: andrò
</p></blockquote>
<p>Let&#8217;s see with English, where there&#8217;s much use of the &#8220;&#8216;&#8221; character for shortening things around. Let&#8217;s write &#8220;you&#8217;ve&#8221;.</p>
<blockquote><p>
<strong>Android</strong> I type: Youve &#8211; it suggests: nothing</p>
<p><strong>iPhone</strong> I type: Youve &#8211; it suggests: you&#8217;ve
</p></blockquote>
<p>Now, this is just two examples, and both use quite annoying things, such as accents, for which normally you would have to tap-and-keep-pressed a letter for the options to come up or the &#8220;&#8216;&#8221; character which requires on both phones to &#8220;switch&#8221; keyboard to the punctuation and then back to the letters (which the iPhone is smart enough to do on his own, anyway, getting more points for it, as well), but I happen to use such features much. much. MUCH. And I do bet most of the user will find this &#8220;problem&#8221; quite annoying.</p>
<p>Enough said: Google, please fix the keyboard: changing input language, understanding what I would&#8217;ve wanted to write, user-interaction needed to write.</p>
<p>This is the <span style="color: red;">ONE BAD THING</span> about the Android OS. Unfortunately it is also quite a big issue for smartphones where we usually &#8220;write&#8221; more than &#8220;speak&#8221;. Fortunately it is a software-fixable issue. So just fix it! :)</p>
<p><strong><span style="color: orange;">THE UGLY</span></strong></p>
<p><strong>Apps</strong></p>
<p>Ok, the iPhone has been out for longer, has less fragmentation, whatnot. But come on, some &#8220;bigs&#8221; can really do a better job with their apps. First of all, the Facebook app, if compared to the iPhone companion is like 1 era away. I won&#8217;t say much more, just update it! Shazam is at the same level, what a pity. And that&#8217;s just to cite two GOOD apps. The Market is plagued by bad applications that suck much. And they suck more than most iPhone applications, which already suck quite a lot (many of them, at least). This of course has nothing to do with Google, which is actually delivering quite GOOD applications. Keep the good work up, Google. Step it up, developers!</p>
<p>Just one thing related to Application development. InterfaceBuilder, for the iPhone GUI has no rivals. Just think of something, writing GUI for Java is THE nightmare, at the current state of things.</p>
<p><strong>Battery Life</strong></p>
<p>I haven&#8217;t played around too much with the phone. But battery draining seems quite fast. I&#8217;ve been mostly texting/writing emails and the thing (brand new!) lasts only two/three days. My iPhone 3G which is now one year and a half old, used exactly in the same way + for listening to some music lasts the same or at times more. This is NOT a good signal. So please, engineers, work on this issue. Please.</p>
<p><strong><span style="color: blue;">WRAPPING IT UP</span></strong></p>
<p>The NexusOne is definitely a good phone. Possibly some Android OS updates which I hope won&#8217;t come too late in the future will make it even a better one. The openness of the Market is surely a good thing, but at this time I would still suggest buying and iPhone. That said, I will wait to see enhancements been thrown down the pipe and update you on the situation. I&#8217;m sure the Android OS has a bright future, and I&#8217;m happy to be using it and to be developing for it. As much as I&#8217;m happy that the iPhone is around, so I don&#8217;t waste hours to write an email :P</p>
<p>These are just my thoughts.</p>
<p>~C</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudgoessocial.net/2010/02/16/nexusone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ImageMagick for iPhone via SnowLeopard</title>
		<link>http://www.cloudgoessocial.net/2010/02/10/imagemagick-for-iphone-via-snowleopard/</link>
		<comments>http://www.cloudgoessocial.net/2010/02/10/imagemagick-for-iphone-via-snowleopard/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 00:38:09 +0000</pubDate>
		<dc:creator>Cloud</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[tips & howtos]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://www.cloudgoessocial.net/?p=264</guid>
		<description><![CDATA[UPDATE: iOS4.3 and Xcode4 1.5.2010 &#8211; UPDATE: for the latest compiled libraries and test project please refer to: Latest ImageMagick Hi all ImageMagick developers! It has been a long time since my last update to my script for building ImageMagick and having it running as a statically compiled library so that you can use it [...]]]></description>
			<content:encoded><![CDATA[<h2>UPDATE: <a href="http://www.cloudgoessocial.net/2011/03/21/im-xcode4-ios4-3/">iOS4.3 and Xcode4</a></h2>
<h2>1.5.2010 &#8211; UPDATE: for the latest compiled libraries and test project please refer to: <a href="http://www.cloudgoessocial.net/2010/05/01/latest-imagemagick/">Latest ImageMagick</a></h2>
<p><a href="http://www.cloudgoessocial.net/wp-content/uploads/2010/02/im_iphone_snowleopard.jpg" rel="lightbox[264]"><img src="http://www.cloudgoessocial.net/wp-content/uploads/2010/02/im_iphone_snowleopard-300x150.jpg" alt="" title="ImageMagick statically compiles on SnowLeopard for iPhone" width="300" height="150" class="aligncenter size-medium wp-image-265" /></a></p>
<p>Hi all <a href="http://www.imagemagick.org/">ImageMagick</a> developers!</p>
<p>It has been a long time since my last update to my script for building ImageMagick and having it running as a statically compiled library so that you can use it in all your iPhone applications! To make up for the delay I have made some improvements:</p>
<ul>
<li>Script now working on Snow Leopard (tested on 10.6.2 against iPhone SDK 3.1.3)</li>
<li>Script better organized (although I want to make it even better!)</li>
<li>Script available through <a href="http://github.com/marforic/imagemagick_lib_iphone">github</a>, so if you want to help me updating it, know some bash scripting, and willing to help, just contact me!</li>
<li>Updated libpng to v1.4.0 and libtiff to v1.9.2</li>
</ul>
<p>As usual I also link you a <a href="http://www.cloudgoessocial.net/im_iphone/ImageMagick_compiled_v2.zip">.zip</a> containing all the .a universal (iPhone + iPhoneSimulator) libraries that you can use right away in your projects! I&#8217;ve also updated the <a href="http://www.cloudgoessocial.net/im_iphone/IM_Test.zip">test project</a>, just minor changes, and the new libraries!</p>
<p>I hope you are happy with the update, and I would like to thank:<br />
Verdier Christophe for a much better script stub posted in the comments<br />
<a href="http://cocoawithlove.com/2009/09/building-for-earlier-os-versions-in.html">Cocoawithlove.com</a> for a good guide on understanding why the heck the iPhoneSimulator libraries weren&#8217;t working at all!</p>
<p>Don&#8217;t be shy and comment, also pointing me to some cool iPhone Apps that you&#8217;ve been working on that use ImageMagick!</p>
<p>~C</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudgoessocial.net/2010/02/10/imagemagick-for-iphone-via-snowleopard/feed/</wfw:commentRss>
		<slash:comments>46</slash:comments>
		</item>
		<item>
		<title>Who Am I?</title>
		<link>http://www.cloudgoessocial.net/2009/10/15/who-am-i/</link>
		<comments>http://www.cloudgoessocial.net/2009/10/15/who-am-i/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 07:38:51 +0000</pubDate>
		<dc:creator>Cloud</dc:creator>
				<category><![CDATA[rand]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[who am i]]></category>

		<guid isPermaLink="false">http://www.cloudgoessocial.net/?p=244</guid>
		<description><![CDATA[A new software developed by me and some others, over at caffeineapps.com. It&#8217;s a simple and funny game, just take a picture of yourself or some friends, disguise it with our tools and upload it. From that moment on you&#8217;re part of the game, anyone in the world could find you. For more information just [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption aligncenter" style="width: 310px"><a href="http://www.caffeineapps.com/wp-content/uploads/2009/08/who_am_i.png" rel="lightbox[244]"><img alt="Screenshots of the Who Am I? application" src="http://www.caffeineapps.com/wp-content/uploads/2009/08/who_am_i-300x144.png" title="Who Am I?" width="300" height="144" /></a><p class="wp-caption-text">Screenshots of the Who Am I? application</p></div>
<p>A new software developed by me and some others, over at <a href="http://www.caffeineapps.com">caffeineapps.com</a>. It&#8217;s a simple and funny game, just take a picture of yourself or some friends, disguise it with our tools and upload it. From that moment on you&#8217;re part of the game, anyone in the world could find you.</p>
<p>For more information just look at the <a href="http://www.caffeineapps.com/who-am-i">application website</a> or try it out on your iPhone, it&#8217;s free! Get it from the <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=314853558&#038;mt=8">AppStore</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudgoessocial.net/2009/10/15/who-am-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

