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.
Use spinner method to show selected item
spinner.setSelection(position);
Here position is the last selected position