␡
- Examining the ImageView Control
- Bitmaps and Canvas
- Using VideoViews
- Playing Audio with MediaPlayer
- Exploring More Media Options
- Summary
- Q&A
- Workshop
- Exercise
This chapter is from the book
Exploring More Media Options
This hour considered ImageViews, Bitmaps, VideoViews, and MediaPlayer and covered these components at a basic level. If you are creating complex media apps, you will want to dig deeper.
In addition, you might want to explore other media-related topics, including the following classes in Android:
- AudioManager: android.media.AudioManager
- AudioFocus: android.media.AudioManager.OnAudioFocusChangeListener
- SoundPool: android.media.SoundPool
- AudioTrack: android.media.AudioTrack
- MediaPlayer: android.media.MediaPlayer
- Presentation: android.app.Presentation