I understand the basic structure of a java source tree & jar file:
com
example
mypackage
myclass1.java
myclass2.java
But if I have bitmaps or html files, are there conventions for where I should put them?
In the past, I've added a ui
directory in the source tree root (e.g. a sibling directory from the com
directory above). But this feels "sneaky": technically there could be a "ui" package.