I have a tutorial activity which is translucent and it gives instructions on how to use the activity below it.
I want to be able to process these touch inputs in the tutorial but also forward them to the below activity.
Here is the structure. Have my full app actively running in the background. The tutorial screen is on top and has instructions like tap here. I want to be able to know when the user taps so I can switch to the next tutorial screen but I also want the screen below it to update.