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?
Note: This Question is unanswered, help us to find answer for this one
If you want to print or log everything that happens in your application, which of the following tags should you use?
Answer & Explanation
Correct Answer: Log.v
Note: This Question is unanswered, help us to find answer for this one
In an Android project which of the files should not be modified?
Answer & Explanation
Correct Answer: R.java
Note: This Question is unanswered, help us to find answer for this one
Which of the following data type(s) is/are used by Android?
Answer & Explanation
Correct Answer: Both a and b
Note: This Question is unanswered, help us to find answer for this one
In Android, which of the following header files is needed to be imported in the class that implements OpenGL Renderer given that the game is being developed using Eclipse?