can anyone please help me in finding a way that how can I create SMS templates and save them via coding…I am unable to figure out a way for this situation as I am new to android. Your kind help is highly appreciated.
Asked
Active
Viewed 511 times
1 Answers
0
There are many ways to do this. You can create a database table for templates and an editText and an insert button. Write code for inserting template from edit text in table on button click. You can show the saved templates in a listView after fetching from table. You need to work around sqlite database for achieving this...

Vikram Singh
- 1,420
- 14
- 19