AnelCC / TinyMessages

User communication by different message type: Developed in android over Kotlin. Toast Message, Snackbar Message, Dialog Message and Notifications Message

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User Comunication with Kotlin

Project name: Tiny messages

Android

Develop in android over Kotlin.

  1. Toast Message Code here
  2. Snackbar Message Code here
  3. Dialog Message Code here
  4. Notifications Message Code here

Package Structure

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

Preview 🎉

Library References

  1. Toast Read here
  2. Snackbar Read here
  3. Dialogst Read here
  4. Notification Read here
  5. Notification Read here

About

User communication by different message type: Developed in android over Kotlin. Toast Message, Snackbar Message, Dialog Message and Notifications Message


Languages

Language:Kotlin 100.0%