I'm new to android programming. I created an App with two Activities - the Main Activity and then another called New1. Now this is what I need to do. I want the second Activity to be launched when the user touches anywhere on the Main Activity. I tried doing this by using onTouch(), but it doesn't work. Following is the MainActivity.java code:I'm new to android programming. I created an Ap