BlackBerry is a line of mobile e-mail and smartphone devices developed and designed by Canadian company Research In Motion (RIM) since 1999. (Consider adding tag [tag:blackberry-10] for BB10 specific questions)
74
votes
1answer
69k views
J2ME/Android/BlackBerry - driving directions, route between two locations
On Android 1.0 there was a com.google.googlenav namespace for driving directions:
Route - Improved Google Driving Directions
But in newer SDK it was removed by some reason...
Android: ...
65
votes
19answers
14k views
What work has been done on cross-platform mobile development? [closed]
Have any well-documented or open source projects targeted iPhone, Blackberry, and Android ? Are there other platforms which are better-suited to such an endeavor ?
Note that I am particularly asking ...
57
votes
5answers
12k views
Developing cross platform mobile application [closed]
More and more mobile platforms are being launched and sdk's are available to developers. There are various mobile platform are available,
Android,iOS,Moblin,Windows mobile 7,RIM,symbian,bada,maemo ...
53
votes
2answers
1k views
Blackberry smartcard reader example
I am writing an app for BlackBerry that utilizes a BlackBerry smartcard reader. There is not much documentation on the subject, so I'd really like if someone could give me starting examples.
...
44
votes
2answers
2k views
How to cache in a Blackberry BrowserField
I am creating a Blackberry application to display a full screen web view of a certain site. I have a working browserfield that displays properly but navigation from page to page is slower than that of ...
42
votes
1answer
498 views
Packaging Blackberry OAuth app throwing error
I am creating an application that will post a link onto Twitter. The following code refuses to package up for me, throwing the following error:
Error: Cannot run program "jar": CreateProcess ...
28
votes
8answers
54k views
jQuery on iPhone/Android/BlackBerry
I don't have any of the devices to test at the moment. I guess I'll start using the emulators later on.
We're looking to offer mobile support. I was wondering how jQuery or even javascript renders in ...
28
votes
12answers
10k views
Technology to write iPhone, BlackBerry and Android phone at the same time? [closed]
Is there a strategy or at least best practice to write an app that runs on iPhone, BlackBerry and Android?
I'm ignorant about the development environments for BB and Android, but I assume they both ...
20
votes
3answers
26k views
Blackberry User Interface Design - Customizable UI?
I am trying to design a Blackberry Application and I am wondering if there are any resources on how to create custom user interface elements, skin existing ones and what other possibilities are there?
...
20
votes
4answers
2k views
Best way to really grok Java-ME for a C# guy [closed]
I've recently started developing applications for the Blackberry. Consequently, I've had to jump to Java-ME and learn that and its associated tools. The syntax is easy, but I keep having issues with ...
20
votes
3answers
5k views
How can I easily unit test Blackberry code?
For my university class we are developing a multi-threaded Blackberry application which allows us to scan for other devices running our application with Bluetooth and then transfer files to each-other ...
17
votes
2answers
10k views
Blackberry - How to use notification icon in statusbar
In RIM Blackberry OS 4.6+ there is a new feature - ability to show notification icon in statusbar. Integrated application use it to give quick and informative information for user: Dealler - missed ...
17
votes
5answers
17k views
Test a mobile website for Android or BlackBerry
How do I test a mobile website for Android or BlackBerry without having the actual device?
16
votes
8answers
9k views
Develop Blackberry apps using native API or J2ME?
We're about to build a Blackberry application but would love some input on whether to implement using J2ME (MIDlet based) or Blackberry native (UIApplication).
I understand some of the tradeoffs. ...
16
votes
5answers
11k views
Getting an error message while building PhoneGapSample in blackberry Webworks
I am working on PhoneGap BlackberryWebWorks i have install BlackBerry WebWorks plug-in:2.5.1 and Blackberry WebWorks SDK:2.0.0. and PhoneGap 0.9.4.but while building the project in eclipse i am ...
16
votes
3answers
9k views
Which BlackBerry OS version to target for?
With BlackBerry OS version 5.0 coming up, Which is the highest BlackBerry OS version should I target my code so that I cover the maximum devices that are available in the market? To put it in other ...
15
votes
2answers
2k views
What is the best practise in blackberry development for reaching the widest range of smart phones?
I am wondering if anyone out there has experience writing application for blackberry smart phones. In particular, I am wondering how they get around the myriad permutations of model number/carrier ...
14
votes
2answers
14k views
J2ME/Blackberry - how to read/write text file?
please give me a sample code for read/write text file in blackberry application.
14
votes
3answers
3k views
Mobile development - Native VS Cross Platform VS JavaScript [closed]
Our company will soon start developing few products for mobile platforms, as CTO I was asked to examine the Pro and Cons of the different tools available in order to achieve the best quality / cost ...
14
votes
5answers
2k views
Blackberry Tablet OS: Development Resources, Guides, Tutorials
Following the recent announcement of the new Blackberry Tablet OS, it's SDK and Simulator, any ideas where one could find resources and tutorials on how to develop for their new tablet OS? It will be ...
13
votes
3answers
15k views
How to customize a ListField in BlackBerry?
I want to customize a ListField in BlackBerry which would be able to list an image and text in a row.
How to accomplish this?
13
votes
2answers
915 views
BlackBerry - Ant script to include JAR in project without external dependancies
This is a follow-up to: BlackBerry - use own JAR file in own project & BlackBerry - Ant build script for more complex apps. This problem has now been solved below.
Aim
I want to:
use Ant ...
13
votes
1answer
1k views
BlackBerry - use own JAR file in own project
(I have solved my problem, so have edited it to look more like a blog post - the final working solution has been placed as an "answer" below.)
Aim
I want to package our BB libraries (v4.5 OR v5.0) ...
13
votes
2answers
7k views
How to properly force a Blackberry Java application to install using Loader.exe
I want to include the Application Loader process in a software installation, to ensure that users get our software installed on their Blackberry by the time our installer software finishes.
I know ...
13
votes
1answer
414 views
Load Image from Image URL taking so much time to display
I used the code from the following link: Signare's Blog. I have 10 image URLs and would like to retrieve and show them on my screen. When I use the code from the above link, it's taking more than 10 ...
12
votes
7answers
25k views
Blackberry - Loading/Wait screen with animation
Is there a way to show "Loading" screen with animation in blackberry?
Options:
PME animation content
multithreading + set of images + timer/counter
standard rim api
some other way
Any ...
12
votes
5answers
11k views
Blackberry launch native web browser
How can I open a URL from BlackBerry ?
in J2ME I am using:
this.platformRequest("http://www.google.com");
How can I do this on BlackBerry?
12
votes
14answers
24k views
Blackberry MDS simulator - Can't connect to the internet in the simulator
I'm trying to do some testing of a website through the Blackberry simulator, while the simulator works fine, I can't get to any sites in the Blackberry Browser.
Here is the specific setup I'm using.
...
12
votes
7answers
16k views
installing BlackBerry Eclipse JDE plugin on Mac OS X
Is it possible to install BlackBerry Eclipse JDE plugin on Mac OS X? I tried to install the plugin through the eclipse update and also by downloading the zip file from the BlackBerry site.
This is ...
12
votes
3answers
2k views
Service like testflight for iOS + Android + BlackBerry
I have an application built with PhoneGap, and I want to send it to my clients with an elegant interface and get feedback. I have used testflight before for iOS, but it is not available for Android or ...
12
votes
1answer
522 views
Horizontal Scrolling and TextField Error
I have created a CustomTextField
which scrolls itself towards left when i type text which are extra than the width of the TextField
for which a HorizonalFieldManager is used
But now the problem is ...
11
votes
1answer
3k views
How to build BlackBerry application on Linux?
I've read on some development blogs that it is nearly to impossible to build BlackBerry application properly on operating systems other than Windows. Any possible workarounds on veryfication, rapc ...
11
votes
2answers
402 views
Blackberry debugging on Linux via bjdwp
I've gone down the long road of using Linux for Blackberry development. Currently that means:
bb-ant-tools - for building
net_rim_api.jar - and other Blackberry goodies from the Eclipse plugin 1.3.0
...
11
votes
1answer
520 views
Opening a URL using the native PlayBook browser from an Android-based application
When a link is opened in a PlayBook application that runs in the Android JVM (that is, an Android app that's been ported to the PlayBook using the BlackBerry Plug-in for Android Development Tools), an ...
10
votes
4answers
10k views
how to access facebook or twitter using blackberry API?
I am newbie for such kind of social networking Application integration using blackberry API.
i want to develope such kind of application which can use the facebook or twitter social networking site ...
10
votes
3answers
821 views
Mobile App - Targetting iPhone, WP7, Android, and Blackberry
Is there a sane way to develop a cross platform Mobile app? We want these to be native apps on each platform, and not necessarily some kind of web page.
Currently we're thinking to split it into two ...
10
votes
4answers
707 views
Blackberry browser back click
I am trying to go back back to the previous page after loading a browser but it takes three back clicks to do so. I tried overriding the back button click but it still takes three clicks. I used ...
10
votes
1answer
290 views
Blackberry Bold- Unable to recognize URLs and even custom patterns registered
We have a blackberry native app deployed on a BB Bold 9700 (OS Version: 5.0)
The app registers a custom pattern of the form string://[0-9]* . Strings matching the pattern get highlighted but the app ...
9
votes
9answers
11k views
Error: Cannot run program “jar”: CreateProcess error=2, The system cannot find the file specified
When I run my BlackBerry project in Eclipse, I get the following error:
Error: Cannot run program "jar": CreateProcess error=2, The system cannot find the file specified
How is this caused and ...
9
votes
9answers
1k views
How do you write for *all* phones/mobile devices simultaneously?
We create non-game programs that run on mobile devices; iPhones, Windows Mobile, Android, Palm WebOS and the like. Our main program is written in C# for Windows Mobile and we've been asked to port it ...
9
votes
5answers
6k views
What market share do each of the BlackBerry models have?
I'm trying to find what market share each of the different BlackBerry models and/or OSes have. I've found similar resources for the iPhone (all OS versions and just V3.x OS versions) so I hope ...
9
votes
3answers
4k views
How to write SMS application in blackberry?
Can any one help me to write application to send and recieve sms in blackberry.If u can provide me some code snippet .
9
votes
4answers
5k views
BlackBerry threading model
I've read a lot of comments mention in passing that the BlackBerry threading model deviates from the Java standard and can cause issues, but no amount of googling has enlightened me on what this means ...
9
votes
5answers
25k views
Is there a possibility to run applets on Android or Blackberry?
This is what the Java site www.java.com says:
"KVM, the virtual machine for mobile devices, is the counterpart of JVM (Java virtual machine). It is used to run applets and applications written with ...
9
votes
2answers
6k views
Blackberry Development on Mac OS X
I recently started creating applications for mobile devices and have successfully completed an application for the iPhone. I am now turning my attention to the Blackberry but haven't been able to find ...
9
votes
5answers
2k views
What minimum BlackBerry OS should I develop for?
I am developing a Netflix application for BlackBerry mobile devices. I need to make a decision as to the minimum OS version that I should develop for - depending on which I choose will have some ...
9
votes
5answers
2k views
BlackBerry - Ant build script for more complex apps
I am having trouble creating an Ant build script for our production apps.
I have been reading a lot about Ant, and bb-ant-tools. I have followed many stackoverflow questions on Ant & BB ...
9
votes
0answers
234 views
Blackberry Push Implementation and waiting for acknowledgement
I already implemented the first 4 steps of the push initiator for blackberry
send a push request
BlackBerry service returns a response
BlackBerry service pushes data to an assigned, specific port ...
8
votes
4answers
5k views
Blackberry URL encoder
I need to encode a URL using HTTP GET request in Blackberry. Can any one help me find how do I achieve this.
8
votes
4answers
8k views
