« Return to Thread: SMS Composer

SMS Composer

by risha chheda :: Rate this Message:

Reply to Author | View in Thread

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!!

 « Return to Thread: SMS Composer