일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- #binary
- docker example
- html object
- 토큰경제
- html5 new tag
- html video
- #android activity
- #bubbleSort
- git flow
- html charset
- #C++ has~a
- #JAVASCRIPT
- #2차원배열
- html plug-in
- relative path
- #3차원배열
- #자바상속#자바이즈어#is~a
- mac terminal command
- border-box
- html code
- hyperledger transaction
- html id
- #CallByAddress
- html multimedia
- html youtube
- 하이퍼레저패브릭
- #1차원배열
- #다차원포인터
- #C++ 연산자함수오버로딩
- #성적관리프로그램
Archives
- Today
- Total
A sentimental robot
안드로이드를 시작하기 전에.. 본문
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이 숨겨져 있다.
'Android Studio' 카테고리의 다른 글
ListView (0) | 2018.01.29 |
---|---|
Spinner (0) | 2018.01.29 |
LinearLayout (0) | 2018.01.12 |
메소드를 공유하는 위젯 (0) | 2018.01.12 |
익명클래스를 이용해서 이벤트리스너 만들기 (0) | 2018.01.11 |