| ./analytics |
|
contains classes which support send ivents for google analytic |
| ./data |
|
contains database classes |
| ./emuns |
|
contains enums of our project |
| ./feature |
|
this package contains features of our project |
| ./model |
|
contains models of our project |
| ./receivers |
|
contains a broadcast receiver, is a component that enables the system to deliver events to the app outside of a regular user flow, allowing the app to respond to system-wide broadcast announcements |
| ./repository |
|
contains files that implement the logic of getting data from database and web service, and caching them. |
| ./services |
|
contains components which are needed to perform long-term operations in the background |
| ./ui |
|
contains classes of UI elements as fragments, activitys and other |
| ./util |
|
consist of supportive methods and classes |
| ./ |
App.kt |
main bootstrap file |
| ./ |
RunarLogger.kt |
contains logs of project |