What does the following code do?
What does the following code do?
dialog.getWindow().setFlags(LayoutParams.FLAG_BLUR_BEHIND,
LayoutParams.FLAG_BLUR_BEHIND);
What does the following code achieve?
What does the following code achieve?
Intent intent = new Intent(FirstActivity.this, SecondActivity.class);
startActivityForResult(intent);
what to do with it?
When using an implicit intent, what process does the system use to know what to do with it?
Which of the following is NOT true about the MenuItem interface?
Which of the following is NOT true about the MenuItem interface?
Which of the following is correct about XML layout files?
Which of the following is correct about XML layout files?
which of the following?
The DalvikVM core libraries are a subset of which of the following?
Which of the following is correct about file access in the Android system?
Which of the following is correct about file access in the Android system?
Which is the correct explanation of ListView?
Which is the correct explanation of ListView?
Which of following is incorrect about the Toast class?
Which of following is incorrect about the Toast class?
Which of the following is not a ContentProvider provided natively by Android?
Which of the following is not a ContentProvider provided natively by Android?