android - how to use/set up nested spinners?
问题 Working in fragments, I'm trying to return a value determined from selecting an item in a spinner and I can't make it work. The Toast notification inside the method isn't even working, it seems like the problem is within the method. How can I fix this? public Spinner districtSpinner, countySpinner; public int selectedDistrict; are the variables used. Here's my parent spinner method, districtSpinner() public void districtSpinner() { ArrayAdapter<String> Dadapter = new ArrayAdapter<String>