I hope to save a SMS to draft folder from an editor instead of sending it after I edit one SMS. How should I do? Please give me some examples or hints. Thanks!
Thank you for your replies. My question is like this: I will use default editor. After I edit one SMS I hope to save it into the draft folder instead of sending it. But in defalut editor, I have to press "Close" then I am asked to save it to draft folder. I am wondering if there are some ways I can add one item "Save" into the menu of this defalut editor. When I select "Save" the edited SMS will be saved. Then when I press "Close", the editor will be closed.
Developing an SMS editor is not difficult. What is difficult is to make it look exactly like the default one.
You can have a simple rich text editor and do with it. But drawing the blue lines and giving the exact look and feel of that of the default SMS editor is a different project in itself.
Forum posts: 58
On which SDK you are working?. Are you using your own editor for editing the SMS.?
If it is the default editor it has a option to save to draft...
Regards,
peter
Forum posts: 235
The SMS Example will guide you in doing that. Look at its documentation carefully.
Forum posts: 77
Thank you for your replies. My question is like this: I will use default editor. After I edit one SMS I hope to save it into the draft folder instead of sending it. But in defalut editor, I have to press "Close" then I am asked to save it to draft folder. I am wondering if there are some ways I can add one item "Save" into the menu of this defalut editor. When I select "Save" the edited SMS will be saved. Then when I press "Close", the editor will be closed.
Forum posts: 235
you cannot extend the default SMS editior options.
Forum posts: 77
Are there other SMS editors that we can use? And we can modify its/their UI. Or how difficult is it to develop one new editor?
Forum posts: 235
You can have a simple rich text editor and do with it. But drawing the blue lines and giving the exact look and feel of that of the default SMS editor is a different project in itself.
-- Vink