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

Search results

  1. G

    Application design for posting fast data to web app server

    I have developed android app that reads car's OBD port data on my Android phone via Bluetooth. I could able to read the complete data in phone but I would like to upload that data from my phone to remote app server. Data coming from car is very fast. How I should use AsyncTask and Threads...