Recent content by Belal Shakhatrah

  1. B

    Rotate ellipse on image when rotate the image in Android

    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...
  2. B

    TCP socket between Android and C#

    where is the fu*****ck replies
  3. B

    TCP socket between Android and C#

    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) {...