Reputation: 407
Is it possible to have multiple subfolders/folders for layout, drawable etc. that appear in Android view, not only Project view?
I know that you can create more layout folders or even res folders, but once I change to Android View, they all appear in the same place.
And as an overall good practice, what is a good way to organise a project? Should I use modules, keep everything in the same place, divide into folders/subfolders...?
Upvotes: 0
Views: 35
Reputation: 184
Unfortunately, I don't think this is possible with android studio.
Upvotes: 1