Android Studio – Set an on click listener on button in a fragment in the main activity file
I have tried to do some research on the topic and I am attempting to add an on-click listener for a button in a fragment in the main activity. So when I click a button in a fragment the click…