What os do android phones use?
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 is the use of layout manager in android?
Explain content provider component of android?
Does Android support the Bluetooth serial port p roflle?
What is android 8.1 called?
What is change gravity?
How does the activity respond when the user rotates the screen?
Which phone os is most used?
What is the use of linux id in android?
What is one shot?
What is a toast?
Differentiate between linearlayout, relativelayout, absolutelayout.