Skip to content

Latest commit

 

History

History
35 lines (33 loc) · 1.21 KB

README.md

File metadata and controls

35 lines (33 loc) · 1.21 KB

Lets-Chat

Android Chat app using MQTT client and HiveMQ public broker with firebase smart reply integration.

Dependency

• MQTT

implementation 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.1.0'
implementation 'org.eclipse.paho:org.eclipse.paho.android.service:1.1.0'

• Bumptech Glide

implementation 'com.github.bumptech.glide:glide:4.8.0.0'

• ChatKit

implementation 'com.github.stfalcon:chatkit:0.3.3'

• Firebase Natural Language Smart Reply

implementation 'com.google.firebase:firebase-ml-natural-language:19.0.0'
implementation 'com.google.firebase:firebase-ml-natural-language-smart-reply-model:19.0.0'

• Material Design

implementation 'com.google.android.material:material:1.1.0-alpha04'

Screenshots