INTRODUCTION TO NET
APPLICATION DEVELOPMENT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
manifest
|
|
res
|
|
java
|
|
gradle scripts
|
Detailed explanation-1: -Layout Folder (res/layout) This folder will contain all XML layout files which we used to define the user interface of our application. Following is the structure of the layout folder in the android application.
Detailed explanation-2: -XML layout files are stored in Layout Folder inside Resource Folder, so we can say that XML layout files are stored in Reslayout Directory (res/layout/).
Detailed explanation-3: -assets-This folder contains all the assets used by your application, such as HTML, text files, databases, etc.
Detailed explanation-4: -All graphics, strings, layouts, and other resource files are stored in the resource file hierarchy under the res directory. res/layout-XML layout files that describe the views and layouts for each activity and for partial views such as list items.