0

I'm trying to make a presentation type app for my multimedia project. How can I let the user select images from SD card or drive (for testing), and load in an array so that I can dynamically show these images in image viewer in postDelay() method. Also, how I can play sound according to user choice like images?

Zelda
  • 189
  • 1
  • 7
user1132265
  • 37
  • 1
  • 2
  • 9

1 Answers1

0

Here is the first part to select a file from drive.

Here is how to load the selected image.

Here is how to play sound.

Community
  • 1
  • 1
rics
  • 5,494
  • 5
  • 33
  • 42
  • These links aren't useful i checked them already like first link is just about txt files – user1132265 Jan 05 '12 at 14:02
  • I have already used the first answer as a method to browse images. If you change the FTYPE file filter to image extensions (or simply omit it) then it is OK. – rics Jan 05 '12 at 14:05