Team Leader Android Developer Question:
Tell me what is An android manifest file?
Answer:
Every application must have an AndroidManifest.xml file (with precisely that name) in its root directory. The manifest file presents essential information about your app to the Android system, information the system must have before it can run any of the app's code.
Previous Question | Next Question |
Tell me how will you pass data to sub-activities? | Explain me what is ANR in android? |