PART 1
2 PART 01 _ SECTION 01 API NOTE
SECTION 02 3 SECTION 02 GPL Apache2 NOTE
4 PART 01 _ SECTION 03 (Proyo) 2 2 2 1 2 2 : 2 2 Dalvik JIT(Just In Time) CPU 2~5 2~3 : (Adobe Flash) (Air) : SD : : :
SECTION 04 5 SECTION 04 2010 12 7 (Gingerbread) 2 3 : : : : :13 56MHz (RFID) NFC NFC : 2 3 :
6 PART 01 _ : CPU : Open GL ES 3D : (gyroscope) (rotation vector) (linear acceleration) (gravity) (barometer) API : Khronos OpenSL ES Khronos EGL OpenGL ES NativeActivity Asset API NDK : SIP : NFC API NFC NFC : API : VP8 WebM AAC AMR wideband :
SECTION 05 7 SECTION 05 DVM(Dalvik Virtual Machine )
8 PART 01 _ : SMS : API API (lifecycle) API : C/C++ BSD( ) C PacketVideo OpenCore MPEG4 H 264 MP3 AAC AMR JPG PNG (surface manager) 2D 3D WebKit SQLite( ) : JVM( Java Virtual Machine) DVM( Dalvik Virtual Machine) ( java) ( class) DX ( dex Dalvik Executable) : 2 6 TIP & TECH
SECTION 06 9 SECTION 06 Android SDK Eclipse Java SDK : : : : Eclipse Netbeans TIP & TECH
10 PART 01 _ SECTION 07 NOTE drawable XML layout raw xml NOTE
SECTION 07 11 res/layout/ layout port layout land layout layout land layout (density) TIP & TECH bin
12 PART 01 _ NOTE apk zip AndroidManifest xml <?xml version= 1.0 encoding= utf-8?> <manifest xmlns:android= http://schemas.android.com/apk/res/android package= com.androidside android:versioncode= 1 android:versionname= 1.0 > <application android:icon= @drawable/icon android:label= @string/app_name > <activity android:name=.helloworld android:label= @string/app_name > <intent-filter> <action android:name= android.intent.action.main /> <category android:name= android.intent.category.launcher /> </intent-filter> </activity> </application> <uses-sdk android:minsdkversion= 9 /> <!-- android 2.3 --> </manifest>
SECTION 07 13 AndroidManifest xml NOTE 4 (Activity) (Service) (Broadcast Receiver) (Content Provider) AndroidManifest xml <application> <activity> <intent-filter> <action /> <category /> <data /> </intent-filter> </activity> <service> <intent-filter>... </intent-filter> </service> <receiver>
14 PART 01 _ <intent-filter>... </intent-filter> </receiver> <uses-library /> </application> <activity> <service> <receiver> <provider>
SECTION 08 15 SECTION 08 Hello World!!
16 PART 01 _
SECTION 08 17 : (Package Explorer) : : : ( ) : : SDK Run As Android Application Run As
18 PART 01 _ HelloWorld
SECTION 09 19 SECTION 09 2 3
20 PART 01 _
SECTION 09 21
22 PART 01 _
SECTION 09 23
24 PART 01 _
SECTION 09 25
26 PART 01 _ TIP & TECH