Correct Answer: res
Explanation:
Note: This Question is unanswered, help us to find answer for this one
Android Game Development Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More Android Game Development MCQ Questions
Which of the following devices can be used to run an Android application developed using Eclipse? I) Android Refractor II) Android Emulator III) ProGuard IV) Android device
In an Android project which of the files should not be modified?
Suppose you are developing an Android game for mobiles. If you want to set the volume button of your phone to handle sounds of the game, which of the following is the correct syntax to do so?
While we are developing an application on eclipse, an .apk file is automatically generated. In which of the folders is this file generated?
Which of the following adapters exposes data from a Cursor to a ListView widget?
Suppose you want to retrieve a system resource string called 'Yes' from within an Activity class. Which of the following queries should you use to do so?
In order to create pop-up windows inside an Android game, a/an ________ class is used.
While creating a new Android application using eclipse, we need to set the Android version for 'Minimum Required SDK' and 'Compile With' fields. Android version greater than or equal to Android 4.1 should be selected for both the fields.
The base class for Android Activity class is_______________.
which code line sets the class 'MainGamePanel' as the handler of the events happening on the actual surface? 1. public class MainGamePanel extends SurfaceView implements 2. SurfaceHolder.Callback { 3. public MainGamePanel(Context context) { 4. super(context); 5. getHolder().addCallback(this); 6. setFocusable(true); 7. }
Android Game Development MCQs | Topic-wise