views:

49

answers:

1

Does anyone has the example of loading images from the sdcard to Image Switcher? I'm a beginner of android here. Willing to learn.

+1  A: 

Please read this article from the SDK docs to get familiar with data storage in Android.

Check out this post on displaying images from the sd card. Also see the ImageSwitcher API Demo. <-- Hint: Observe the ImageAdapter in the reply by "beta jane" (EDIT:beta jane has a better code snippet)

iPaulPro