Sorry for the noob question but I am pretty new to the Android SDK/Eclipse environment
The application I am developing is getting pretty big with several classes. I would like to organize it better, having folders for views, models, dialogs ect…
How can I create a subfolder of the src folder? If I right click on the src folder I do not have that option…Should I create a new package?
I tried to add a new src folders, but that goes to the same level of the main src folder with “default package” path and Eclipse does not see my files there…
What is the best way to have a folder structure for all my classes in a project?
Thanks
right click to folder, select new package