AndroidCodility / DirectReplyNotification

Android application to make direct reply with notification message just like WhatsApp messages, without even opening WhatsApp using Kotlin Programming Language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Direct Reply Notification

Android application to make direct reply with notification message just like WhatsApp messages, without even opening WhatsApp using Kotlin Programming Language.

Add in AndroidManifest.xml

Permission:-
-------------------
<uses-permission android:name="android.permission.VIBRATE"/>
                      
BroadcastReceiver:-
-------------------
<receiver
android:name=".MyNotificationReceiver"
android:enabled="true"
android:exported="false" />
Reply 1 Reply 2 Reply 3

Play Video

Like Facebook Page

About

Android application to make direct reply with notification message just like WhatsApp messages, without even opening WhatsApp using Kotlin Programming Language.

License:MIT License


Languages

Language:Kotlin 100.0%