I'm interested in porting my Android applications to BlackBerry 10. I know it is possible to port to the PlayBook, but is this style porting also valid for BlackBerry 10?
Port Android applications to BlackBerry 10
1.1k Views Asked by Sergio76 At
1
There are 1 best solutions below
Related Questions in BLACKBERRY-10
- can not do blackberry z10 app developement
- BB10 signing migration
- NDK tools unable to decrypt New BBID Tokens
- Installed Momentics IDE on linux but can't use qcc in terminal
- Unable to create a debug Token or sign bar files
- HTTP request in C++ for BlackBerry 10
- BB10 Momentics unable to create Debug Token
- Programmatically change the layout of an external keyboard on Blackberry OS 10.3.3
- Use variable for json answer in QML BlackBerry
- How to select and print values from json file
- XMLHttpRequest problem in BlackBerry 10 (QML)
- Characters in an ncurses app showing correctly only in tmux
- Python 3.2: ./configure with PY_FORMAT_LONG_LONG
- XMLHttpRequest ERROR in QML Blackberry 10
- BlackBerry 10 Cascades. How do I make a long running headless app terminate itself?
Related Questions in BLACKBERRY-PLAYBOOK
- How can i solve this error ailed to save logic app?
- Blackberry Playbook signing keys
- .bar installer for PlayBook OS using WiFi?
- Bootstrap dropdown on BlackBerry
- Failed to upload my android app to playbook "debug token issue date missing or in the future"
- How to get Qt working on the blackberry playbook
- AIR application fails to install on BlackBerry Playbook
- How to share score on Facebook status from Cocos2D-x App for BB Playbook/Z10?
- Adobe Air - Blackberry app does not launch on device
- Android equivalent for BlackBerry navigator invoke()
- How to read jpg-image's orientation with Adobe AIR on a mobile device
- Unable to test in app purchase in my BlackBerry Playbook
- Why am I getting a bps_remove_fd failure when trying to store a QSslSocket inside a QScopedPointer?
- Strange float output "@.0E-12" on BlackBerry Android player
- Using Android apps with native code on Blackberry
Related Questions in BLACKBERRY-ANDROID
- What is the difference between BBWebview and GDWebview?
- Send push notification to Android repackage bar file in Blackberry OS using FCM
- Unable to create file in externalFileDirectory using download manger in Blackberry OS android
- BlackBerry Simulator doesn't show when i run android project in android studio?
- Porting Android App to BB10 OS (BlackBerry)
- Android Studio Blackberry plug-in - can't repackage APK to BAR
- How to get logcat for an Android app on BlackBerry 10 devices
- Blocking Apk's from installing directly into BB10.2.1 updated devices
- Keep getting TOO_MANY_REGISTRATIONS from blackberry push registration
- Gradle script for BB10 android runtime
- BB10 OS Version using Android Code
- Android apk "unable to install" on Blackberry 10.2.1
- BlackBerry Ported Android Application Upgrade Issue
- Converting Titanium apk to bar receive severe warnings
- Blackberry Porting From Android Error
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Yes, Blackberry Playbook was built on QNX-OS, the same basis for Blackberry 10 (and the reason it is/will be upgradeable). You should be able to port any existing Android applications to Blackberry 10. You can either port the code directly, or port it using the Android App Player for Blackberry, both of which are explained in more detail at the links below.
Here's a link to some documentation on the process: http://developer.blackberry.com/native/documentation/bb10/porting_from_android_ndk.html
And finally, in case you've already ported to Playbook and want to port to BB10 now: http://developer.blackberry.com/android/documentation/port_android_app_pb_to_bb10.html