Associate-Android-Developer Exam Question 41
Select a correct statement about PagedList.
Associate-Android-Developer Exam Question 42
What statements about InputStreamReader (java.io.InputStreamReader) are correct? (Choose two.)
Associate-Android-Developer Exam Question 43
Working with Custom View. Once you define the custom attributes, you can use them in layout XML files just like built-in attributes. The only difference is that your custom attributes belong to a different namespace. Instead of belonging to the http://schemas.android.com/apk/res/android namespace, they belong to:
Associate-Android-Developer Exam Question 44
If you want to access a specific UI component in an app, use the UiSelector class. This class represents a query for specific elements in the currently displayed UI. What is correct about it? (Choose two.)
Associate-Android-Developer Exam Question 45
The Testing Pyramid, shown in the Figure, illustrates how your app should include the three categories of tests: small, medium, and large. Small tests are unit tests that :