Advertising (This ad goes away for registered users. You can Login or Register)

Android VS iOS

Everything related to smartphones and tablets that doesn't fit in the other forums
frank
Posts: 211
Joined: Wed Mar 23, 2011 5:15 am
Location: northwest usa
Contact:

Re: Android VS iOS

Post by frank » Sat Jan 21, 2012 8:48 pm

m0skit0 wrote:
frank wrote:You can run native code on Android devices :mrgreen:
Using the NDK, I know, but this limits your app on running on a specific device architecture. Thus the ADK is still preferred for maximum compatibility.
Well you still win over Apple there.
You get the speed and it reaches a number of devices. Not all, but a lot.
Whilst Apple has only one device. Android FTW!:D
m0skit0 wrote:
JJS wrote:2.x Android version also introduced a JIT compiler for the Java VM.
JIT is still not native since you still need to do a translation (and thus slower than native).

Please correct me if I'm wrong here.
It compiles as it goes. Not translation since you can't exactly say it's translating and sending straight to CPU. It compiles and caches it. Then it runs the compiled cached program. So yes it's still slower than native.

Also correct me if I'm wrong:P
Advertising
Sig shrink!
PSP 2000 6.60 ME-1.8
G1 - Super D 1.11
Samsung Galaxy Tab 2 GT-P5113 - CyanogenMod 10
PC - Windows 7 - P4 3.20ghz HT - 3 gb 756 mb RAM - ATI Radeon x600
Cardboard box server - Ubuntu Server :D - AMD Athlon XP 3000+ - 512mb RAM

JJS
Big Beholder
Posts: 1416
Joined: Mon Sep 27, 2010 2:18 pm
Contact:

Re: Android VS iOS

Post by JJS » Sat Jan 21, 2012 8:59 pm

I don't think there is a performance difference between native instructions produced by the JIT compiler and a regular "offline" compiler. Once it is run through it, it is as native as it gets, no more interpretation necessary. Of course you either get a start-up delay if everything is compiled ahead on loading or the first few executions of code are slow until it has been run through the JIT.

It is also possible to build native libraries for all current Android platforms from the same source code (armeabi, armeabi-v7a and x86). All of them are then packed into the APK and only the libraries which match the target architecture are installed and run. So using native code and still being fully compatible to all devices is no big deal.

This kinda gets offtopic, so here is something relevant: Android ftw!
Advertising

Codestorm
Posts: 227
Joined: Sun Dec 04, 2011 6:28 pm
Location: 127.0.0.1

Re: Android VS iOS

Post by Codestorm » Sun Jan 29, 2012 6:15 pm

I decided to go with Android long ago, and would never even think about getting an iThing
Image

User avatar
fouadtjuhmaster
Posts: 763
Joined: Sat Jan 01, 2011 12:27 am
Location: Segangan, Oriental, Morocco
Contact:

Re: Android VS iOS

Post by fouadtjuhmaster » Sun Apr 01, 2012 6:37 pm

iAm a proud iOS user. iHave an iPod Classic, Suffle, iPhone
And(roid) is not something i am proud of but i have: Samsung Galaxy Tab
Image

User avatar
m0skit0
Guru
Posts: 3817
Joined: Mon Sep 27, 2010 6:01 pm

Re: Android VS iOS

Post by m0skit0 » Sun Apr 01, 2012 8:00 pm

Nice, but may I remind you what's discussed here: Who Wins? And why?
I wanna lots of mov al,0xb
Image
"just not into this RA stuffz"

User avatar
fouadtjuhmaster
Posts: 763
Joined: Sat Jan 01, 2011 12:27 am
Location: Segangan, Oriental, Morocco
Contact:

Re: Android VS iOS

Post by fouadtjuhmaster » Mon Apr 02, 2012 6:11 am

m0skit0 wrote:Nice, but may I remind you what's discussed here: Who Wins? And why?
iOS, because they rock!
Image

User avatar
Xian Nox
Retired Mod
Posts: 2749
Joined: Fri Nov 05, 2010 5:27 pm
Location: Over the hills and far away

Re: Android VS iOS

Post by Xian Nox » Mon Apr 02, 2012 6:29 am

fouadtjuhmaster wrote:
m0skit0 wrote:Nice, but may I remind you what's discussed here: Who Wins? And why?
iOS, because they rock!
^ Typical iFan. Gives no other explanation except a 'just cause', and stubbornly claims that what they say is true. Buys overpriced products on a regular basis only to show off.

Try this way: I prefer Android, because there is a wider range of devices it is available on, it is more customizable, has a better SDK, and is based on Linux too. :mrgreen:

karkinissan
Posts: 393
Joined: Tue Sep 28, 2010 2:21 am

Re: Android VS iOS

Post by karkinissan » Mon Apr 02, 2012 7:30 am

'nuff said.
Sorry for my Awesome English.

User avatar
m0skit0
Guru
Posts: 3817
Joined: Mon Sep 27, 2010 6:01 pm

Re: Android VS iOS

Post by m0skit0 » Mon Apr 02, 2012 7:57 am

fouadtjuhmaster wrote:iOS, because they rock!
Ok, you already made your point earlier, but the question actually is why they rock?
Xian Nox wrote: Typical iFan. Gives no other explanation except a 'just cause', and stubbornly claims that what they say is true. Buys overpriced products on a regular basis only to show off.
You got it, matey! Also in my experience, usually least technically skilled people (sometimes also people who "think" they are technical skilled when they're not), always choose Apple (really flawed ones even go for Windows Phone :roll: ), while people more "hackerish" and usually with more technical background/knowledge go for Android. This is based on the people I personally know, and they fit 100% in this category.
Xian Nox wrote:has a better SDK
I don't agree with this point. iOS SDK is very solid, and probably better than Google's. The bad points: Objective-C (who the heck knows this sh**), tools only available for OS X (sucks a**)...
I wanna lots of mov al,0xb
Image
"just not into this RA stuffz"

User avatar
fouadtjuhmaster
Posts: 763
Joined: Sat Jan 01, 2011 12:27 am
Location: Segangan, Oriental, Morocco
Contact:

Re: Android VS iOS

Post by fouadtjuhmaster » Tue Apr 03, 2012 5:33 am

Ok let me try:
iOS is better, because they made for one phone a lot of apps and games. However Adroid apps/games will run on a HTC or Samsung.
Image

Post Reply

Return to “General”