Project name: Tiny messages
Develop in android over Kotlin.
- Toast Message Code here
- Snackbar Message Code here
- Dialog Message Code here
- Notifications Message Code here
com.anelcc.usercomunacation # Root Package
.
│
├── ui # Views
│ │── Dialogs # View model shared
│ │ │── customdialog # Activity
│ │ │── simpledialog # Activity
│ │ │── singlechoicedialog # Activity
│ │ └── singlechoicedialog # Activity
│ │
│ ├── Info
│ │ └── InfoActivity # Activity
│ │
│ ├── Notification
│ │ │── NotificationActivity # Activity
│ │ └── NotificationResultActivity # Activity
│ │
│ ├── Snackbar
│ │ └── SnackbarActivity # Activity
│ │
│ ├── Toast
│ └── ToastActivity # Activity
│
│
└── MainActivity.kt # Main Activity