Tuesday, July 28, 2015

Open more than one project in Android Studio

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.




1 comment:

RupeshGhil said...

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.