2011년 1월 1일 토요일
[Android Course][English][Theme] - Android Project Folder configuration
In addition, inquiries, or questions, please contact us.
(joonryang@gmail.com)
1. 'Root' Floder configuration
- AndroidManifest.xml
: Application to the xml document contains information about
- 'bin'
: Compiled 'Application Binary and Object ' folder is stored
- 'libs'
: Application for an external jar file in the folder that stores
- 'src'
: Application Java source code stored in the folder
- 'res'
: Application for Layout, Image, String, etc. The folder stores
Application resources are stored in the folder
- 'asset'
: Application Deployment, 'Application Package' is included in the resource distribution.
Java source its raw form on the resources 'AssertManager Class' can be accessed through use.
2. 'res' Folder configuration
- 'anim'
: xml document that specifies the animation is saved folder
- 'drawable'
: Application for 'png, jpeg, etc.' image storage folder
- 'raw'
: uncompiled riseuseu save.
'Resources Class' approach is possible through.
- 'values'
: Application for String and the object is stored and the folder style
3. Project Output('bin' Folder)
- 'classes' Folder
: Compiled Java Code.
- 'classes.dex'
: executable Compiled Java Code.
- 'resources.ap'
: 'Res' Folder under the resources 'zip' compressed files through a compression algorithm
- '....apk'
: Install Android Application Available
In addition, inquiries, or questions, please contact us.
(joonryang@gmail.com)
피드 구독하기:
댓글 (Atom)
댓글 없음:
댓글 쓰기