i have two spinner one is for country and the second one is for state and i wanted to display selected state when particular country got selected am getting the selected country states printed on logcat but not able to display on second spinner
pls help me ???
On the selection listener of the first spinner, call a function to populate the second spinner with the list of states that belong to the country that was picked in the first spinner.