BlackBerry is a line of mobile e-mail and smartphone devices developed and designed by Canadian company Research In Motion (RIM) since 1999.
52
votes
1answer
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.
...
45
votes
20answers
10k views
What work has been done on cross-platform mobile development?
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 ...
40
votes
3answers
1k 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 ...
37
votes
1answer
29k 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: ...
32
votes
5answers
5k views
Developing cross platform mobile application
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 ...
20
votes
9answers
41k 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 ...
20
votes
13answers
7k views
Technology to write iPhone, BlackBerry and Android phone at the same time?
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 ...
18
votes
4answers
1k views
Best way to really grok Java-ME for a C# guy
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 ...
17
votes
3answers
4k 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 ...
15
votes
4answers
7k 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 ...
14
votes
2answers
7k 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 ...
14
votes
8answers
8k 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. ...
12
votes
5answers
847 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 ...
12
votes
1answer
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 ...
12
votes
3answers
20k 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?
...
12
votes
2answers
6k 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 ...
10
votes
2answers
305 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
...
10
votes
7answers
13k 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 ...
9
votes
3answers
594 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 ...
9
votes
5answers
5k 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?
9
votes
2answers
9k views
J2ME/Blackberry - how to read/write text file?
please give me a sample code for read/write text file in blackberry application.
9
votes
4answers
8k 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 ...
8
votes
5answers
886 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 ...
8
votes
2answers
4k 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 ...
8
votes
3answers
2k 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 .
8
votes
1answer
4k views
Blackberry - fields layout animation
It's easy to show some animation within one field - BitmapField or Screen:
Blackberry - background image/animation RIM OS 4.5.0
But what if you need to move fields, not just images?
Like this:
...
8
votes
9answers
851 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 ...
8
votes
3answers
3k 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
1answer
3k views
Preprocessor directives supported by the RIM compiler
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 ...
7
votes
2answers
186 views
KeyUp from Javascript on Blackberry
I am currently developing a web page designed for browsers and mobile devices and am having trouble with blackberry's
The functionality I want is to trigger a popup when a key is pressed. My current ...
7
votes
5answers
399 views
How to create a mobile oriented, multiplatform, shared library in Java?
I have a Java application that runs on BlackBerry (JDE 4.5). I want to port this application to Android, and be able to maintain the 2 applications simultaneously. I may also want to port this ...
7
votes
3answers
347 views
encryption and decryption in mobile and .net webservices
i have done implementing mobile app on android,webos,blackberry,iphone.
now i integrate project with .net webservices.
while exchange data i need to encrypt in mobile platform and decrypt in .net ...
7
votes
1answer
364 views
EventInjector on BlackBerry to close the camera - security threat?
we are using the native BlackBerry camera in our app, using the Invoke class to start the camera. We listen for an image being written to the filesystem, and when the user is finished with the ...
7
votes
15answers
14k 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.
...
7
votes
5answers
770 views
Seeking good sources for icons, artwork etc
Has anyone got a good source for icons that can be used in an application?
I'm thinking of things like pushpins, scope sights, house, car, shop, and other small graphics you might overlay on a map or ...
7
votes
4answers
5k views
Can I develop Blackberry applications using C# .NET on windows7
Hey, I have a keen interest to build an application for blackberry OS, can I do it with C#?
Also Blackberry has launched a plug-in for Visual Studio but how would you use it along with the simulator?
...
7
votes
2answers
9k views
How to customize a list field in blackberry?
I want to customize a listfield in blackberry which would be able to list an image and text in a row. Can anyone tell me how to accomplish this with code?
7
votes
4answers
4k views
How do you make a dropdown list that displays images to the user instead of text?
The ObjectChoiceField field meets all my requirements but it is not pretty.
This is what I have:
String pets[] = {"Dog", "Cat", "Duck" };
ObjectChoiceField dd = new ObjectChoiceField("My ...
7
votes
1answer
2k views
Is it better to use Bitmap or EncodedImage in BlackBerry?
In BlackBerry, is it better to use the Bitmap class or EncodedImage in terms of memory usage and performance? Are there any specific tips on using these classes?
7
votes
3answers
7k views
Configuring Blackberry Eclipse plugin for 4.70 or 5.0 components
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, ...
7
votes
1answer
736 views
How can I fire an event when or before the phone rings?
On blackberries, are there any exposed events that you can hook into that occur just before and after the phone rings?
e.g. could you override the ring setting on the fly and NOT have it ring if the ...
7
votes
4answers
3k 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 ...
7
votes
4answers
3k views
Programmatically reject a call on the BlackBerry
I'm trying to programmatically reject a call on a BlackBerry, with Java + JDE.
I'm intercepting the callIncoming event, and in there I need to do something to reject a call from a specific number.
...
6
votes
3answers
153 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 ...
6
votes
3answers
163 views
Please Advice me on Java mobile app [closed]
I am new to java and I want to create a java app for mobiles. When I approached software companies they asked for "Android / blackberry /symbian etc...
Being a newb , i am really surprised by these ...
6
votes
2answers
298 views
Launching Blackberry Apps from the Command Line
I am trying to make use of the fledgecontroller to launch my app from the command line but when I execute the following line, nothing happens, no errors.The 9800 simulator doesn't change from the ...
6
votes
1answer
189 views
Open a specific email in the blackberry email app
I am trying to get a blackberry message by subject and open it in the default email app. I have this so far:
Store store = Session.waitForDefaultSession().getStore();
Folder folder = ...
6
votes
2answers
862 views
Differences between Mobile & Desktop AIR
Ive tried asking on the blackberry forums with no luck... Maybe there are some Blackberry/Adobe experts here...
Im just about to start a project using Adobe AIR/flex for the Blackberry Playbook, I ...
6
votes
4answers
386 views
What's the best (easy&efficient) solution for asp.net developers to develop a mobile version of their existing website
I hope the question is self-describing.
I'm currently developing an asp.net website which uses a MS SqlServer database in the data layer.
And I was thinking what are my options to get a mobile ...
6
votes
1answer
255 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 ...