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…
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…
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…
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…