ios - easiest way to refactor code from Objective-C to java? -



ios - easiest way to refactor code from Objective-C to java? -

i ios developer , entire career, date has been spent using xcode, along objective-c , c code, write apps apple app store. refactor code java and/or xml using eclipse , seek getting few of existing apps on google play.

i understand though both languages object-oriented, 1 (objective-c) compiled , other (java) interpreted. nowadays barriers refactoring code file file, line line?? c functions? work in eclipse?

is there kind of translator automatically convert objective-c java, or translate xcode files eclipse files????

the android , ios platforms different, trying port app, line-by-line going produce app of low quality. honest, it's not feasible because of vast differences in apis. more "interesting" app (in other words, more does), more problem there in porting it. beyond api differences, there fundamental differences in philosophies of 2 platforms cause major re-design of functionality, not code.

that isn't saying apps should not written both platforms. many apps indeed available both. it's not trivial or automated effort unless started out cross-platform mobile development framework (for example, see this answer). moving app new platform requires redesigning app fit platform before start looking @ code.

java ios objective-c eclipse xcode

Comments

Popular posts from this blog

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

mediawiki - How do I insert tables inside infoboxes on Wikia pages? -

Local Service User Logged into Windows -