A simple TCP client for android.
This app opens a new socket and connects to the user's desired server.
It sends a specified piece of data over the connection, waits for a response and then closes the connection.
The server timeout is set to 3 seconds.
-fix layout to work on all device types
-add a way to save server and command history