Jan 6, 2021
By "level" it refers to the "level" in the hierarchical structure of the application. So when you by default create an Android app, the top-level module is "app". Inside that module, in src/main/java, the first packages you see are all "top-level" packages (sometimes it's `application/core/database/networking/features/utils' but sometimes it's "activities/adapters/viewmodels/fragments").