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中,如果您想在Activity A中写入数据库以便Activity B可以读取它,您应该在onPause,onStop还是任何一种方法中写入数据库?
Intent更好的办法是在启动 Activity B之前存储该数据。
Intent