Tuesday, January 13, 2015

Programming Techniques for Android Studio

Auto Import

1. Select AndroidStudio->Preferences
2. Select Editor -> Auto Import
3. Tick <Optimize imports on the fly> and <Add unambiguous imports on the fly>


Change Resource ID
1. Right click on @string/something
2. Select Refactor -> Rename
3. Type in a new name and click <Refactor>

No comments:

Post a Comment