Android Software Engineer Question:
Download Job Interview Questions and Answers PDF
Which kind of information about the application AndroidManifest.xml file contains?
Answer:
★ It contains the package name of the application.
★ The version code of the application is 1.This value is used to identify the version number of your application.
★ The version name of the application is 1.0
★ The android:minSdkVersion attribute of the element defines the minimum version of the OS on which the application will run.
★ ic_launcher.png is the default image that located in the drawable folders.
★ app_name defines the name of applicationand available in the strings.xml file.
★ It also contains the information about the activity. Its name is same as the application name.
★ The version code of the application is 1.This value is used to identify the version number of your application.
★ The version name of the application is 1.0
★ The android:minSdkVersion attribute of the element defines the minimum version of the OS on which the application will run.
★ ic_launcher.png is the default image that located in the drawable folders.
★ app_name defines the name of applicationand available in the strings.xml file.
★ It also contains the information about the activity. Its name is same as the application name.
Download Android Software Engineer Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain AndroidManifest.xmlfile in detail? | Can you please explain the difference between data storage options which are available in Android? |