ExamGecko
Home / Google / Associate Android Developer / List of questions
Ask Question

Google Associate Android Developer Practice Test - Questions Answers, Page 13

Add to Whishlist

List of questions

Question 121

Report Export Collapse

We have a custom view that extends android.widget.ProgressBar. Our progress bar is not touchable, focusable, etc.: it just shows progress. Style for our custom progress bar extends "Widget.AppCompat.ProgressBar.Horizontal". An item, named "progressDrawable", in our style, is a xml file . What we usually can see as a main single element in this xml file:

Become a Premium Member for full access
  Unlock Premium Member

Question 122

Report Export Collapse

RecyclerView is a subclass of ViewGroup and is a more resource-efficient way to display scrollable lists. Instead of creating a View for each item that may or may not be visible on the screen, RecyclerView:

Become a Premium Member for full access
  Unlock Premium Member

Question 123

Report Export Collapse

Android uses adapters (from the Adapter class) to connect data with View items in a list. There are many different kinds of adapters available, and you can also write custom adapters. To connect data with View items, the adapter needs to know about the View items. From what is extended the entity that is usually used in an adapter and describes a View item and its position within the RecyclerView?

Become a Premium Member for full access
  Unlock Premium Member

Question 124

Report Export Collapse

DRAG DROP

With recommended app architecture. Fill the following diagram, which shows how all the modules usually should interact with one another after designing the app (drag modules to correct places).


Become a Premium Member for full access
  Unlock Premium Member

Question 125

Report Export Collapse

DRAG DROP

The diagram below shows a basic form of the recommended architecture for apps that use Architecture Components. The architecture consists of a UI controller, a ViewModel that serves LiveData, a Repository, and a Room database. Drag modules to correct places.


Become a Premium Member for full access
  Unlock Premium Member

Question 126

Report Export Collapse

DRAG DROP

Under the hood WorkManager uses an underlying job dispatching service based on the following criteria. You need to move services to the correct places.


Become a Premium Member for full access
  Unlock Premium Member

Question 127

Report Export Collapse

DRAG DROP

Move the major components of the Android platform to correct places in diagram.


Become a Premium Member for full access
  Unlock Premium Member

Question 128

Report Export Collapse

DRAG DROP

In a common Paging Library architecture scheme, move instances to the correct positions.


Become a Premium Member for full access
  Unlock Premium Member
Total 128 questions
Go to page: of 13

Related questions