I'm following a tutorial where they want me to use android websockets library, unfortunately this library is deprecated and I should now use AndroidAsync.
This should be an easy task for the common Android Developer, but I'm kinda new to Android Development so I would like some help doing this.
I have posted my code as a pastebin because the code is too big to post here.
My code: http://pastebin.com/dYNAG6eX
The library is already imported into the project, I just need some help changing the code to the correct things.