What folders are impotent in android project?
Answer / Rahulbhatnagar
In an Android project, the 'src', 'res' and 'libs' folders are considered essential. The src folder contains your Java files, res folder contains resources like layouts, strings, etc., and the libs folder is used to add third-party libraries.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is color/ directory?
How can your application perform actions that are provided by other application e.g. Sending email?
Where are lay out details placed?
What is avd?
What is the file features used in android?
Write code snippet to retrieve IMEI number of Android phone.
What are android products?
Who created android os?
Explain me difference between asynctasks & threads?
How do you pass the data to sub-activities android?
What is the risk in blocking the main thread when performing a lengthyoperation such as web access or heavy computation?
What is android version 7.0 called?