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

Search results

  1. J

    Apps Android pause problem

    Hi all, I meet a serious problem: In my application, have a thread for check is need send keep-alive packet to server. if screen on, the thread is OK, else if screen off (onPause state) the thread like block at Thread.sleep(300L); sentence. I try use Object.wait, Timer, SystemClock.sleep and...