Deck 9: Customize Navigating With Tabs on a Tablet App

ملء الشاشة (f)
exit full mode
سؤال
 ____ allow you to show different topics within a single window.

A) FlipScreens
B) MultiWindows
C) TabbedPanes
D) Multipane layouts
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
The Master/Detail Flow template automatically enter Items as the Object Kind ____ settings.

A) Activity
B) Content
C) Layout
D) Plural
سؤال
The Strings table is responsible for the ____ displayed in the app. 

A) pixels
B) objects
C) text
D) icons
سؤال
The WebView object is a ____ widget that displays Web pages.

A) View
B) Text
C) Web
D) Tablet
سؤال
ImageView is a control used to display an image. 
سؤال
Tabs usually require a large amount of additional instruction to use correctly.
سؤال
The ____ template creates an adaptive, responsive layout for a set of list items and associated detail content.

A) Master/Detail Flow
B) Master Flow
C) Flow Detail
D) Flow
سؤال
The Eclipse SDK includes tools called ____ for fast creation of Android apps.

A) template tools
B) application templates
C) design tools
D) Android coding tools
سؤال
The Master/Detail Flow template automatically enters the Item as the Object ____ setting.

A) Kind
B) FrameLayout
C) Layout
D) GridView
سؤال
Multipane layouts provide a way to show different topics within a single window in an intuitive interface.
سؤال
String values are assigned in ____.

A) matrix.xml
B) strings.xml
C) text.xml
D) view.xml
سؤال
Instead of creating apps for multiple sizes of Android devices, apps and Web pages should be developed once for a wide range of displays.
سؤال
On tablets, single-pane layouts automatically correct for awkward whitespace and excessive line lengths. 
سؤال
Use single-pane layouts to reduce the width of UI elements and padding to adjust for a stretched-out look. 
سؤال
The Android platform provides a flexible way to simplify layout and navigation using built-in Android templates.
سؤال
Eclipse has responsive design templates, which allow you to build the app once, but display it on multiple devices. 
سؤال
The purpose of the ItemDetailActivity.java class is to display the activity_item_detail.xml layout file if ____ is detected. 

A) any device
B) a tablet or a smartphone
C) a tablet
D) a smartphone
سؤال
The minimum SDK version for a tablet is version ____.

A) 3
B) 6
C) 8
D) 11
سؤال
Responsive design is an approach to designing apps and Web sites that provide an optimal viewing experience across as many devices as possible.
سؤال
A TableView can be used to display an ImageView and a TextView.
سؤال
When designing an app, developers typically divide different components of the user interface and display them in ____.

A) fragments
B) intents
C) grids
D) tabs
سؤال
The inflate method has ____ arguments. 

A) one
B) two
C) three
D) four
سؤال
The purpose of the ____class is to provide sample content to display in the user interface of the template.

A) DummyContent.java
B) TabOne.java
C) Content.java
D) SampleContent.java
سؤال
To test an app, tap or click Run on the menu bar of the Android Master/Detail Flow template, and then select Run to save and test the application in the _______________.
سؤال
A(n)____ is a restriction limiting access to a part of the code or to data on the device.

A) intent
B) request
C) permission
D) context
سؤال
The TextView object cannot display a ____ page.

A) Content
B) Display
C) Web
D) View
سؤال
The ____ object allows you to place a Web Browser or simply display some online content within your Activity. 

A) ActivityView
B) WebView
C) ObjectView
D) ContentView
سؤال
____________________ list items eliminate the need for additional instructions for navigation. 
سؤال
The permission to connect to the Internet is set within the ____ file. 

A) AndroidManifest.xml
B) Content.xml
C) Control.xml
D) View.xml
سؤال
The code android: ____ defines the padding for all sides of an image.

A) createPadding
B) definePadding
C) padding
D) setPadding
سؤال
 ____________________ layouts can be used to show different topics within a single window in an intuitive interface.
سؤال
The code to allow permission to access the Internet is ____________________.
سؤال
Constructors are used to initialize the instance variables of a(n) ____.

A) view
B) object
C) class
D) string
سؤال
By dividing components of the user interface and displaying them in fragments, it is easier for developers to ____ these components across various Activities.

A) separate
B) design
C) layout
D) reuse
سؤال
The code to assign the id of an image called imgBike in the XML layout file is ____________________.
سؤال
To determine if two String objects match exactly, you should use the ____ method.

A) .equals
B) .compare
C) .checkValue
D) .table
سؤال
Android introduced fragments in Android 3.0, API level 11, primarily to support more dynamic and flexible user interface design on ____.

A) smartphone screens
B) large screens
C) small screens
D) padded screens
سؤال
The ____ operator compares two objects to determine whether they are exactly the same object. 

A) =
B) <>
C) ==
D) <=
سؤال
A(n)____ is a piece of an application's user interface or behavior that can be placed in an Activity.

A) fragment
B) adapter
C) control
D) permission
سؤال
The first argument in the inflate method displays the ____.

A) layout parameters
B) URI
C) XML layout
D) SDK
سؤال
In order to run and test an app, you must have Internet connectivity to open the Web page and enough _______________ available to handle the app connection to the Web.
سؤال
____________________ are used to initialize the instance variables of an object.
سؤال
A(n) ____________________ is essentially a sub-Activity hosted inside another Activity.
سؤال
The second argument of the inflate method applies the ____________________ to the container. 
سؤال
The code to add an item to the file named DummyContent.java is ____________________.
سؤال
The third argument of the inflate method is a(n)  ____________________ type with the value ____________________ .
سؤال
The code to place an image, 60 scale-independent pixels, from the bottom edge is ____________________.
سؤال
The code to compare the value of a String is:  if (mItem.id. ____________________ ) .
سؤال
____________________ is an approach to designing apps and Web sites that provide an optimal viewing experience across as many devices as possible.
سؤال
​ Use the .equals method to determine if two ____________________ objects match exactly.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/50
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 9: Customize Navigating With Tabs on a Tablet App
1
 ____ allow you to show different topics within a single window.

A) FlipScreens
B) MultiWindows
C) TabbedPanes
D) Multipane layouts
D
2
The Master/Detail Flow template automatically enter Items as the Object Kind ____ settings.

A) Activity
B) Content
C) Layout
D) Plural
D
3
The Strings table is responsible for the ____ displayed in the app. 

A) pixels
B) objects
C) text
D) icons
C
4
The WebView object is a ____ widget that displays Web pages.

A) View
B) Text
C) Web
D) Tablet
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
5
ImageView is a control used to display an image. 
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
6
Tabs usually require a large amount of additional instruction to use correctly.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
7
The ____ template creates an adaptive, responsive layout for a set of list items and associated detail content.

A) Master/Detail Flow
B) Master Flow
C) Flow Detail
D) Flow
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
8
The Eclipse SDK includes tools called ____ for fast creation of Android apps.

A) template tools
B) application templates
C) design tools
D) Android coding tools
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
9
The Master/Detail Flow template automatically enters the Item as the Object ____ setting.

A) Kind
B) FrameLayout
C) Layout
D) GridView
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
10
Multipane layouts provide a way to show different topics within a single window in an intuitive interface.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
11
String values are assigned in ____.

A) matrix.xml
B) strings.xml
C) text.xml
D) view.xml
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
12
Instead of creating apps for multiple sizes of Android devices, apps and Web pages should be developed once for a wide range of displays.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
13
On tablets, single-pane layouts automatically correct for awkward whitespace and excessive line lengths. 
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
14
Use single-pane layouts to reduce the width of UI elements and padding to adjust for a stretched-out look. 
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
15
The Android platform provides a flexible way to simplify layout and navigation using built-in Android templates.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
16
Eclipse has responsive design templates, which allow you to build the app once, but display it on multiple devices. 
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
17
The purpose of the ItemDetailActivity.java class is to display the activity_item_detail.xml layout file if ____ is detected. 

A) any device
B) a tablet or a smartphone
C) a tablet
D) a smartphone
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
18
The minimum SDK version for a tablet is version ____.

A) 3
B) 6
C) 8
D) 11
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
19
Responsive design is an approach to designing apps and Web sites that provide an optimal viewing experience across as many devices as possible.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
20
A TableView can be used to display an ImageView and a TextView.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
21
When designing an app, developers typically divide different components of the user interface and display them in ____.

A) fragments
B) intents
C) grids
D) tabs
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
22
The inflate method has ____ arguments. 

A) one
B) two
C) three
D) four
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
23
The purpose of the ____class is to provide sample content to display in the user interface of the template.

A) DummyContent.java
B) TabOne.java
C) Content.java
D) SampleContent.java
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
24
To test an app, tap or click Run on the menu bar of the Android Master/Detail Flow template, and then select Run to save and test the application in the _______________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
25
A(n)____ is a restriction limiting access to a part of the code or to data on the device.

A) intent
B) request
C) permission
D) context
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
26
The TextView object cannot display a ____ page.

A) Content
B) Display
C) Web
D) View
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
27
The ____ object allows you to place a Web Browser or simply display some online content within your Activity. 

A) ActivityView
B) WebView
C) ObjectView
D) ContentView
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
28
____________________ list items eliminate the need for additional instructions for navigation. 
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
29
The permission to connect to the Internet is set within the ____ file. 

A) AndroidManifest.xml
B) Content.xml
C) Control.xml
D) View.xml
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
30
The code android: ____ defines the padding for all sides of an image.

A) createPadding
B) definePadding
C) padding
D) setPadding
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
31
 ____________________ layouts can be used to show different topics within a single window in an intuitive interface.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
32
The code to allow permission to access the Internet is ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
33
Constructors are used to initialize the instance variables of a(n) ____.

A) view
B) object
C) class
D) string
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
34
By dividing components of the user interface and displaying them in fragments, it is easier for developers to ____ these components across various Activities.

A) separate
B) design
C) layout
D) reuse
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
35
The code to assign the id of an image called imgBike in the XML layout file is ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
36
To determine if two String objects match exactly, you should use the ____ method.

A) .equals
B) .compare
C) .checkValue
D) .table
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
37
Android introduced fragments in Android 3.0, API level 11, primarily to support more dynamic and flexible user interface design on ____.

A) smartphone screens
B) large screens
C) small screens
D) padded screens
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
38
The ____ operator compares two objects to determine whether they are exactly the same object. 

A) =
B) <>
C) ==
D) <=
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
39
A(n)____ is a piece of an application's user interface or behavior that can be placed in an Activity.

A) fragment
B) adapter
C) control
D) permission
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
40
The first argument in the inflate method displays the ____.

A) layout parameters
B) URI
C) XML layout
D) SDK
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
41
In order to run and test an app, you must have Internet connectivity to open the Web page and enough _______________ available to handle the app connection to the Web.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
42
____________________ are used to initialize the instance variables of an object.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
43
A(n) ____________________ is essentially a sub-Activity hosted inside another Activity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
44
The second argument of the inflate method applies the ____________________ to the container. 
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
45
The code to add an item to the file named DummyContent.java is ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
46
The third argument of the inflate method is a(n)  ____________________ type with the value ____________________ .
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
47
The code to place an image, 60 scale-independent pixels, from the bottom edge is ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
48
The code to compare the value of a String is:  if (mItem.id. ____________________ ) .
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
49
____________________ is an approach to designing apps and Web sites that provide an optimal viewing experience across as many devices as possible.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
50
​ Use the .equals method to determine if two ____________________ objects match exactly.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.