In: Computer Science
What are Android User Design Tenets and what are they used for?
What is the purpose of the AndroidManfiest.xml file?
What is the res folder and what files are located here and uses?
1. Android User Design Tenets are the core basic principals which were developed by and for the Android User Experience Team to keep users' best interests in mind. So basically they are used for making easy to understand / intuitive designs.
2. The AndroidManifest. xml file contains information of your package, including components of the application such as activities, services, broadcast receivers, content providers etc.
3. Resources are the additional files and static content that your code uses, such as bitmaps, layout definitions, user interface strings, animation instructions, and more. So all such kinid of files are in res folder