Android Studio
안드로이드를 시작하기 전에..
GOD03219
2018. 1. 11. 10:05
SDK
Software Development Kit : class(tool) 제공
JDK
Java Development Kit
Configure Activity
Android consists of .....
- Coding (Programming)
소스파일 이름 MainActivity( .java ) 확장자 생략
- Design
1) Text -> activity_main( _xml )
2) Design ( palette에서 드래그 )
The path that Android projects stored
내 컴퓨터 > C드라이브 > 사용자 > AndroidStudioProjects > MyApplication
Font size
File > settings > wheel 검색 > Change font size ( Zoom ) with Ctrl+Mouse wheel
Framework
안드로이드는 framework를 제공한다.
자바와 다르게 실행을 시키는 static main이 안보인다?! 어디선가 객체를 생성하고 메소드를 호출해주는 main이 숨겨져 있다.