Questions tagged [support-image-loader]

Novoda's Image Loading Library

More info @ https://github.com/novoda/image-loader/

4 questions
1
vote
1 answer

Novoda ImageLoader - loaded same image

I'm using Novoda ImageLoader (https://github.com/novoda/ImageLoader) and when I use this loader in CursorAdapter everything is fine. But when I want to use without any Adapter in Activity with one ImageView, I get same image for different…
Warlock
  • 2,481
  • 4
  • 31
  • 45
0
votes
1 answer

Trying to load pictures from url using novoda ImageLoader

hi I am trying to load an image from an url using novoda Direct ImageLoader method right now I have this class public class MainActivity extends Activity { public class DirectLoading extends Activity { @Override protected void…
0
votes
2 answers

Image not loading using the Novoda / ImageLoader

I'm trying to load images from the internet using the ImageLoader library into a grid view. But, getting a null pointer exception at imageManager.getLoader().load(fView.pic);. Can someone tell me where i'm wrong. StartApp class : public class…
jasdmystery
  • 1,742
  • 1
  • 19
  • 31
0
votes
1 answer

Downloaded picture doesn't fit ImageView although the size should be ok (novoda)

I download a static map from Google Maps Static API. When I download the image in browser, the size is ok (728x224). You can check the url from below. But when I try to view it in my android app it's to small (540x166). Of course I could display it…
Michał Klimczak
  • 12,674
  • 8
  • 66
  • 99