OS/Android (50) 썸네일형 리스트형 안드로이드 View와 ViewGroup ● 뷰(View)란 무엇인가? - 공식문서에서의 View This class represents the basic building block for user interface components. A View occupies a rectangular area on the screen and is responsible for drawing and event handling. View is the base class for widgets, which are used to create interactive UI components (buttons, text fields, etc.). TheViewGroup subclass is the base class for layouts, which are invisibl.. 안드로이드 ManifestFile 안드로이드를 개발하기 위해선 먼저 ManifestFile에 대해 알아야 작업하는 도중 헤매지 않고 수월하게 개발을 할 수 있다. 모두 다 외우진 않더라도 태그들을 보고 어떤 것을 의미하는지는 알아야 한다. ● ManifestFile이란 무엇인가? - Manifest의 사전적 의미 : 나타내다, 드러내다 - 모든 어플리케이션에는 루트 라이브러리에 AndoroidManifest.xml 파일이 존재해야 한다. - Android 시스템이 앱의 코드를 실행하기 전에 확보해야 하는 앱에 대한 필수 정보를 시스템에 제공한다. - Manifestfile을 보면 대략적인 어플리케이션 정보를 확인할 수 있다. 권한(Permission), API 최소 레벨, 라이브러리, 컴포넌트(Activity, Provider, Rece.. 이전 1 ··· 4 5 6 7 다음