Android Question:

Define src file in Android?

Android Interview Question
Android Interview Question

Answer:

src Contains the .java source files for your project. You write the code for your application in this file. This file is available under the package name for your project.


Previous QuestionNext Question
Define bin file in Android?Describe AndroidManifest.xmlfile in detail?