how to do inter-thread communication in android, using handlers?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Android OS Interview Questions

What is the correct way to check if a Compass sensor is present on the system? Explain your answer.

0 Answers  


What is a job scheduling?

0 Answers  


The last callback in the lifecycle of an activity is onDestroy(). The system calls this method on your activity as the final signal that your activity instance is being completely removed from the system memory. Usually, the system will call onPause() and onStop() before calling onDestroy(). Describe a scenario, though, where onPause() and onStop() would not be invoked.

0 Answers  


Can you play android 2.1 games on android 2.2?

0 Answers  


Explain me what is an intent?

0 Answers  


Under what condition could the code sample below crash your application? How would you modify the code to avoid this potential problem? Explain your answer.     Intent sendIntent = new Intent();     sendIntent.setAction(Intent.ACTION_SEND);     sendIntent.putExtra(Intent.EXTRA_TEXT, textMessage);     sendIntent.setType(HTTP.PLAIN_TEXT_TYPE); // "text/plain" MIME type     startActivity(sendIntent);

0 Answers  


What is oxygen os?

0 Answers  


What is a service?

1 Answers  


What are the four asynctask methods that must be overridden?

0 Answers  


Explain the ontrimmemory() method?

0 Answers  


What do you mean by android sdk?

0 Answers  


What is sensormanager?

0 Answers  


Categories