Android Studio – Button Click not working, doesn't bring me to another activity
Hi guys I am having trouble using a button on android studio. Currently, when I click on the button there is no response at all to the click. I am using onClickListener() and it doesn't work so I tried to…