iphone - Is there any tool that converts Objective C code to java for Android -
possible duplicate:
objective-c java cross compiler
i have working iphone app , want convert android app minimal effort. can suggest ?
i don't think so. you're best bet have been develop application scratch using platform appcelerator or phone gap.
the commenter makes excellent point: platforms fundamentally different. straight conversion of code won't work. have convert framework/api calls , restructure of ui. not framework different, assumptions made platform totally different well.
possibly best way reuse code (this isn't easiest, keep in mind) convert objective c code c or c++ , make use of android ndk. won't able reuse of ui code, might able reuse significant amount of application logic depending on application does.
Comments
Post a Comment