본문 바로가기

안드로이드 스튜디오6

[Did you know] Ctrl + D . 최초작성 : 2016. 07 08.. 최종수정 : 2016. 07. 08.. 작성/수정내용 : - Ctrl + D Ctrl + D Ctrl+D in the editor duplicates the selected block or the current line when no block is selected. Ctrl+D는 에디터 상에서 선택영역이나 커서가 위치한 라인을 복사해 주는 기능입니다.영역이 선택된 상태라면, 선택 영역 바로 다음에 선택된 영역을 복사해 주고단순히 커서만 있다면 바로 아래줄에 커서가 있는 라인을 복사해 줍니다. 잘 사용하시는 분들도 계시겠지만 Ctrl+C 를 하여 원하는 부분에 삽일 가능한 Ctrl+V가 있어서 활용 용도는 높지 않을 거라고 생각되네요.. # 혹시 해석이 잘못되었드.. 2016. 7. 14.
[Did you know] Ctrl + Shift + Space . 최초작성 : 2016. 07. 12.. 최종수정 : 2016. 07. 12.. 작성/수정내용 : - Ctrl + Shift + Space Ctrl + Shift + Space When you need to cast an expression value to the required type the SmartType code completion will help you. For example, type String s = ( and press Ctrl+Shift+Space to see what happens. 와~~ 이 기능은 정말 좋네요. Did you know...? 에는 정말 유용한 정보가 많은거 같습니다. 이 기능은 변수에 데이터를 형변환 하여 넣을때 매우 유용한 기능입니다.예를 들어, String.. 2016. 7. 12.
[Did you know] Ctrl + w . 최초작성 : 2016. 07 08.. 최종수정 : 2016. 07. 08.. 작성/수정내용 : - Ctrl + w Ctrl + w Ctrl+w (extend selection) in the editor selects the word at the caret and then selects expanding areas of the source code. For example, it may select a method name, then the expression that calls this method, then the whole statement, then the containing block, etc. You can also select the word at the caret and the expand.. 2016. 7. 8.
[Did you know] Code | Reformat Code 와 Code | Optimize Imports . 최초작성 : 2016. 07 08.. 최종수정 : 2016. 07. 08.. 작성/수정내용 : - Code|Reformat Code 와 Code|Optimize Imports Code|Reformat Code 와 Code|Optimize Imports Use Code | Reformat Code to reformat code according to your code style preferences (File | Settings | Code Style). You can also use Code | Optimize Imports to automatically optimize imports (remove unused imports, etc.). To access the corresponding settin.. 2016. 7. 8.
[Did you know] Ctrl + Alt + B · 최초작성 : 2016. 07 06.. 최종수정 : 2016. 07. 06.· 작성/수정내용 : - Ctrl + Alt + B 의 기능 Ctrl+Alt+B To navigate to the implementation(s) of an abstract method, position the caret at its usage or its name in the declaration and press Ctrl+Alt+B. 추상 메소드를 구현한 곳으로 이동하려면, 그것을 사용하고 있는 곳 이나 선언되어 있는 이름에서 Ctrl+Alt+B를 누른다. 즉, API에서 제공되는 메소드들의 구현 내용을 알고 싶을때, 그 매소드위에 커서를 위치시키고 Ctrl+Alt+B를 누르시면 됩니다.단축키는 Ctrl + 마우스 왼쪽 클릭.. 2016. 7. 6.
[Did you know] Android Studio 개발 팁 정리 · 최초작성 : 2016. 07. 06.. 최종수정 : 2016. 07. 06.· 작성/수정내용 : - Android Studio 개발팁 정리 안내 어떤 툴을 사용해서 무엇을 개발하든사용하는 툴에 대해 자세히 알고 있다면생산성을 높일 수 있습니다. Android Studio 를 실행하면팝업 화면이 뜨면서'넌 알고 있니...?' ('Did you kow ... ?') 라는 Android Studio 사용팁이 나옵니다. 시간이 없어서...또는 영어에 자신이 없어서... 많은 부분을 그냥 닫아 버리거나 아예 창이 뜨지 않게 해놓았었는데여기에 수많은 개발팁들을 제공하고 있습니다. 영어 공부도 할겸 이 팁들을 시간나는데로 정리해 볼까 합니다. PS : 저 영어 정말 못합니다. 제가 설명하는 내용이 잘못 되어있거나.. 2016. 7. 6.