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

Search results

  1. R

    Main Thread Question

    Quick question wanted to verify this handler would be running in the main thread and not a background thread. Trying to keep the send() function in the background protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState)...