Reputation: 1351
Inside the java folder I have different java classes: one main activity, several fragments and others are utilities and asynctasks.
How can I re-order them inside sub folders inside the java folder?
Upvotes: 3
Views: 4196
Reputation: 349
Can't believe there is no straightforward answer on the internet even though it is pretty simple:
FOR ANDROID STUDIO
There you have it - A new 'folder' inside your main src folder.
Upvotes: 3
Reputation: 2165
Make new packages, and import them as needed. Or right click and select "show in explorer" and make your folders there.
Upvotes: 0