BlackBerry application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • LTCCTL
    New Member
    • Feb 2008
    • 49

    BlackBerry application

    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
  • LTCCTL
    New Member
    • Feb 2008
    • 49

    #2
    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

    Comment

    • RedSon
      Recognized Expert Expert
      • Jan 2007
      • 4980

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


      Based in Waterloo, Ontario, BlackBerry is a leader in secure communications — helping businesses, government agencies and safety-critical institutions of all sizes secure the Internet of Things (IoT).

      Comment

      • LTCCTL
        New Member
        • Feb 2008
        • 49

        #4
        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

        Comment

        • RedSon
          Recognized Expert Expert
          • Jan 2007
          • 4980

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

          Comment

          Working...