Can I use a working android code to build a pure Java application. I don't want the port directly.

Can I use a working android code to build a pure Java application. I don't want the port directly.

I want to convert an android app for Bb 10 working versions of a Java for BB 6.0 and 7.0 application verson etc.

Laughing out loud
Android use j2se, bb os use j2me (+ extensions).
a few basic java classes and functionality (collections, reflection etc) will be unavailable on java bb as he (resp. j2me) is based on java 1.3/1.4

in my experience most logical profession can be reused with minimal changes (such as the use of vectors instead of the list, etc.), but UI has to be redone completely.

Tags: BlackBerry Developers

Similar Questions

Maybe you are looking for