Chap-3 - UI Componenets and Layouts-1
Chap-3 - UI Componenets and Layouts-1
Chap-3 - UI Componenets and Layouts-1
2 Views: Ul elements that are drawn on-screen including buttons, lists forms etc.
3 Layouts : View hierarchies that control screen format and appearance of the
views.
4 Intents: Messages writing components together.
• The android app project will contain different types of app modules, source code
files, and resource files. We will explore all the folders and files in the android
app.
Android Project Directory Structure:---
• manifests-: It is used to provide application information to android operating system.
• java directory-: All business logics related files are stored in java directory.
• resource directory-: All internal and external resources are stored in resource directory.