SimpleLogin
Project name: SimpleLogin
Android
Develop in android over MVVM, Kotlin, Compose.
Package Structure
com.anelcc.SimpleLogin # Root Package
.
│
├── data # Model classes,
│ │── Event # Compose Screen
│ └── UserData # info of the user in the model
│
├── Main # Main screen in the app
│ └── Home # Compose Screen
│
├── ui # Themes and resources
│ └── theme # Compose UI theme
│
├── view # Views
│ └── theme # Compose UI theme
│ ├──auth # Compose UI ,
│ │ │── Login # Compose Screen
│ │ └── Singup # Compose Screen
│ │
│ ├── Main # Main screen in the app
│ │ │── Home # Compose Screen
│ │ └── MainCommons # utils
│
├── HiltModule # Modules
└── SimpleLoginApplication.kt # name application