Java – Porting BlackBerry application code to the Android platform

Porting BlackBerry application code to the Android platform… here is a solution to the problem.

Porting BlackBerry application code to the Android platform

I have a Blackberry library written using Java and Blackberry (RIM) specific APIs. I want to port the same library to the Android platform without any code changes and make it run.

Here I am looking for the best way to achieve it

Any cross-compiler/Revel framework will get my BlackBerry to run on Android. I think it will make my job easier 😉

Please share your opinion on this.
Thanks in advance.

Solution

You can’t do that. AFAIK, Blackberry uses J2ME technology (which may be wrong here). The Android system is built on completely different principles. You have to learn android to understand how to build a GUI, how to handle background tasks, and where to store your data. I’m sorry.

Start with application fundamentals

Related Problems and Solutions