Provide the important core components of android.
No Answer is Posted For this Question
Be the First to Post Answer
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);
What are the multimedia features involved in making android popular?
Which kind of information about the application androidmanifest.xml file contains?
What is timepickerdialog in android?
What is setbackgroundresource?
What are the data types supported by aidl?
Name the languages supported for android development.
Is the iphone better than android?
activity life cycle - can I save all my database updates in onstop()?
Describe android Activities in brief.
How can anr be prevented?
Is sim pin code working?