Android Studio – How to implement a OnItemSelectedListener for Spinner in Dialog Box
I have a Dialog Box in my MainActivity that is activated by touching a cog button in my Layout. When it appears, it contains a drop down Spinner. The Spinner works and produces a scrollable list of items, so that…