-
Notifications
You must be signed in to change notification settings - Fork 0
Folder Structure
Arundhati Gupta edited this page Jan 19, 2020
·
1 revision
The root folder has 4 major directories, which are as follows:
1. App: Contains everything related to the Android UI - Activities, fragments, views, adapters, etc.
2. Data: Deals with all CRUD (Create Read Update Delete) operations.
3. Device: Contains the implementations of the gritty Android stuff such as sensors, alarms, notifications, players, all kinds of managers, and so on.
4. Domain: It is not an Android module. It contains all use cases and defines the business logic.