SOCKET PROGRAMMING – JAVA SWING & ANDROID

Warning: The content of this article is obsolete and no longer maintained!

This client server chat application is based on java swing and Android and used socket package. its simple and easy and require only core java knowledge. I have taken some codes of this application from Internet and modified a little bit to make it simpler and more elegant.

This application/program is a good example of using java.io,java.net package to create a chat application. A beginner of java language, who is familiar with this packages can able,be beneficiate.

The complete code of this program is availabale on github.