GeorgeMC2610/BenzinApp

JAVA CODE: Add methods and assign listeners to views.

GeorgeMC2610 opened this issue · 0 comments

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.