Enable a currently disabled Spinner in Android
I was fooling around with Android and my Java knowledge is limited at best (for instance, I'm perplexed by the fact that it allows inline classes!?). My question is as follows: I have a layout where there are three dropdown menus. I initialise all three of them inside onCreate(). The first one takes its values from a string-array. The second one, however, depends on the choice of the first one and the third one depends on the choice of the second one in turn! I have a few string-arrays for the second Spinner but I was wondering what would be the correct way to implement a list of successively