Intents designate the target
Answer: implicit inten...
What is base of all Sencha Touch component?
What is base of all Sencha Touch component?
Answer: Ext COmponen...
Which permission needed in order to use MapActivity?
Which permission needed in order to use MapActivity?
Answer: <uses-permission android:name="android.permission.INTERNET" />...
How to get the form data in Sencha Touch?
How to get the form data in Sencha Touch?
Answer: getFormInstance().getValues()...
How to apply stylesheet with HTML element by id?
How to apply stylesheet with HTML element by id?
Answer: #i...
How to check if browser supports web storage?
How to check if browser supports web storage?
Answer: Check if typeof(Storage) !== "undefined...
Does HTML5 native support for local storage?
Does HTML5 native support for local storage?
Answer: tr...
Which Android File API to create a file?
Which Android File API to create a file?
Answer: opentfileoutput(...
In HTML5, onblur and onfocus are:
In HTML5, onblur and onfocus are:
Answer: Event attribut...
Graphics defined by SVG is in which format?
Graphics defined by SVG is in which format?
Answer: xm...
Which kind of application when creating with Sencha Touch?
Which kind of application when creating with Sencha Touch?
Answer: Hubrid ap...
Which database is natively supported by android?
Which database is natively supported by android?
Answer: SQlit...
Which doctype is correct for HTML5?
Which doctype is correct for HTML5?
Answer: <!DOCTYPE html>...
Which file is entry point for Sencha Touch app?
Which file is entry point for Sencha Touch app?
Answer: app.j...
What is NOT correct about Controller in Sencha Touch?
What is NOT correct about Controller in Sencha Touch?
Answer: Responsible for responding to events that occur within your ap...
Does CSS support to detecting device size and orientation?
Does CSS support to detecting device size and orientation?
Answer: tru...
What is the correct HTML5 element for playing video files?
What is the correct HTML5 element for playing video files?
Answer: vide...
How does Android system manage activity's life cycle
How does Android system manage activity's life cycle
Answer: Via system activity stack Correc...
In auto-generated code of an Android app, what is R class?
In auto-generated code of an Android app, what is R class?
Answer: Contains IDs of the project resource...
Which of the following are UI elements that you can use in a window in an Android application?
Which of the following are UI elements that you can use in a window in an Android application?
Answer: TextVie...
How to set data for a Spinner control?
How to set data for a Spinner control?
Answer: Use method setAdapter(...
On android, a layout can contain other layout?
On android, a layout can contain other layout?
Answer: tr...
What is NotificationManager class?
What is NotificationManager class?
Answer: The NotificationManager class is used to display notifications on the device's status ba...
Which statement correctly changes the nameLabel TextView to Nguyen Van A?
Which statement correctly changes the nameLabel TextView to Nguyen Van A?
Answer: nameLabel.setText("Nguyen Van A") ...
What is contained within the Layout xml file?
What is contained within the Layout xml file?
Answer: Orientations and layouts that specify what the display looks lik...
How do you programmatically determine whether a RadioButton is checked?
How do you programmatically determine whether a RadioButton is checked?
Answer: You should check the isChecked() metho...
Android: Which attribute will be used in XML if the Java code needs a reference to View?
Android: Which attribute will be used in XML if the Java code needs a reference to View?
Answer: android:i...
Android: What is value on component's attribute "layout_width" and "layout_height" to display the component big enough to enclose its content only?
Android: What is value on component's attribute "layout_width" and "layout_height" to display the component big enough to enclose its content only?...
What is contained within the manifest xml file?
What is contained within the manifest xml file?
Answer: The permissions the application require...
Which of the following used to detect when a user clicks or taps on a button?
Which of the following used to detect when a user clicks or taps on a button?
Answer: OnClickListen...
What is the android:versionCode attribute in the AndroidManifest.xml file?
What is the android:versionCode attribute in the AndroidManifest.xml file?
Answer: The android:versionCode attribute is used to programmatically...
Which of the following methods is used to return a View from a layout file given the ID of the View?
Which of the following methods is used to return a View from a layout file given the ID of the View?
Answer: findViewById(int id...
How do you access the string resource stored in the strings.xml fill
How do you access the string resource stored in the strings.xml fill
Answer: You can use the getResources(...
Which of the following is layout that you can use in a window in an Android application?
Which of the following is layout that you can use in a window in an Android application?
Answer: FrameLayou...
Activity results handled by the onActivityResult() method are differentiated from one another using which parameter?
Activity results handled by the onActivityResult() method are differentiated from one another using which parameter?
Answer: Result Cod...
What is contained within the Layout xml file?
What is contained within the Layout xml file?
Answer: Orientations and layouts that specify what the display look...
Android is based on which language?
Android is based on which language?
Answer: Jav...
Can you deploy executable JARs on Android?
Can you deploy executable JARs on Android?
Answer: False Correc...
Which company developed android?
Which company developed android?
Answer: Android Inc Correc...
Which of the following are UI elements that you can use in a window in an Android application?
Which of the following are UI elements that you can use in a window in an Android application?
Answer: TextView Corre...
How will you pass data to sub-activities?
How will you pass data to sub-activities?
Answer: Use Bundles Correc...
The Intent object is passed to this method to deliver the message to all interested broadcast receivers
The Intent object is passed to this method to deliver the message to all interested broadcast receivers
Answer: Context.sendBroadcast() Corr...
The Intent object is passed to this method to launch a new activity or get an existing activity to do something new
The Intent object is passed to this method to launch a new activity or get an existing activity to do something new
Answer: Context.startActivity()...
Which of the following is/are appropriate for saving the state of an Android application?
Which of the following is/are appropriate for saving the state of an Android application?
Answer: Activity.onPause() Correc...
Which of the following is NOT a life-cycle methods of an Activity?
Which of the following is NOT a life-cycle methods of an Activity?
Answer: onInit Correc...
Where can you define the icon for your Activity?
Where can you define the icon for your Activity?
Answer: In the style xml fil...
What is contained within the Layout xml file?
What is contained within the Layout xml file?
Answer: Orientations and layouts that specify what the display looks like Correc...
Where will you declare your activity so the system can access it?
Where will you declare your activity so the system can access it?
Answer: In the manifest xml file Correc...
What is an Activity?
What is an Activity?
Answer: A single screen in an application, with supporting Java code Correc...
Android is licensed under which open source licensing license?
Android is licensed under which open source licensing license?
Answer: Apache/MIT Correc...
What does the .apk extension stand for?
What does the .apk extension stand for?
Answer: Application Program Kit Incorrec...
Which of the following are true about Intent.CALL_ACTION?
Which of the following are true about Intent.CALL_ACTION?
Answer: Used when a phone number is to be dialled without the user having to explicitly...
Why cannot you run standard Java bytecode on Android?
Why cannot you run standard Java bytecode on Android?
Answer: Android uses Dalvik Virtual Machine Correc...
The Intent object is passed to this method to initiate a service or deliver new instructions to an ongoing service
The Intent object is passed to this method to initiate a service or deliver new instructions to an ongoing service
Answer: Context.startService()...
The intents can communicate messages among any of the three core components of an application:
The intents can communicate messages among any of the three core components of an application:
Answer: activities, services, broadcast receivers...
Which of the following should be used to save the unsaved data and release resources being used by an Android application?
Which of the following should be used to save the unsaved data and release resources being used by an Android application?
Answer: Activity.onDestroy()...
Intents do not name a target and the field for the component name is left blank
Intents do not name a target and the field for the component name is left blank
Answer: Implicit Intents Correc...
Which of the following is the parent class for the main application class in an Android application that has a user interface?
Which of the following is the parent class for the main application class in an Android application that has a user interface?
Answer: Activity...
Which of the following are UI elements that you can not use in a window in an Android application?
Which of the following are UI elements that you can not use in a window in an Android application?
Answer: SliderBar Correc...
The R.java file is where you edit the resources for your project
The R.java file is where you edit the resources for your project
Answer: False Correc...
Which one is not a nickname of a version of Android?
Which one is not a nickname of a version of Android?
Answer: Muffin Correc...
For writing Android code using C/C++, you need to use__________
For writing Android code using C/C++, you need to use__________
Answer: NDK Correc...
Intents designate the target component by its name and they are typically used for application-internal messages.
Intents designate the target component by its name and they are typically used for application-internal messages.
Answer: Explicit Intents C...
What is an intent object?
What is an intent object?
Answer: An Intent object is a bundle of information Correc...
Android: Is the main thread called the UI thread?
Android: Is the main thread called the UI thread?
Answer: Y...
In class SQLiteOpenHelper class, there are 2 methods we should usually override. What are they?
In class SQLiteOpenHelper class, there are 2 methods we should usually override. What are they?
Answer: onCreate() and onUpgrade...
How to set position of a Sencha Touch component?
How to set position of a Sencha Touch component?
Answer: Only a &...
You must declare all application components in Manifest file in this way:
You must declare all application components in Manifest file in this way:
Answer: <provider> elements for content provide...
How many CSS files can be included in a Sencha Touch project?
How many CSS files can be included in a Sencha Touch project?
Answer: Ma...
Which attribute will be used in XML if the Java code needs a reference to View?
Which attribute will be used in XML if the Java code needs a reference to View?
Answer: android: ...
Which are location providers in android
Which are location providers in android
Answer: GPS
...
Which statement is NOT correct about PhoneGap?
Which statement is NOT correct about PhoneGap?
Answer: It doesn't support for Java pho...
Which method to open a Hap connection to an Uri?
Which method to open a Hap connection to an Uri?
Answer: url.openConnection...
How to listen to an event in Sencha Touch class?
How to listen to an event in Sencha Touch class?
Answer: Write event handler within listeners:{} bo...
What is TRUE about localStorage?
What is TRUE about localStorage?
Answer: It is never expir...
What is value on component's attribute layout_widtlf and layout_heighl to display the component big enough to
What is value on component's attribute layout_widtlf and layout_heighl to display the component big enough to
Answer: wrap_conte...
Intent myIntent = new Intent(this. ActivityTwo.class);
Intent myIntent = new Intent(this. ActivityTwo.class);
Answer: myIntent is explicit Intent
...
What is not true about the Android application lifecycle
What is not true about the Android application lifecycle
Answer: Each activity of an app is run in its own proce...
Android AsyncTask create new thread in background
Android AsyncTask create new thread in background
Answer: Tr...
What are location providers in Android?
What are location providers in Android?
Answer: GPS & Netwo...
There are five different methods to store persistent data. They are: Shared Preferences. Internal Storage. External Storage. Network and __?
There are five different methods to store persistent data. They are: Shared Preferences. Internal Storage. External Storage. Network and __?
Answer: SQLite...
There are five different methods to store persistent data. They are: Shared Preferences. Internal Storage. External Storage. Network and __?
There are five different methods to store persistent data. They are: Shared Preferences. Internal Storage. External Storage. Network and __?
Answer: SQLite...
Android MapActivity is
Android MapActivity is
Answer: Base class with code to manage the boring necessities of any activity that displays a MapView
...
If the action is ACTION_CALL. what the data field would be?
If the action is ACTION_CALL. what the data field would be?
Answer: URI with the number to ca...
How to define a new Sencha Touch class?
How to define a new Sencha Touch class?
Answer: Use Extdefine...
What is NOT correct about Store in Sencha Touch?
What is NOT correct about Store in Sencha Touch?
Answer: Load data via a Pro...
How to make a TextView to be editable?
How to make a TextView to be editable?
Answer: Either set its attribute editable ='true' or Use EditText class instead of TextView clas...
Which class do we use for listening location update?
Which class do we use for listening location update?
Answer: LocationManager cla...
Do we need to register all of View classes in app.js with Sencha Touch?
Do we need to register all of View classes in app.js with Sencha Touch?
Answer: ...
How many main approaches to build GUI of Android app?
How many main approaches to build GUI of Android app?
Answer: ...
How to play a video in HTML5?
How to play a video in HTML5?
Answer: Only a &...
Which statement is correct about web storage?
Which statement is correct about web storage?
Answer: It is key/value da...
On android, a layout can contain other layout?
On android, a layout can contain other layout?
Answer: Tr...
Which of the following is best choice for simple animations for your website?
Which of the following is best choice for simple animations for your website?
Answer: JavaScri...
In android, normally SDCard is
In android, normally SDCard is
Answer: External stora...
Do we need to declare all of Controller in app.js with Sencha Touch?
Do we need to declare all of Controller in app.js with Sencha Touch?
Answer: Y...
Android: When a dialog is requested for the first time, which method will Android call from your Activity?
Android: When a dialog is requested for the first time, which method will Android call from your Activity?
Answer: onCreateDialog(in...
How to show or hide a Sencha Touch component?
How to show or hide a Sencha Touch component?
Answer: Call .show() or .hide() method of component itse...
What are 2 ways a Service can run?
What are 2 ways a Service can run?
Answer: Bounded and Unbound...
Which activity class do you need to inherit to show Google map?
Which activity class do you need to inherit to show Google map?
Answer: MapActivity cla...
Does HTML5 native support for local storage?
Does HTML5 native support for local storage?
Answer: Y...
How to change the main color of Sencha Touch application?
How to change the main color of Sencha Touch application?
Answer: Change the $base-color variable in app.sc...
Which method to display a dialog?
Which method to display a dialog?
Answer: show...
How to set layout's attribute programmatically in android?
How to set layout's attribute programmatically in android?
Answer: Use LayoutParams cla...
Does CSS support to detecting device size and orientation?
Does CSS support to detecting device size and orientation?
Answer: Y...
SQLite database save data in
SQLite database save data in
Answer: Internal stora...
By default UI components made in the UI editor should have text defined in file?
By default UI components made in the UI editor should have text defined in file?
Answer: string.x...
"Gingerbread" is nickname of
"Gingerbread" is nickname of
Answer: Android versiov2.3...
Android: Where we can create tables and columns to them, create views or triggers?
Android: Where we can create tables and columns to them, create views or triggers?
Answer: onCreate...
In android intent. The activity can be embedded inside of another activity that hosts gadgets is belonged to
In android intent. The activity can be embedded inside of another activity that hosts gadgets is belonged to
Answer: CATEGORY_GADG...
Intent mylntent = new Intent(IntentACTION_VIEW Uri.pars("http://www.google.com")); startActivity(myIntent):
Intent mylntent = new Intent(IntentACTION_VIEW Uri.pars("http://www.google.com")); startActivity(myIntent):
Answer: myIntent is implicit Int...
Is color a new HTML5 element of input type?
Is color a new HTML5 element of input type?
Answer: y...
How to get the form data in Sencha Touch?
How to get the form data in Sencha Touch?
Answer: getFormInstanceagetValues(...
In auto-generated code of an Android app, what is R class?
In auto-generated code of an Android app, what is R class?
Answer: Contains IDs of the project resourc...
How to register a broadcast receiver?
How to register a broadcast receiver?
Answer: Via AndroidManifestxml fil...
Android: Do we need API key for displaying Google Maps in Android?
Android: Do we need API key for displaying Google Maps in Android?
Answer: y...
On android services, onStart() and onBind() are the same?
On android services, onStart() and onBind() are the same?
Answer: False
...
What is base of all Sencha Touch component?
What is base of all Sencha Touch component?
Answer: Ext.Compone...
Which permission needed in order to use MapActivity?
Which permission needed in order to use MapActivity?
Answer: <uses-permission android:name="android.permission.INTERNET" /&g...
How to get the form data in Sencha Touch?
How to get the form data in Sencha Touch?
Answer: getFormInstance().getValues();
...
How to apply stylesheet with HTML element by id?
How to apply stylesheet with HTML element by id?
Answer: #...
How to check if browser supports web storage?
How to check if browser supports web storage?
Answer: Check if typeof(Storage) !== "undefine...
Does HTML5 native support for local storage?
Does HTML5 native support for local storage?
Answer: Tr...
Which Android File API to create a file?
Which Android File API to create a file?
Answer: openFileOutput...
IntentFilters are typically defined via
IntentFilters are typically defined via
Answer: Both of abo...
In HTML5, onblur and onfocus are:
In HTML5, onblur and onfocus are:
Answer: Event attributes
...
Graphics defined by SVG is in which format?
Graphics defined by SVG is in which format?
Answer: X...
Which kind of application when creating with Sencha Touch?
Which kind of application when creating with Sencha Touch?
Answer: Hybrid a...
Which database is natively supported by android?
Which database is natively supported by android?
Answer: SQLi...
Which doctype is correct for HTML5?
Which doctype is correct for HTML5?
Answer: <!DOCTYPE html&g...
Which file is entry point for Sencha Touch app?
Which file is entry point for Sencha Touch app?
Answer: app....
What is NOT correct about Controller in Sencha Touch?
What is NOT correct about Controller in Sencha Touch?
Answer: Responsible for responding to events that occur within your ap...
Does CSS support to detecting device size and orientation?
Does CSS support to detecting device size and orientation?
Answer: Tr...
What is the correct HTML5 element for playing video files?
What is the correct HTML5 element for playing video files?
Answer: <video&g...
How does Android system manage activity's life cycle
How does Android system manage activity's life cycle
Answer: Via system activity sta...
In auto-generated code of an Android app, what is R class?
In auto-generated code of an Android app, what is R class?
Answer: Contains IDs of the project resourc...
Which of the following are UI elements that you can use in a window in an Android application?
Which of the following are UI elements that you can use in a window in an Android application?
Answer: TextVi...
How to set data for a Spinner control?
How to set data for a Spinner control?
Answer: Use method setAdapter...
On android, a layout can contain other layout?
On android, a layout can contain other layout?
Answer: Tr...
Which dialog box can you use in you Android application?
Which dialog box can you use in you Android application?
Answer: AlertDial...
What is NotificationManager class?
What is NotificationManager class?
Answer: The NotificationManager class is used to display notifications on the device's status bar
...
Which statement correctly changes the nameLabel TextView to Nguyen Van A?
Which statement correctly changes the nameLabel TextView to Nguyen Van A?
Answer: nameLabel.setText("Nguyen Van A")...
What is contained within the Layout xml file?
What is contained within the Layout xml file?
Answer: Orientations and layouts that specify what the display looks lik...
How do you programmatically determine whether a RadioButton is checked?
How do you programmatically determine whether a RadioButton is checked?
Answer: You should check the isChecked() meth...
Android: Which attribute will be used in XML if the Java code needs a reference to View?
Android: Which attribute will be used in XML if the Java code needs a reference to View?
Answer: android:...
Android: What is value on component's attribute "layout_width" and "layout_height" to display the component big enough to enclose its content only?
Android: What is value on component's attribute "layout_width" and "layout_height" to display the component big enough to enclose its content only?...
Subscribe to:
Posts (Atom)