What do you understand with an activity in android?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me how to avoid anr status?
What do I need to develop Mono for Android applications?
Which language does android support to develop an application?
What is the android application architecture?
What is colorstatelist?
What are the other languages that android supports other than java?
Describe the activities 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 the purpose of @override in android?
What are the different forms of communication provided by the android applications?
What are the measures to avoid application anr?
What are the different tools in android and explain them?