In my LWUIT j2me app,
i have a user editable textfield
where the user enters some values, and that is appended in my sms content. Later the user clicks "send" and the sms goes to number that i have written in the code("sms://9900110010").
Requirement: The user should be able to edit the sms sending number rather than me editing in the code and save the number for future "send".
What i have tried: i created "settings" command in the menu which on click, takes to new form with new textfield and "save" command. I have opened an rms recordstore
to save the number; now since it is a string that saves the number, how do i call it in between "sms://"?
OR is there any other way to do this?
so, Need serious help people.