12. Slideshow App
Objectives
In this chapter you’ll:
• Use Intents
and content providers to allow the user to select pictures and music from a device’s Gallery and media library, respectively.
• Launch Intents
that return results.
• Use a MediaPlayer
to play music from the device’s media library during the slideshow.
• Customize a ListActivity
’s layout.
• Use the view holder pattern to improve performance when using complex ListView
-item layouts.
• Create a custom GUI for an AlertDialog
to allow a user to enter information,
• Load images as Bitmap
s using a BitmapFactory
.
• Use a TransitionDrawable
to gradually transition between two BitmapDrawable
s that contain images.
Outline
Get Android How to Program now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.