Eclipse app for iPhone

Asked

Viewed 524 times

3

I’m in need of some help, and I don’t even know what to do. I created a very simple Eclipse Kepler, I put in Google Play and it was great.

I would like to know if it is possible and how best to "convert" my project of Android for IOS. As there are many users requesting the same application for the iPhone, I want to develop the application for the same, but I know nothing of Objective-C and I don’t even have Mac or anything. So I want to know if there is possibility to "convert" my existing application?

Note: I created the app the basis of tutorials.

  • I believe that a reformulated question, clarification and better explaining the doubt, it may be that the same can be reconsidered.

  • In fact I have my doubts whether it should have even been closed. Anyway, I voted to reopen.

  • 1

    "Convert" automatically I believe it is not possible (as far as I know), there are yes some tools that promise to create applications "hybrid" for Android and IOS, but many of them have their own programming language (using an intermediate language), I can cite some examples such as Phonegap (which uses html, css and javascript, and results in web-based applications, run in Webview), and Shaman(that uses C# and "according to their website" results in a native hybrid application). Note: I never used Xamarim.

  • I will use Phonegap here and try to recreate the app. Thank you very much for your attention, and if you have any tutorial on Phonegap please give me the link.

1 answer

1

Converting so automatically unfortunately has no way. But there are some means, one of them is the hybrid applications with HTML, Javascript and CSS (which is what I know a little more). There are other options also as quoted in the comments.

Some programmers say that using these means the application ends up losing a little performance, and depends on connection to work. But I cannot confirm this information to you because I have not yet used this medium, I intend to use it soon, even if it is only experimental.

I hope I’ve helped.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.