1
vote
1answer
59 views

Making Android code cross platform

My Android app uses dynamic UI. That is, all of it UI screens are made up of only simple types (gallery, list view, form view) and they are created entirely by java code instead of using xml ...
0
votes
1answer
139 views

porting IOS app to windows Phone [closed]

I have a fully implemented native app in IOS today. The content of the app is to open and read pdf files that customers requesting. Recently the customers have been asking about an windows phone app ...
1
vote
2answers
140 views

Port existing c code to iOS/iPhone

I have the source code for a video decoder which is written in C. The code has successfully compiled and and executed under linux OS. Later i also ported this decoder in an android application with ...
0
votes
2answers
212 views

Differences between SQLite database in Android and IOS

I an tasked with porting and Android app I built some months ago over to iOS. Now, I have also worked with SQLite in iOS in the past. However, I remember it being a lot more work than the Android ...
0
votes
1answer
182 views

Porting ios to android: http post

Trying to post image with additional data. IOS code: NSMutableDictionary *params = [NSMutableDictionary dictionary]; [params setValue:userID forKey:@"userid"]; [params setValue:sessionID ...
-1
votes
1answer
112 views

Is there an equivalent of iOS navigation controller in BlackBerry-10

I am trying to port an iOS application to BlackBerry-10. Is there anything in BlackBerry-10 that is equivalent to UINavigationController of IOS.
0
votes
0answers
55 views

Asset mapping from iOS to Android?

I'm working on basically porting an app from iOS to Android and am curious about general strategies for bringing over the assets. Our iOS project has essentially 3 classes of assets: * Small = 480 x ...
-4
votes
1answer
176 views

Port iOS app to a web app [closed]

I have written an iPhone game and I want to convert it so that it can be played on my website. How can I do this?
1
vote
1answer
93 views

Port game from iOS (iPad) to Windows

Is it possible to to port a game, originally built for iOS (iPad version only, but it's not important) to Windows in an easy manner? I assume I have all the source code of the original game. I also ...
0
votes
2answers
130 views

Porting android code into objective C

I have an android game thats basically completed and I want to start porting it to iOS. I'm completely foreign to objective c and I have no idea where to start. In android I have a surface view, ...
1
vote
1answer
798 views

Going from Android to iOS in PhoneGap

How does PhoneGap work? (I'm still going through all their faqs, etc.) I downloaded the andriod sdk and installed PhoneGap stuff and also got the Hello World working on the Android emulator. Now how ...
0
votes
1answer
685 views

How To Port iOS Game To Android [closed]

I have a cocos2d iPhone game that I would love to put on the Android marketplace, but I don't know how to go about porting it. I would appreciate it if someone helped me. Thank you for any help I get. ...
0
votes
0answers
401 views

Porting a simple free iOS app to Android

I'm curious about efficient strategies for porting simple iOS apps to Android. In this case "simple" means an app with one full-screen UITableViewController that's populated with an XML file ...
0
votes
2answers
376 views

how to compile an Android NDK lib to a static iOS lib

I have a C++ codebase which is used by our Android project via JNI (build scripts and such are all Android-specific). I need to update our Objective C project with it which is using an older version ...
0
votes
2answers
166 views

Speeding up the porting of an iPad application to Android

My work consists of porting an iPad application to Android (so from Objective-C to Java). I've developed in the Android environment, but never in iOS. Currently I am looking for advice -- I'd like to ...
2
votes
1answer
346 views

Good books for porting android/java to ios/objective c

I spent the last year working on a project that involved mostly java for android but used c++ for some additional libraries through jni. What I would like to do is port the whole project into ...
1
vote
1answer
412 views

Json-RPC Method from iOS to Android

I have a java webservice, with some method. The webservice methods are in this form: @Webservice(paramNames = {"email", "password", "stayLogged", "idClient"}, public Response startSession(String ...
1
vote
1answer
337 views

Porting Java OpenGL-based Android game to iOS (no native code)

I might be a little screwed here. I've been developing an engine for use in various games that I've been making for a long time now. The engine is written in 100% Java(no NDK), and uses OpenGL ES 1x ...
-1
votes
1answer
146 views

An approach to porting a project to another platform

I am an intern at a company trying to push an android and iPhone out out within the next 5 months. Today, I received information about my first "real" assignment which will entail porting the iPhone ...
14
votes
4answers
882 views

iOS UI elements porting on Android

ladies and gentlemen! Very often on my job I meet the following requirement from the client, when developing android applications: "make it look like and iPhone app". Yes, I know, that the best way ...
1
vote
2answers
116 views

What's the proper way to approach porting/rewriting this library?

I'm attempting to rewrite a Java library over in Objective-C. I'd like to rewrite it as an API so that certain methods are required to be implemented. I've begun to try to rewrite the code but I've ...
3
votes
4answers
6k views

Porting iOS app to Android

we made a quit big iOS application with 2000+ objective c classes. I am wondering there is a best practice guide to port it to Android ? Currently I am looking at Visual Paradigm (UML) which reverse ...
13
votes
9answers
28k views

Converting iPhone/iPad apps onto Android [closed]

I have started to build my own apps on iPhone and iPad using the iPhone SDK. The next question that is always asked by the client is, "Can we have it on Android?" So my question to you, 'the ...
9
votes
7answers
12k views

Is there a good Java to Objective-C converter? [closed]

Is there a good Java to Objective-C converter?