Doing background stuff on a different UI
问题 I have designed an app that gets the network information and updates the UI every 5 seconds. It is advised to do the background processes on a separate thread than the UI thread, and I did so...but I still get an error that: "I/Choreographer﹕ Skipped 3730 frames! The application may be doing too much work on its main thread." Why is that? Here's my code protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); wifiTextView