I'd like my Blackberry devices to get and possibly set data to the server, and am a little confused by all the options:
RIM-Push/Pap-Push. Use any library that is able to compose a HTTP GET request to the MDS-CS service (not MDS-IS). This is a one way operation from the server to the device.
RIM-Push (Push a URL and or shorcut to a ...
Hi,
I need to store several promos in the persistant storage. Here's the class:
import net.rim.device.api.util.Persistable;
public class FavoritePromo implements Persistable{
public static String id;
public static String merchantName;
public static String title;
public static String expireDate;
public static String...
I'm currently writing a simple cross platform app with Node.js on the server and web/iPhone/Blackberry clients. Bandwidth and latency requirements are similar to something you would see in an IRC "party game" or any chat system. I've developed the web client using http long polling (speaking JSON both ways).
For iPhone/blackberry I coul...
1 ) I am trying to add my custom menus to the menu list of MapView and unable to do so.
2 ) And Is it possible to push Mapview on a screen Manager.
Say pushScreen(MapView instance)
Can anyone help me on these issues please.
...
Hi, I am developing a blackberry application and noticed that something does not happen as I expected.
I want to create a wizard where there are 3 screens to be displayed, one after the other.
1. On the first screen, the click "next" button displays the second screen. (OK)
2. On the second screen: if I click "next" it displays the thir...
I use this on one of my screen:
protected void makeMenu(Menu menu, int instance){
if (UserData.sessionId != null){
menu.add(logOut);
menu.add(setting);
}
menu.add(exitApp);
}
The "log out" and "setting" menu only appear after the user logs in (hence, the session ID is not null).
How to make the "log out" and "setting" disappe...
Hi friends i am working BitmapField in blackberry
I implemented my class with FieldChangeListener and add FieldChangeListener method in my class
and even add setChangeListner to that particular Bitmap Field, But it is not responding with click event on it..
plz give u r valuable solutions to add clickevent to BitmapField
thanks in a...
HI,
I'm looking for documentation and information about the Blackberry OS and Blackberry Api but the resources seem to be scarce. Is there something similar to http://developer.android.com/intl/fr/index.html for Blackberry ? Or any other type of resources ? .
Thanks !
...
Hi,
When developing a blackberry app originally, I didn't pay much attention to being able to support multiple screen resolutions. So, I ended up with code that runs fine on a 320*240 resolution but messes up completely on other screens.
How do I go about fixing this? Or in general, how would you support multiple resolutions without ma...
Hi
i am having a screen on which i have painted a image as a background and i am placing 6 custom buttons in a verticalfield manager, every thing is working fine , but when focus comes on the last custom button, then it is surrounded by a white patch.. i don't no what the problem is...
Thanks in advance
...
Is there a way to develop classes for Android and BlackBerry ? In this I mean that BlackBerry and Android have different collections.
So I would like to know what is the best way to develop such files (reflection, different files, ...)
...
Hi..
I need to create a group in bb contact list..
help me by providing sample code..
thanks in advance..
~Sam
...
I am considering writing a mobile application for one of the following mobile platforms:
iPhone
Android
Blackberry
One area which I am struggling to get more information about is how app reviews are handled in the app stores on these platforms. In particular, I am trying to answer the following questions:
Are app reviews moderated ...
I am testing some stuff out with writing to the filesystem on the Blackberry using the javax.microedition.io.file package. I am able to open a file ("file:///store/home/user/documents/mytxtfile.txt") and write to it (by that I mean that no exception is thrown, whether or not the file is created and written, I can't tell).
I am running ...
is there a way for my custom blackberry app to retrieve the user's exchange credentials? Presumably, the blackberry has been setup to point to Exchange and I'd like to be able to use those same credentials for our app that is behind an NTLM based set of web services. I can build my own custom login screen, but was thinking it'd be clea...
Android has Looper, and iPhone has Run Loops. It seems like Blackberry would have a similar backed in facility to queue and run threads.
Does anyone know if there is?
...
My goal is to have a splash screen with an animated gif 80 pixels below center of the screen. Loading the screen's background image and animated gif is easy, as is positioning the animated gif 80px below center. My problem is that the VerticalFieldManager background (which contains the animated gif field) is filled with all white (by d...
Hi friends I am using LabelFields to display text message in a screen i want different fonts each LabelField but when i am using api fonts of blackberry using
FontFamily fontFamily[] = FontFamily.getFontFamilies();
Font font2 = fontFamily[0].getFont(FontFamily.SFF4_FONT,18);
is showing bold style how to use different font styles plz ...
i am trying to develop an app which tries to call a https(godaddy ssl) url.
i have successfully installed certificate in key store using this code.
public void addCertToDeviceKeyStore(Certificate certificate) {
KeyStore keyStore = DeviceKeyStore.getInstance();
// check if certificate is not already in the DeviceKeyStore...
hello.
i making a application where i need total amount of data used by user by accessing internet.
how could i get that value.
plz help me send the code.
...