A chat app which allows its users to host/join chat rooms on a local network without any internet connection. The app makes use of core Java concepts of Sockets and MultiThreading along with Network Service Discovery to allow users to discover other devices on the same network.
- Create a Chat-Room on your local network.
- Join a Chat-Room by adding the server-code.
More features coming soon!
- Clone the project onto your local machine either using Github or Android Studio.
- Open the project on Android Studio.
- Connect your mobile device to your machine and turn on USB debugging.
- Click on the run button(or Shift+F10) and install the app on your mobile device.