<?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: Android vs. iPhone; A Developer&#8217;s Comparison</title>
	<atom:link href="https://codethink.no-ip.org/archives/188/feed" rel="self" type="application/rss+xml" />
	<link>https://codethink.no-ip.org/archives/188</link>
	<description>A blog about coding, life, and other arbitrary topics</description>
	<lastBuildDate>Fri, 31 Jan 2020 05:12:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.29</generator>
	<item>
		<title>By: Klandas Korman</title>
		<link>https://codethink.no-ip.org/archives/188#comment-146815</link>
		<dc:creator><![CDATA[Klandas Korman]]></dc:creator>
		<pubDate>Mon, 25 Jan 2016 16:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://codethink.no-ip.org/wordpress/?p=188#comment-146815</guid>
		<description><![CDATA[The difference between the Android Emulator and iPhone Simulator is exactly that: Emulator vs Simulator. Android emulates the ARM CPU and the hardware of an actual Android phone. x86 to ARM translation is very inefficient and slow, with no hardware virtualisation support (unlike x86 to x86 virtualisation like Parallels).

The iPhone Simulator on the other hand isn&#039;t an emulator at all, it merely simulates the iOS environment much more efficiently and directly on x86 without translation.]]></description>
		<content:encoded><![CDATA[<p>The difference between the Android Emulator and iPhone Simulator is exactly that: Emulator vs Simulator. Android emulates the ARM CPU and the hardware of an actual Android phone. x86 to ARM translation is very inefficient and slow, with no hardware virtualisation support (unlike x86 to x86 virtualisation like Parallels).</p>
<p>The iPhone Simulator on the other hand isn&#8217;t an emulator at all, it merely simulates the iOS environment much more efficiently and directly on x86 without translation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Klemen Nagode</title>
		<link>https://codethink.no-ip.org/archives/188#comment-37867</link>
		<dc:creator><![CDATA[Klemen Nagode]]></dc:creator>
		<pubDate>Tue, 09 Jul 2013 10:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://codethink.no-ip.org/wordpress/?p=188#comment-37867</guid>
		<description><![CDATA[I developed first on Android, after that on iOS and now I have another project on Android.

I must admit that I have a feeling that iOS development works like a charm (it has some disadvantages but still - it is great). 

There is no such  great alternative to CoreData on Android (there is liteOrm, greenDao but compared to CoreData those libs are toys. Where is Hibernate for Android? ...).

Debugging in Xcode is much faster, writing Unit tests also ... I also see that it is much easier to develop with GIT and submodules in Xcode than in Eclipse - there are many more dependencies in Eclipse ...]]></description>
		<content:encoded><![CDATA[<p>I developed first on Android, after that on iOS and now I have another project on Android.</p>
<p>I must admit that I have a feeling that iOS development works like a charm (it has some disadvantages but still &#8211; it is great). </p>
<p>There is no such  great alternative to CoreData on Android (there is liteOrm, greenDao but compared to CoreData those libs are toys. Where is Hibernate for Android? &#8230;).</p>
<p>Debugging in Xcode is much faster, writing Unit tests also &#8230; I also see that it is much easier to develop with GIT and submodules in Xcode than in Eclipse &#8211; there are many more dependencies in Eclipse &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas Raffray</title>
		<link>https://codethink.no-ip.org/archives/188#comment-13574</link>
		<dc:creator><![CDATA[Nicolas Raffray]]></dc:creator>
		<pubDate>Wed, 12 Sep 2012 13:04:33 +0000</pubDate>
		<guid isPermaLink="false">http://codethink.no-ip.org/wordpress/?p=188#comment-13574</guid>
		<description><![CDATA[Very interesting article thank you. We had an application developped for Android (using Android SDK) and ask the programmer to develop same for Ios, if he charged 2K for the Android he charged 1K for the Ios...is that fair ? the app is very basic, showing a list of products and pictures plus map location. Tks]]></description>
		<content:encoded><![CDATA[<p>Very interesting article thank you. We had an application developped for Android (using Android SDK) and ask the programmer to develop same for Ios, if he charged 2K for the Android he charged 1K for the Ios&#8230;is that fair ? the app is very basic, showing a list of products and pictures plus map location. Tks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Filip</title>
		<link>https://codethink.no-ip.org/archives/188#comment-11079</link>
		<dc:creator><![CDATA[Filip]]></dc:creator>
		<pubDate>Tue, 27 Mar 2012 19:45:32 +0000</pubDate>
		<guid isPermaLink="false">http://codethink.no-ip.org/wordpress/?p=188#comment-11079</guid>
		<description><![CDATA[Nice. Thanks for the informal and insightful assessment.]]></description>
		<content:encoded><![CDATA[<p>Nice. Thanks for the informal and insightful assessment.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
