This is more of a general question. I am developing my first relatively large Android application, and I realize the file structure is probably not the "best practice" organization. I feel like I have one folder full with all of my Activities and Java classes, and it is getting a bit messy. Does anyone know what the best option is for making the project structure a bit cleaner?
I found these links very helpful. Link 1, Link 2 and Link 3.
Its a very debatable question. Some IDEs like Android Studio of google, Eclipse IDE for android automatically manage and keep ur source codes clean and compact.