In Android game development, which of the following is the correct method to load the images using Eclipse?
Correct Answer: private void loadResources() { this.glyphs = new Glyphs(BitmapFactory.decodeResource(getResources(),R.drawable.glyphs_white)); Log.d(TAG, "Glyphs loaded");
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More Android Game Development MCQ Questions
Android Game Development MCQs | Topic-wise