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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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…