i am wanting to Trigger a event on the old activity when returning back from the newer activity.
so when i hit the Done button and im using Finish();
to return back to the old Activity this works but i need to update the ui on the old activity.
do i set up for a OnActivityResultListener
? and handle it that way? im not exactly sure how to set that up but im sure there is plenty of info on that else were.