What do you understand by intents in android ide?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the sending sms in 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 are runnable in android?
What is the relationship between the life cycle of an asynctask and an activity?
What is .gitignore?
To develop your own service in android, what you need to do?
Can you deploy executable JARs on Android? Which packaging is supported by Android?
What is a ContentProvider and what is it typically used for?
Is nougat and android os?
What is local.properties?
Which of the layout that you can use in a window in an android application?
How to send sms in android?