What kind of information about application AndroidManifest.xml file contains?
Submitted by: Administrator★ 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.
Submitted by:
★ 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.
Submitted by:
Read Online WCF SDK Job Interview Questions And Answers
Top WCF SDK Questions
☺ | How to set the timeout property for the WCF Service client call? |
☺ | What are contracts in WCF? |
☺ | How to configure Reliability while communicating with WCF Services? |
☺ | What is binding and how many types of bindings are there in WCF? |
☺ | How to deal with operation overloading while exposing the WCF services? |
Top Application Program Categories
☺ | AutoCAD Interview Questions. |
☺ | Microsoft Office Interview Questions. |
☺ | Microsoft Outlook Interview Questions. |
☺ | Microsoft Excel Interview Questions. |
☺ | WPF Interview Questions. |