androidmads / SQLite2XL

Library to Convert SQLite to Excel and Vice-Versa
MIT License
166 stars 58 forks source link

Spinner a #26

Closed Rohitparakh closed 4 years ago

Rohitparakh commented 4 years ago

Expected behavior

I added a spinner to the layout. I want to run validate function on the spinner. If the user doesn't select any item from the spinner, he should see a error message.

Actual behavior

seterror() method doesn't work for spinner. can't figure the return statement for validate function for spinner.

Steps to reproduce the issue

androidmads commented 4 years ago

please use setitemselectionlistener for spinner