I have a Android app that was made with Java - can I port this to Blackberry 10? Someone told me no, but just wanted to check here.
Thanks!
I have a Android app that was made with Java - can I port this to Blackberry 10? Someone told me no, but just wanted to check here.
Thanks!
BlackBerry 10 can run (some) Android application repackaged as bar applications. If you're talking about it, you'll have to know that some API are not compatible (no Google Maps API, no native code allowed, for example). You can go there and check your application compatibility.
If you're talking about developing a "pure" BlackBerry 10 application, starting with your Android Java sources, you will need to rewrite all of it in C++. BlackBerry 10 doesn't run Java code, excepted repackaged Android applications.