A simple chat for android using Kotlin.
I have used here mac-chat-api. Have a look at here and follow instructions https://github.com/devslopes-learn/mac-chat-api . Host your App on heroku or as local host.
-
BASE_URL = "https://yourHerokuAppName.herokuapp.com/v1/"
. Update yourHerokuName or replace string with your heroky app URL. -
SOCKET_URL = "https://yourHerokuAppName.herokuapp.com/"
. Update only yourHerokuAppName with your heroku app name. -
Uncomment
BASE_URL
as per your need to connect with local host or online host.
- Hosting on Heroku
- Authentication
- Sign up and Login
- Socket.io
- Send and Receive messages
- Multiple channels supported
- JSON request and JSON response parsing
- Git