Gabor Varadi
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").

Gabor Varadi
Gabor Varadi

Written by Gabor Varadi

Android dev. Zhuinden, or EpicPandaForce @ SO. Extension function fan #Kotlin, dislikes multiple Activities/Fragment backstack.

No responses yet