INFO5126_Midterm Flashcards
1
Q
_____ _____ is a subset of Data Binding
A
View Binding
2
Q
Which folder holds the song?
A
res/raw
3
Q
How do you access files in the raw folder?
A
R.raw.[filename]
4
Q
What class allows the user to tap on a video and controls the VideoView?
A
MediaController
5
Q
What should be placed in the onPause() method for music and videos?
A
mediaPlayer?.pause()
videoView?.pause()
6
Q
A