Open more than one project in Android Studio:
- With one project opened
- Select menu File -> Reopen Project -> select the project to open
- Select New Window to open project.
I have a problem I have design a spinner and add items(i.e. states) on it. Now I want to show "SELECT STATES" on main Screen only once. When we click on that spinner it will hide this text("SELECT STATES") and should show the list of the states.
1 comment:
I have a problem I have design a spinner and add items(i.e. states) on it.
Now I want to show "SELECT STATES" on main Screen only once.
When we click on that spinner it will hide this text("SELECT STATES") and should show the list of the states.
Post a Comment