From: Marko Ž. <xm...@st...> - 2011-05-06 10:57:46
|
This is the scenario I would like to have: - have an Android library project which has all the business logic for an app - have a separate Android project for the gui and whole app - cross compile the Android library project to xcode library project - have an xcode project for iPhone gui and whole app, which uses the crosscompiled xcode library Is it possible? What are the possible problems with this approach? Have anyone tried it? |