Search code examples
androidimageswitcher

ImageSwitcher load images from url


I'm trying to show images from a URL in a ImageSwitcher. I've tried with:

myImageSwitcher.setImageURI(Uri.parse("http://miurl.com/images/foto01.jpg"));

but it said me this "error":

I/System.out﹕ resolveUri failed on bad bitmap uri: http://miurl.com/images/foto01.jpg

Thanks


Solution

  • I've solucionated this problem using SliderLayot (https://github.com/daimajia/AndroidImageSlider), but I'll try to do with ImageSwitcher too.