I just work on one of my first web socket app in android. So I do lot of R&D before I starting and at last I found these two libs are very simple and useful for my requirement.
1 ) AndroidAsync (For clients )
2 ) Java-WebSocket (https://github.com/TooTallNate/Java-WebSocket ) for Server
Both are very simple and easy to use.