Click here to Skip to main content
15,881,380 members
Everything / Mobile Apps / Blackberry

Blackberry

Blackberry

Great Reads

by Gokuldas
Real time SPC is a Web Application for iPad and Androind using HTML5 and jQuery AJAX.
by Ponnurangam D
BlackBerry Java application development using Visual Studio.
by Renaun Erickson
Some basic concepts about the RIM BlackBerry PlayBook, the Adobe AIR and Adobe Flash Player runtimes, the relevant SDKs and tooling choices, the BlackBerry ecosystem, and how they all fit together
by Mihai Corlan
Extend TileList and AlternatingCellRenderer QNX

Latest Articles

by Android on Intel
Linderdaum Engine is an open source, purely object-oriented 3D gaming engine for Microsoft Windows, Google Android, and BlackBerry OS 10 written in C++.
by Marco Bertschi
A short guide on how you can style and customize the appearance of you QML controls in a CSS-like way
by K Stock
Article #2: How to install the multi-mobile-platform MoSync development environment
by K Stock
Article #3: Getting started with MoSync for Android (and other mobile platforms)

All Articles

Sort by Score

Blackberry 

18 Dec 2013 by Gokuldas
Real time SPC is a Web Application for iPad and Androind using HTML5 and jQuery AJAX.
22 Feb 2009 by Ponnurangam D
BlackBerry Java application development using Visual Studio.
11 Jun 2010 by CPallini
saivijayalaksh...
14 Apr 2011 by Renaun Erickson
Some basic concepts about the RIM BlackBerry PlayBook, the Adobe AIR and Adobe Flash Player runtimes, the relevant SDKs and tooling choices, the BlackBerry ecosystem, and how they all fit together
10 Jun 2010 by Dalek Dave
Please use standard English when posting, not textspeak.
10 Jun 2010 by #realJSOP
saivijayalaksh...
4 Jan 2011 by Manas Bhardwaj
This might help you.http://supportforums.blackberry.com/t5/Web-Development/How-to-detect-the-BlackBerry-Browser/ta-p/559862?IID=DEVSF30[^]
3 Mar 2011 by Sergey Alexandrovich Kryukov
This should help you: http://stackoverflow.com/questions/1928888/blackberry-unicode-text-display[^].See also my comment to the Question.—SA
18 Apr 2011 by Mihai Corlan
Extend TileList and AlternatingCellRenderer QNX
31 Dec 2011 by Dave C Andrews
How to access the Internet from a Blackberry simulator
28 Oct 2015 by phil.o
Technically, no device should communicate directly with the database.Most often, devices talk to a web service, which will internally route the query to the database (directly or through some other layer(s)).Of course, communications between devices and web service have to be encrypted....
4 Jan 2011 by Dylan Morley
You can just use string.Contains to see if the agent has 'Blackberry' within itSomething like..string agent = Request.UserAgent;if (agent.ToLower().Contains("blackberry")){ // whatever}This should tell you that the client is using a blackberry device, but nothing...
4 Jan 2011 by Manfred Rudolf Bihy
This is really an issue of the browser running on the BlackBerry. You would need to know what browsers are available for BlackBerrys and research there.May we all know why you need the exact model description?
28 Jul 2011 by PrasadGai
i need to display list of names in dialog and user able to select the required name like click event for every name.i did n't found any hint regarding this.Can any one please help that how can i disaply list of names with their respected click events.Thank u in advance.place this...
9 Jan 2012 by XPG Live
A walk through of using all of the features XPG Live has to offer
6 Aug 2012 by TorstenH.
You can't open a question on every single issue you find in your programming (...not to talk about development...).PLEASE buy a book. And try to learn basic Java before you turn into Blackberry development.And please do not think you'll learn everything on the internet - You can not....
9 Aug 2012 by TorstenH.
so you added the internet - also the porn?the simulator might want a 1.6 Version of Java - you should load it from here:Java 1.6.33[^]Make sure to uninstall 1.7 first, then install 1.6.33 and then make sure your Eclipse has figured the change of runtime (Window -> Preferences -> Java...
27 Aug 2012 by AmanArora1987
I have using below code for attaching a file to e-mail in blackberry:if(field == attach){ //create a multipart Multipart mp = new Multipart(); //data for the content of the file String fileData = "just a simple test"; String messageData = "Mail Attachment...
27 Aug 2012 by AmanArora1987
public final class pinMessageScreen extends MainScreen implements FieldChangeListener{ char []check = {'0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F'}; ButtonField Send; String address; EditField pinaddress; boolean pass; public pinMessageScreen() ...
9 Sep 2012 by TorstenH.
I'm no Blackberry developer - But I have a total wired idea:What happens if giving "0" instead of Manager.NO_VERTICAL_SCROLL to MainScreen as an argument?
11 Sep 2012 by AmanArora1987
public final class gridFieldDemoScreen extends MainScreen{ LabelField one, two, three, four, five, six; public gridFieldDemoScreen() { setTitle("gridFieldDemo"); GridFieldManager grid = new GridFieldManager(2, 3, 0); one = new LabelField("ONE"); ...
10 Oct 2012 by TorstenH.
You need to react on the event of pressing a key. net.rim.device.api.ui.component.ButtonField[^] has a method for keyUp event[] for this.On that event you need to place the image some pixels to the corresponding side and update the view.But as always take one step at a time:- first...
8 Nov 2012 by TorstenH.
Memory Management on doc.Blackberry.com[^]Here you should be able to retrieve the wanted info:net.rim.device.api.system.Memory[^]
20 Dec 2012 by Inside BlackBerry Developer’s Blog
Enterprise app development with BlackBerry Mobile Fusion and BlackBerry PlayBook OS 2.0
18 May 2013 by Lohith Korupolu
The solution is to edit the config.xml file of the project - add the tag . Only then, Blackberry allows access permissions to a different domain.
1 Aug 2013 by Joezer BH
Hi, See the following thread:Blackberry Java String to date conversion[^]Cheers, Edo
1 Aug 2013 by ridoy
See..http://supportforums.blackberry.com/t5/Java-Development/Convert-String-to-date/td-p/1659611[^]http://stackoverflow.com/questions/1211324/blackberry-java-string-to-date-conversion[^]