1/4
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
_______________ are additional files and static content that your code uses, such as bitmaps, layout definitions, etc.
Receivers
Activities
Resources
Services
Resources
If you want to access an image from your res folder to your Java code, what command you should use?
R.id.image
R.drawable.image
R.res.image
res/drawable/image
R.drawable.image
UI elements that are drawn on-screen including buttons, lists forms etc.
Layouts
Views
Intents
Fragments
Views
All application components in an Android application can be observed in the MainActivity.java file.
True
False
False
_________ class contains resource IDs for all the resources available in your directory.
ID
R
xml
res
R