Hi guys, I have a question regarding a spinner not...
# android
j
Hi guys, I have a question regarding a spinner not calling its OnItemSelectedListener#onItemSelected if i use an anonymous object : AdapterView.OnItemSelectedListener, however it does get called when my fragment inherits from that interface? demo: https://gist.github.com/kibotu/e7e49918524b5f21448d7da475dde36e#file-testfragment-kt-L32-L33
stackoverflow 3