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.
我正在尝试在向数据库中插入内容时展示 toast。然后它完成活动。
代码: http: //pastebin.com/6aBjwCFh
你需要show()toast 来显示它:
show()
Toast.makeText(ComposeActivity.this, "Mail Sent to " + tousername, 10).show();