To Organize Java or Kotlin Files we have packages so java/kt files can be organized nicely by importing from other packages, How to Organize layout resource files in Android Studio? Suppose i am working with 50 resource files, that will become mess? How to organize them properly?
Asked
Active
Viewed 889 times
1 Answers
0
This should help you understanding how to structure your resources.
The location of your res
folder is typically on the same layer as your java/kt
folder

FreshD
- 2,914
- 2
- 23
- 34
-
1Well i am already familiar with this, i just want to know about Layout folder, can we add sub directories to organize layouts in layout folder? if so, then how? and if not then why not? – Fawad Bin Tariq Sep 29 '17 at 15:52