Like a person goes into Android Programming and wants the app to work on iOS for Apple.
Are they the same or different?

napninjanx
Recommended Answers
Jump to PostVery much different. Android runs stuff in a virtual machine that takes java code and compiles it into Dalvik virtual machine code. Apple apps are more machine-level and use (I think) Objective-C (an object-oriented language similar in some respects to C++) which is then compiled into native code. IE, if …
All 4 Replies
rubberman
1,355
Nearly a Posting Virtuoso
Featured Poster
Ewald Horn
26
Newbie Poster

napninjanx
Moran_1
0
Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of 1.20 million developers, IT pros, digital marketers, and technology enthusiasts learning and sharing knowledge.