• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Recent content by Alexandre Dock

  1. Alexandre Dock

    ANDROID STUDIO TELNET DISCONNECT PROBLEM

    Hi, my code do the telnet socket disconnection ok, however only after clicking send button, it seems onclick send button calls the disconnect routine. Follow below the code. public class MainActivity extends AppCompatActivity { String host="192.168.0.100",mensaje; int port=23; private final...