Hi,
I have to call a .NET web service (http://192 .168.1.14/ CG/authentication.asmx)from the Blackberry Simulator.Already i have done it in Android with KSOAP2, but i have no idea about how to do this in Blackberry.Can i use KSOAP2 in Blackberry?If i can please give some code snippets.Also please tell if you know any other ways to do...
We have a web application and we've built phone applications (iPhone, Android, BlackBerry) to be companions to the site. The usual workflow is that an existing user of the site gets a phone app and then plugs their existing credentials into the phone app and they are off and running, but more often now we are seeing folks who are downloa...
Been playing with the Storm Emulator and the 4.7 JDE, for the life of me I can't figure out how to fire gesture events in the emulator.
Below is the touch event code for the RIM sample app EmbeddedMapDemo. It seems straightforward enough, but touchGesture.getEvent() == TouchGesture.SWIPE never seems to register to true.
How can I regis...
I am looking for help in configuring the Blackberry development environment. In fact, it is quite a frustrating process. The blackberry site is pretty useless. Between links that have been moved, details that are assumed and documents that are out of date it is proving very difficult to get anywhere with blackberry development.
Pheww...
This isn't really clearly documented, but a shallow search reveals that RIM's RAPC compiler does support preprocessor statements (with some project file modification).
We've been using the simple #ifdef, #else, and #endif directives for quite some time now, as supporting platforms 4.1 through 4.7 with one code base is nearly impossible ...
i have a very simple winform application in vb.net and i was wondering how do i make it work on blackberry and other PDAs?
...
I am using Persistent Storage in Blackberry,now i want to use SQlite Database with Blackberry 4.5.But i didn't get any tutorial for that.Can i use SQlite with Blackberry 4.5 or i need any other version of Blackberry.
...
i need to build an app for blackberry that will change the background color for all apps
something like this:
http://www.thomson-software-solutions.com/html/screen_tinter.html
is this something i should do in java? i have no experience with programming for PDAs. which compiler would i use?
...
Hi,
How can all checked items from a list can be fetched?
I need to get all selected (checked) items from the list and populate a vector ...
I am not getting all selected items, i am getting only the item on which current focus is...
I am implementing listfield with checkboxes as per the knowledgebase article.
If I use getSelection...
I need to develop a blackberry application which should show a bubble chart.
How to implement custom control for this purpose?
thanks.
...
Hi,
I am working on email kind of application on Blackberry.
I want to store all the mails in persistent store.
Also the list of contacts needs to be stored.
How do I manipulate such kind of functionality using persistet store?
How do I store data?
Can multiple messages are saved ?
And how to acccess them correctly and display on scr...
I'm using the Eclipse plugin for a BB project, and at present, it looks like any changes I make to the code won't result in a new COD file being imported to the simulator. I found this when I was looking at the stack trace from the debugger console output. A quick google didn't really turn up any results, and I'm getting the same probl...
I found the folliwing code sample in BlackBerry Java Development, Best Practices. Could somebody explain what the below same code means? What is the this in the code sample poining to?
Avoiding StringBuffer.append (StringBuffer)
To append a String buffer to another, a BlackBerry® Java Application should use net.rim.device.api.util.Stri...
For some device users, on startup they are presented with the following permissions dialog
"Would you like to grant AppX trusted application status?"
The user says yes and the app runs fine. But what does "trusted application status" mean? This seems really ambiguous, most permission dialogs refer to making a http message, accessin...
Is it possible to create a custom DataSource class in the BB SDK? The reason I ask this is because I need to record audio at a higher sampling rate than the default 8 kHz that Blackberry gives. Seems like the built in Locators don't support anything higher, just AMR and PCM audio, varying bitrates, but always sampled at 8kHz.
I am 95%...
I have a blackberry app that I need to test on windows NOT on blackberry. Are there any free emulators that I can use?
...
I'm developing an asp.net application which has Windows Authentication enabled(anonymous access disabled).
I've created a sub directory called 'Mobile' containing the pages that need to be accessible from a black berry mobile device.
These pages contain read only text and a few buttons for performing some actions(no AJAX, no javascript)....
Hi,
I need to create an application,that should contain two storage,one is persistent storage and another one is cache storage.After loading, the application should check the username and password with the cache storage data if it is empty then it should check with the persistent storage.How to accomplish this task?Is there any separate ...
Hi,
I need to encode a URL using HTTP GET request in Blackberry. Can any one help me find how do I achieve this.
...
Hi,
I used following code to convert string to date but it is applying timezone of device while conversion.
I don't need this but I want same date/time from that string like
String = "2009-07-31 07:59:17.427"
Date = 2009-07-31 07:59:17.427
Date formatter = new Date(HttpDateParser.parse("2009-07-31 07:59:17.427"));
SimpleDateFormat d...