I uploaded a blackberry app(.cod & .jad file) in some paricular location on server.Now when I am trying to downlaod the .jad file from my blackberry browser , Its giving HTTP error 500:Internal Se
I am extracting metadata of a song using following code ,And how I can convert the byte array (buf) to string? Please help me,Thanks in advance.
I have several questions around the implementations of RESTful web services in mobile devices: Mobile client as a RESTful web service consumer: How can I build a RESTful mobile web service client an
I am building a small Blackberry app in which I have to add an editField and Bitmap Image One after another in a single Horiziontal field Manager. The code works fine when
I\'m trying to launch the Blackberry browser from within my app and it works for the simulator, but it doesn\'t for the device.
I dis开发者_开发知识库plays a splash Screen when my app loads,There is a background image in the splash screen,I problem is how can I make fit this image in all types of blackberry models?Keep in mind
I developing an app which uses sqllite to store some data,I use the code from http://docs.blackberry.com to create database,create tables etc.Its works fine in my simulator
I am testing HTML5 geolocation code inside a WebWorks application for BlackBerry Playbook, using the 0.9.4 Simulator in VMWare Player.Here\'s the code:
I am working on an application which is fetching data from the server and parsing the xml and showing it in the list view. But the problem is that the code is running fine on the simulator but when i
My app makes some database connections (sqllite) and performs some basic database operations (insert,delete,search),I wrote some code for this,Its worked perfectly in simulator but not in phone,Can an