Skip to content

A chat group client for Android OS that aims to connect to a multi thread server

License

Notifications You must be signed in to change notification settings

claudiomarpda/ChatGroupAndroidClient

Repository files navigation

Chat Group Android Client

This project is a client of a chat group for Android OS.

It aims to connect to a server that manages the group connections and the messages received. After connection is successful, the user can send message to the group. A simple UI is used for testing functionalities.

IDE: Android Studio 2.3.3
Language: Java 7

  • Thread safe
  • Socket connection
  • Ready for another connection after failures
  • Handles connection failure
    • when there is no internet connection
    • when loses internet connection while connected
    • when server is off before connection
    • when server stops running while connected

For compile details see app/build.grade file.

Class Diagram

alt tag

About

A chat group client for Android OS that aims to connect to a multi thread server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages