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

Recent content by 109th_Regiment

  1. 1

    How to find the size of an object in Java Android

    I'm a newbie in android and python, and I'm trying to establish a TCP socket connection between my android client and a python server. Every time I swipe in my app, I send the swipe movement's direction to the server. //java client OutputStream output = client.getOutputStream()...