I have to run my Android app on another platform, such as Nokia Symbian or Java. Is there any solution for such a conversion?
Asked
Active
Viewed 3,921 times
0
-
I Think no. this would be not so easy. – Tarsem Singh Sep 02 '13 at 05:01
-
@Tarsem Your edit is not appropirate, as code formatting is not needed in this case. – nanofarad Sep 02 '13 at 05:04
-
@Tarsem Generally, you should keep edits clear and simple. Italics is fine as long as it's used *sparingly*. – nanofarad Sep 02 '13 at 05:06
-
I think you need to write yourself – Rohit Sep 02 '13 at 05:08
2 Answers
2
No. The APIs are far too intertwined with the Android OS. Symbian or Java will not offer the same set of classes for display, OS integration, apps, accelerometor/sensors, and almost anything else.
You can, however, refactor OS-agnostic code into new classes and reuse those for Java platforms.

nanofarad
- 40,330
- 4
- 86
- 117