How do I update my city spinner once the user selects a state?
Both fields are populated using a DataCall.class that returns JSON
DataCall.class
JSON
Declare the city_array variable at the place where you assign a new JSONArray(). Anyways you are using it temporarily. Just set the adapter again.
city_array
new JSONArray()