What is margin?
No Answer is Posted For this Question
Be the First to Post Answer
How to use hashmap with arraylist in android?
How will you differentiate nine-patch image from regular bitmap image?
What is file features used in android?
Which permission needed in order to use mapactivity?
What is the latest android version 2019?
What is activitycreator?
Define fragment in android?
Enumerate the three key loops when monitoring an activity?
Which of the method is used to return a view from a layout file given the id of the view?
What is a singleton class 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);
How will you pass data to sub-activities?