I have this application built in java. I can share what functionality is required but not the source code. I am just trying to find out if there is any app converter which can take the current java source code for Android and generate that into iOS compatible. Actually I am little greedy here to have this into windows 8 as well...
Eoin OSullivan
If it is a native java Android app then you are not going to have much joy in converting it to iOS which uses Objective-C. There is very little portability between the two and if you are planning to have a cross-platform app then it makes sense to start with a clean sheet and use a framework that can compile an Android and iOS app.