0

I am having a buttong in my Android App and I want that pressing that button should stop the application at the same point. While clicking again on the same button should resume the App.

How to do this?

4

2 回答 2

1

你问错问题了。你永远不应该手动暂停和恢复你的应用程序,这是系统为你做的。

于 2011-09-28T01:51:34.603 回答
0

你的应用程序是做什么的?在任何情况下,您都必须存储并重新创建您的应用程序状态。您可以将其存储在文件、SharedPreferences 或 SQLite 数据库中。

于 2011-09-28T01:52:56.323 回答