I am loading values in one activity, and then process it and show the result in new activity. I do not want to retain the first activity when second activity is created but need some data in an object from first activity in results screen.
I read that the data created in first activity gets destroyed when exiting it. How to get the data in second activity ?
I am not looking at simple passing using Intents. But getting data of first activity in new activity after first activity is finished.