Messaging System

Estimated reading: 2 minutes 161 views
  • Set the variable below to True or False to give the user the ability to send photos, videos, etc…
Info

if you want to enable ShowButtonContact, go to Properties -> AndroidManefist.xml and remove comments from the below code.

<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-permission android:name="android.permission.READ_PHONE_NUMBERS" />

  • Set the variable below to True or False to give the user some features like replying to messages, forwarding…etc.
  • In your app, you have two types to show bubble messages by gradient color or fixed color (default)
  • In your app, you can allow users to select wallpaper to change by background color or image on the chat window

Leave a Comment