what is the memory limit of each process in android?
No Answer is Posted For this Question
Be the First to Post Answer
Explain me what is the android application architecture?
What is the file features used in android?
difference between nine-patch image vs regular bitmap image in android?
How will apps change with android 2.2?
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);
Which of the method is used to return a view from a layout file given the id of the view?
State the importance of xml- based layouts?
When will it be available in a ROM?
To get data from webserver to android application, which of the following class you need to use to establish connection?
What is mipmap/ directory?
How many activities are in focus at any time?
What do you mean by activitycreator?