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 で、アクティビティ A のデータベースに書き込み、アクティビティ B が読み取れるようにする場合、onPause、onStop、またはいずれかの方法でデータベースに書き込む必要がありますか?
Intentより良いアイデアは、アクティビティ B を開始する発火の直前にそのデータを保存することです。
Intent