Does Android support the Bluetooth serial port profile?
Could you name a few key components of android?
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 android stickey intent?
What is xmpp used for?
How does android track the application on process?
When you need to use mp3 file in android application, which folder you need to create and store mp3 file?
Is ios bigger than android?
What is the importance of an emulator in android?
Explain apk format for android?
What types of permissions exists?
Explain the android versions history and there name?
What is orientation in android? How is it done?