What is value on component’s attribute layout_widtlf and layout_heighl to display the component big enough to?
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);
Tell us what is the relationship between the life cycle of an asynctask and an activity? What problems can this result in? How can these problems be avoided?
What types of permissions exists?
What is android? What are the features of Android?
Is android lollipop still supported?
Should we jump in to Android? What’s the guarantee that’s what I will see on a phone? Will service providers turn off things?
How does manifest file plays an integral role in app development?
What are the tools placed in android sdk?
How you can translate in android?
What is a android service?
What is DDMS? Describe some of its capabilities.
How can I make my android update faster?