I dont know this can answer your question or not, but when you need to go to another activity and want to come back to the previous one, you will do like this:
1. create a new intent to go to another activity with function startActivityForResult(intent,activity)
2. send data in that activity to the database
3. call back by using function finish();
4. calling data from previous activity by function onActivityResult()