Davve Pavve
Lurker
Hi!
Just wondering how you are organizing your classes in android studio?
I want to create folders in my main package to separate activities, fragments, helperobjects and so on but the only way to do that what I can see is to create sub-packages? the problem with that is that I have to import all packages into all classes which does not seem to be a good practice.
How are you doing? Do you have all your classes in the same package? If so, don't your think its messy to find and switch between classes?
Davve
Just wondering how you are organizing your classes in android studio?
I want to create folders in my main package to separate activities, fragments, helperobjects and so on but the only way to do that what I can see is to create sub-packages? the problem with that is that I have to import all packages into all classes which does not seem to be a good practice.
How are you doing? Do you have all your classes in the same package? If so, don't your think its messy to find and switch between classes?
Davve