Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能帮我找到一种方法来创建短信模板并通过编码保存它们……由于我是android新手,所以我无法找到解决这种情况的方法。非常感谢您的帮助。
有很多方法可以做到这一点。您可以为模板和一个editText 和一个插入按钮创建一个数据库表。编写代码以在单击按钮时从表格中的编辑文本插入模板。从表中获取后,您可以在 listView 中显示保存的模板。您需要解决 sqlite 数据库来实现这一目标......