Issue
I'm developping my Android application but I'm not right with the project structure because I have all my layout in the folder R.layout
Isn't any way to structure this folder like packages. One folder for activity an other for content, fragment, etc..
Solution
It is a bad practice, avoid doing that. Always try to follow official guides now it might not seem clear and logical why? and what?, but in a long term you are going to understand and be happy that you followed official guides and best practices.
Happy coding!
Answered By - Antonis Radz
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.