Can you use an Intent to provide data to a ContentProvider? If not, what would be the proper mechanism for doing this?
1367What is the correct way to check if a Compass sensor is present on the system? Explain your answer.
1926The 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.
2441Under 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);
3612
Define android architecture?
What is reactivex android?
Do you know what is application?
What are the services that can be allowed to run in a single process?
What is android 4.0 called?
Please explain what is a sticky intent?
what is serialization? How serialization is different from binders?
What options do the users get to save data in android?
How will apps change with android 2.2?
What does Compatibility Issue Means in Android?
What is @inject in android?
How to set layout’s attribute programmatically in android?
Describe intents?
What is urlconnection?
How many types of android phones are there?