0
I’m starting now in Android development, and I’m having doubts about the directories of Android Studio, I need to understand what serves each of them for the project.
I confess that I have never programmed in a language with so many directories(app, manifests, res, drawable, layout, values, minimap and etc), files(All XML) and classes(Class R for example).
I need to know what each file, class and directory is for, and Androidmanifest.xml? These were just examples, if possible help me with all the components of a project, I’m sure this is the question of many.
I think your doubt is too broad, explaining all the files as you expect, would require a large and complex response. Perhaps focusing on more specific items helps to have a satisfactory answer.
– user28595
Maybe these links will help you more than one answer here: Creating an Android project and understanding its structure, The folder "res" and the Resources in an Android project and STRUCTURE OF AN ANDROID PROJECT
– user28595