SMS Composer

View: New views
2 Messages — Rating Filter:   Alert me  

SMS Composer

by risha chheda :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi,
I am making a basic mobile application for any basic device with CLDC 1.1 and MIDP 2.0 config's.

For the project I have used components like forms, splashScreens, Lists, and the SMSComposer (which is my final screen of the application).
The application is supposed to accept a no. of values/choices that I am providing (in the form of drop down menu's).

These accepted values needed to be saved in some sort of variables on the cell phone's memory or any kind or temp. memory (doesnt matter where they are saved).
And then I need them to automatically compose into an SMS and directly go to a predefined cell phone no.(my server).
Also on generating the SMS it should exit the application automatically (tho this part is not very essential ).

Now, I am not understanding how to save values in an application and use them in the SMSComposer.
So the values from the lists needed to be saved some how so that they can be used to generate the SMS.

Please help!!

Re: SMS Composer

by Karol Harezlak :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

risha chheda wrote:

> hi,
> I am making a basic mobile application for any basic device with CLDC 1.1 and MIDP 2.0 config's.
>
> For the project I have used components like forms, splashScreens, Lists, and the SMSComposer (which is my final screen of the application).
>
> The application is supposed to accept a no. of values/choices that I am providing (in the form of drop down menu's).
>
> These accepted values needed to be saved in some sort of variables on the cell phone's memory or any kind or temp. memory (doesnt matter where they are saved).
>
> And then I need them to automatically compose into an SMS and directly go to a predefined cell phone no.(my server).
> Also on generating the SMS it should exit the application automatically (tho this part is not very essential ).
>
>
> Now, I am not understanding how to save values in an application and use them in the SMSComposer.
> So the values from the lists needed to be saved some how so that they can be used to generate the SMS.

To make operation on the personal information like phone numbers you
need to have support for  JSR 75: PDA Optional Packages for the J2ME^TM
Platform on your target device or platform. When you obtain right phone
number from list of number just use
SMSComposer.setPhoneNumber(chosenNumber) method.


>
> Please help!!


--
Karol Harezlak <karol.harezlak@...>
Sun Microsystems, Inc. NetBeans Mobility
Phone: +420-233-009-481 , Mobile: +420-608-432-921


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...