Does Android support push email or is it pull?
Answer / mady
Android 2.1 supports push e-mail for Exchange mail and Gmail.
| Is This Answer Correct ? | 0 Yes | 0 No |
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 types of layout in android?
What are broadcast receivers? How is it implemented?
Why we use linux id in android?
Where can you define the icon for your activity?
Why would you do the setcontentview() in oncreate() of activity class?
What is if else statement?
What is fragment lifecycle?
What are the advantages of Android?
1 Answers TryTechnicals Pvt Ltd,
What is android? Explain
What is android 9 called?
What is android sdk?