Android Studio – Android studio Kotlin OnClickListerner function
When I implemented the member in the class for the on click listener as shown below: class QuizQuestionsActivity : AppCompatActivity(), View.OnClickListener { I was given the option of implementing it as: override fun onClick(p0: View?) { I need it to…