list the files used to write hello world program in android.
Answers
Answered by
4
Explanation:
- java
- manifests
- drawable
- values
- build.gradle
- activity_main.xml
- layout
Answered by
3
The Default Layout XML File is used to write hello world program in android.
Explanation:
Layouts are created using XML files.
The main Activity layout XML file can be located in the app /src /main /res /layout sharepoint of the project.
The name of a layout file is determined by what it represents.
The Hello World program, for example, contains only one layout, activity main.
Similar questions