Kindly This is my code below, and I am pasting the error messages underneath: I am trying to use setOnItemClickListener on the spinner, is it permissible?
setOnItemClickListener
See the first line of your logcat:
java.lang.RuntimeException: setOnItemClickListener cannot be used with a spinner.
setOnItemClickListener cannot be used with a Spinner. Use setOnItemSelectedListener instead.
Spinner
setOnItemSelectedListener