Can intent be used to provide data to a contentprovider? Why or why not?
No Answer is Posted For this Question
Be the First to Post Answer
What is anr, and why does it happen?
What is the codename of android 6.0?
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);
How does android track the application on process?
What are android components?
What is a pending intent?
Which dialog boxes that are supported in android? Explain?
Choose right kind of layouts supported in sencha touch?
What is the use of layout manager in android?
What is a buildtype in gradle? And what can you use it for?
What is the API profile exposed by Mono for Android?
Does android have a file manager?