Skip to content

pr656d/Chat-App

Repository files navigation

Chat-App

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.

Update Constants.kt

  • 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.

Learned

  • Hosting on Heroku
  • Authentication
  • Sign up and Login
  • Socket.io
  • Send and Receive messages
  • Multiple channels supported
  • JSON request and JSON response parsing
  • Git

About

A simple chat for android using Kotlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages