Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to port an android application to blackberry?

I am developing apps for ios and android sdk. Is there any tutorial that explains how to port an existing android app to blackberry, and to publish it to the blackberry market?

I have no clue as far as blackberry is concerned. I saw a recent video on RIM playing an android app on an blackberry playbook. Is there is a possiblity of porting an android app in blackberry playbook? Does the porting only narrowed to blackberry playbook or the all other blackberry products?

like image 985
kingston Avatar asked Dec 09 '11 12:12

kingston


1 Answers

The android player works on the QNX platform which is what playbook has. You can port your android app to run on the android player fairly easily and test it on the playbook. when the new Blackberry 10 phones are launched, they will run QNX and your ported android app should run on it.

Although the android player has limitations. Among several limitations, one I can recollect is it cannot do C2DM.The others are

It cannot run

  1. anything built using the Native Development Kit
  2. apps containing only App Widgets
  3. apps containing more than one activity tied to the Launcher.
  4. any packages which rely on Google Maps
  5. in-app billing services,
  6. Android's text-to-speech engine

I dont think it is worth spending time and money to port your android app to blackberry devices pre 10 as RIM has announced that they are killing java on blackberry. So best bet is to use android player and port your app to run on it so it works on playbook,blackberry 10 onwards.

like image 165
rfsk2010 Avatar answered Oct 16 '22 08:10

rfsk2010