I want to develop an application which gets the details of other installed applications on Blackberry. Is there any possibility?
Yes, you can use CodeModuleGroupManager.loadAll() to get a list of all applications installed on the device.
Related
I want to display all apps there was installed on the iPhone in a UITableView in my App and then I would like to display the Internet usage of each apps there are installed. Is that Possible?
No, you can't do that. Apple specifically prevents apps from learning about other installed apps.
I developed an native android application. Now i want to import the application in BlackBerry 10. Please help and also let me know whether i will get any functional or technical issues while importing as well as while deploying into app store.
Thanks In advance.
Here is the information you want on official BlackBerry Developer site.
I know this question sounds silly at first glance, but how could customers and testers who do not have an Apple iPad or iPhone to use and test my app actually "run" the app?
Is there something like a web hosted service, which would allow them to test it in a web browser instead on a real device?
No, there is no official native full-featured iOS simulator for the web. But if you create one, please tell me.
Another option could be a service like app.io.
I believe they have a free tier that would allow you to run your app on the web on a limited basis.
I want to develop one application which I will install on my Bold Device.now is it possible for my application to retrieve information regarding application which are installed on my device that these applications can be installed on other devices like Torch/Storm/Tablet phones of blackberry. is it possible? Thanks in advance
Even Java API, with richer than Web-SDK functionality, does not provide such information about installed applications. To inspect all possible actions over installed apps look at CodeModuleManager and ApplicationManager classes from RIM API SDK.
Will a Blackberry smartphone application written in the Java api work on the Playbook without modification?
According to RIM, once the JDE player is released, they will have to be re-packaged which may require re-compiling, to run on the PlayBook. The same applies to Android applications. In either case you will not be able to download native JDE or Android apps and run them on the PlayBook.
The only application SDK path that allows for BlackBerry Smartphone applications to run both on BBOS, Playbook and BlackBerry 10 is the HTML5 WebWorks SDK
Get started by reading the Getting Started Overview Guide
https://developer.blackberry.com/html5/documentation/what_is_a_webworks_app_1845471_11.html
You may also be interested in cloning bbUI.js, a free ui framework that works across BlackBerry devices going back to OS5. bbUI.js targets platform specific native features, like access to hardware apis, while providing a consistent feel.
blackberry/bbUI.js
https://github.com/blackberry/bbUI.js
Best of luck to you.
Yes, RIM has announced that they will release a virtual machine which will play your existing blackberry app. I'm not sure if developers have to re-submit their blackberry apps though.
Playbook will also support Android apps, but developers will have to recompile their apps and submit those to App World.