Connecting Tech Pros Worldwide Forums | Help | Site Map

BlackBerry application

Member
 
Join Date: Feb 2008
Location: Bangalore
Posts: 49
#1: Oct 13 '08
Hi all,

I am developing an application for BlackBerry that will send and receive an SMS. I am able to send an SMS through the application. I want to do the following things with the application:

Grab an SMS which has a fixed five characters say "ABCDE" at the beginning and one character say "A" at the end. For extracting the beginning and end characters we can use CharAt() and SubString(), but before we extract it we need to grab the SMS and store it in some variable.

Invoke an application when the SMS comes in with the above criteria.

Do not let the SMS go into the SMS inbox (phone's inbox).

Navigate from one screen to another with the value from the previous screen.(i.e assgning some global variables and using them)

I am using BlackBery JDE 4.5

Regards
LTCCTL

Member
 
Join Date: Feb 2008
Location: Bangalore
Posts: 49
#2: Nov 6 '08

re: BlackBerry application


Hi all,


I have few questions related to BlackBerry application development.

1. How can we delete an SMS after reading it.

2. How can we display a web browser with a default link say for example (www.google.com).

3. How can we store the values of a variable, on the phone and retrieve it, for example

string s = "Name" ;

int i = 10;



Please let me know the way we can do it.

Regards
LTCCTL
RedSon's Avatar
Site Moderator
 
Join Date: Jan 2007
Location: America
Posts: 3,393
#3: Nov 6 '08

re: BlackBerry application


You should try the Blackberry site, I don't know if anyone here has experience with them.


http://na.blackberry.com/eng/developers/
Member
 
Join Date: Feb 2008
Location: Bangalore
Posts: 49
#4: Nov 7 '08

re: BlackBerry application


Hi,

Thanks for the reply

I have tried the BlackBerry site, however I am not getting the proper reply, every time my question is answerd I find my self in a run around situation. I have already gone through the guide for Blackberry however it is not clear and most of the times I am getting the solution which I have already tried it.


Once again thank you for your time and consideration

Regards
LTCCTL
RedSon's Avatar
Site Moderator
 
Join Date: Jan 2007
Location: America
Posts: 3,393
#5: Nov 12 '08

re: BlackBerry application


Both of these posts had the same title so I merged them.
Reply


Similar Mobile Development bytes