0

I have to run my Android app on another platform, such as Nokia Symbian or Java. Is there any solution for such a conversion?

nanofarad
  • 40,330
  • 4
  • 86
  • 117
Amintabar
  • 2,198
  • 1
  • 29
  • 29

2 Answers2

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
1

You better try sencha phone gap to create application run on different platforms..

Ansar
  • 364
  • 3
  • 16