I'm having Android code to move, zooming and rotation image. And it working perfect. Now I want to set ellipse on the image and changing it place upon image changes. The ellipse is drawing perfect in moving and zooming cases, but I don't know how to set new points for the ellipse if I rotate the...
Hi everybody,
I'm trying to write code to communicate between c# server and Android client by using TCP socket, I'm using below code but it dosn't work :(
C# Server Code:
TcpListener tcpListener = new TcpListener(sampleTcpPort);
while (true)
{...