티스토리 뷰
반응형
Code Style Guidelines for Contributors
The rules below are not guidelines or recommendations, but strict rules. Contributions to Android generally will not be accepted if they do not adhere to these rules.
Not all existing code follows these rules, but all new code is expected to.
이클립스, 안드로이드 코드자동정렬/코드스타일/표준코딩스타일/자동포맷/오토포매팅 단축키
http://source.android.com/source/code-style.html
이클립스에서 Ctrl+Shift+F로 사용할 수 있는 자동정렬 단축키.
하지만 포매터의 기본설정은 Java나 Eclipse로 되어있다.
이클립스 ADT에 안드로이드 표준 코딩스타일을 적용시키기 위해서는:
Preferences - Java - Code Style - Formatter - Import...
android-formatting.xml 파일을 임포트 후 Active profile을 Android로,
Preferences - Java - Code Style - Organize Imports - Import...
Organize Imports에서 android.importorder 파일을 임포트 해주면 코드를 표준에 맞게 관리할 수 있다.
Preferences - XML - XML Files - Editor
또 XML에서 √ Split multiple attributes each on a new line을 해주면 XML파일을 깔끔하게 정리할 수 있다고.
추가로 Window - Preferences - General - Keys에서 Format으로 검색하면, 자동정렬 단축키를 바꿀 수 있다.
반응형
'Android' 카테고리의 다른 글
안드로이드 노트: 리스트뷰, 어댑터, 어댑터뷰, 겟뷰, 오버스크롤 (0) | 2016.11.13 |
---|---|
유료앱 판매를 위한 구글 판매자 계정 등록: GOOGLE 월렛 (0) | 2014.05.13 |
[Android] ADT: SVN 사용을 위한 Eclipse Marketplace Client 설치 (0) | 2014.02.14 |
[Android] 이클립스에서 생성된 안드로이드 프로젝트 폴더 각각의 역할 (0) | 2014.02.13 |
[Android] ADB(Android Debug Bridge) 명령어 kill-server/start-server: 종료/재시작 (0) | 2014.01.24 |
[Android] DDMS: Can't bind to local 8600 for debugger 이클립스 오류 메세지 (0) | 2014.01.19 |
[Android] 안드로이드 Hello World! 출력하기, 삼성 갤럭시 통합 USB 드라이버 (0) | 2014.01.03 |
[Android] 안드로이드 시스템/네이티브 어플리케이션 권한, System App Permission (0) | 2013.10.21 |
댓글