Android Question:

Define src file in Android?

Tweet Share WhatsApp

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.

Download Android PDF Read All 62 Android Questions
Previous QuestionNext Question
Define bin file in Android?Describe AndroidManifest.xmlfile in detail?