Search code examples
javaandroidblackberrycross-platformmultiplatform

Porting blackberry application code in to Android platform


I have an Blackberry library written using JAVA as well Blackberry(RIM) specific API's. I would like to port the same library in to Android platform without making any code changes and make it run.

Here i am looking for the best way to achieve it

Any cross compiler/cross framework is available for making my Blackberry run on Android platform.Thinking this would make my job easy ;)

Please share your inputs on this. Thanks in advance.


Solution

  • You can't do that. AFAIK, Blackberry uses J2ME technologies(can be wrong here). Android system is built in absolutely other principles. You have got to learn android in order to understand how to build GUI, how to process with background tasks and where you store your data. Sorry.

    Start with application fundamentals.