You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create new devise (Tools/Devise Manage/Create device)
Run devise (Button play in Devise Manage)ы
Run application (Run/Run "app")
Project file structure (Global view)
Folder
File
Description
/app/src/main/res
resource catalog
/app/src/main/assets
asset catalog
/app/src/main/
AndroidManifest.xml
contains the preliminary information required to launch the application, such as the name, version, icons, permissions, registers all activity classes, services, etc
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