JAVA CODE: Add methods and assign listeners to views.
GeorgeMC2610 opened this issue · 0 comments
GeorgeMC2610 commented
Stop using the onClick
property in the buttons and other views. Instead, create the method or the listener class, and assign it with the .addOnClickListener()
method of the particular view.