In android, if you want to write to a database in Activity A so that Activity B can read it, should you write to the database in onPause, onStop, or either method?
In android, if you want to write to a database in Activity A so that Activity B can read it, should you write to the database in onPause, onStop, or either method?