On Tue, Oct 16, 2012 at 10:54 PM, Lew <[email protected]> wrote:
> Bob S wrote:
>> Is there a bare-bones example?  I am looking into Unity, someone suggested
>> that on Stack Overflow.  I am OK with opening each project file separately
>> in its own IDE,  for example Xcode/ Eclipse.  But it would have to be in the
>> same language C/C++ to re-use source in all the targets.
>
> Well, the language for iOS app development is Objective-C, and for Android
> is Java. I think you're SOL on this one.

Actually, both iOS and Android can be programmed in C/C++ (for the
Android side, ever heard of NDK?).  Ironically enough, Java is only
portable in theory, C/C++ are the actual portable languages.

Solving differences in interfacing with platform environment is an old
problem, there are techniques for dealing with it even though the
solution is usually not trivial.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to