Well there is always the possibility if you really want to.  The
problem is that you'll have to completely translate it from Objective
C (iPhone's language) to Java (Android's).  You'll have to change a
lot of infrastructure as well since the iPhone and Android both have
extremely different APIs.

You're welcome to try, of course, but I don't think it's normally
something that is done do to the difficulty involved.  It's almost as
hard as starting from scratch, which may actually be a better option
in many cases.  I would suggest you evaluate the code and decide if
it's really that important or if it can be redone from the beginning.
Try writing the algorithm in pseudo code to see if it's complicated.
>From there, personally I'd just rebuild it, but you could then port
over classes from the bottom up.

Essentially: porting is definitely possible, but I don't know of
anyone doing it due to the difficulty and monumentally different
architectures.

On Oct 1, 1:57 pm, Yaseen <[EMAIL PROTECTED]> wrote:
> Has anyone tried porting any iPhone application to Google Phone and If
> yes, what are the technical aspects to take into consideration for
> this effort.Any reference /url/tutorial for the same highly
> appreciated.
>
> Thanks,
> Yaseen
--~--~---------~--~----~------------~-------~--~----~
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