I am making an android app that asks for the users to select a country via spinner.
When the user opens the app first time, user selects a country from list.
You can use sharedPreference to store the country you have chosen, then search the map and find the position of country in your array, finally use setSelection(int position)to set the default country