I have a large UI (about 20-25 screens). How should I organize my code? Should I separate by functionality into different packages? Should I have one package for all UI classes and then create sub packages to organize? Or should I not create separate packages and organize into folders. Any help would be greatly appreciated.
Share
When you create a folder, it becomes a package. My favourite structure for large projects is as follows:
Hope this helps.