Questions tagged [image-loading]

386 questions
0
votes
0 answers

How to reduce image size from the Flickr API using Python?

I am using google app engine python to build an app that gets pictures from the Flickr API. I am using two APIs; one that returns the most recent pictures posted and another that returns pictures based on searches. Because I am displaying 50…
0
votes
1 answer

Error with waiting on image load in jquery

I have a small problem with the following script: $(document).load('img', function(){ alert('images have loaded'); }) The alert will pop up after all images have loaded, which is correct. However, the 'img' generates a 404 warning in the…
greg
  • 164
  • 2
  • 11
0
votes
1 answer

making parsed image fill imageview

hello all I have a parsed image that's 500x500 and I want it to fit an image view that is set to wrap content. currently the imege doesnt fit the view and constantly overlaps other images. is there anyway i can parse this image and have it fill my…
user3381665
  • 1,131
  • 3
  • 11
  • 16
0
votes
1 answer

AngularJS ng-repeat image loading issue

I've recently started to use AngularJS on my projects and I've come across a big problem using ngRepeat to load thumbnails from a dynamic array into a DIV. Since I won't be explaining the entire application here, I'll reproduce an isolated situation…
0
votes
2 answers

How to load multiple image of specified size?

I want to load multiple image(list view or gridview) of specified size (i need to change height and width of image at run time) .Can anyone suggest me for any library which support this functionality…
droid5432
  • 21
  • 1
  • 1
  • 8
0
votes
1 answer

Efficient loading drawable images in android application

I'm currently working on an application in college. I have created several games incorporating lots of images. My lecturer however is not happy with the app loading the images from the drawable folder, he wants something more efficient on memory.…
PropK
  • 687
  • 2
  • 12
  • 24
0
votes
1 answer

Image Loading Multiple Times Monotouch/Xamarin Studio

This is for a monotouch (Xamarin Studio) iPad app I have a survey that asks the user to look at an image and rate it, there are 140 images and they are shown randomly. I have these images in a folder and named them pic1.jpg, pic2.jpg, pic3.jpg, etc.…
0
votes
5 answers

How to close a div,show image load and open another div in jquery?

I have two div in my page named div1 and div2 and a button.Initially div2 will be hidden.When i click on the button three things should happen 1.close the div1 with some animation 2.Show a loading image for a particular amt of time 3.Show the div2…
ksg
  • 3,927
  • 7
  • 51
  • 97
0
votes
3 answers

ListView scrolling lag in android

I have a customized list view in my application, which is showing an image and text (Json). The image I am getting from URL is working, but listview is laggy (scrolling lag). Maybe my problem is ImageLoader.java class This is my code: public class…
0
votes
4 answers

Android-ListImages will change continuously using Asynchronous Image loader in listview

I have used an AsyncTask class to download and load images in listview asynchronously. But I have facing a problem which is the images of each row in the listvew will change continuously. Can anyone tell how to solve this problem and set the images…
CrazyLearner
  • 782
  • 3
  • 11
  • 28
0
votes
2 answers

NSOperationQueue Issue

I have a code that i used as a image downloder in ios 6 but when i use same code in different application that used ios 5 it gives me error NSInvalidArgumentException', reason: '-[NSNull length]: unrecognized selector sent to instance hear is the…
Kamal Upasena
  • 1,329
  • 4
  • 13
  • 38
0
votes
2 answers

How to get image from an HTML page in Android

I use the following code do get an image from a regular image url: try { url = new URL("http://example.com/test.jpg"); final Bitmap bmp = BitmapFactory.decodeStream(url.openConnection().getInputStream()); final ImageView…
Nestor
  • 8,194
  • 7
  • 77
  • 156
0
votes
1 answer

Why am I seeing “failed to load the given url”?

I've some images in the server. But the images are not shown. I've used the following code. $baseUrl = "http://gkill7777.net"; ` Is it a…
Mak Reza
  • 107
  • 1
  • 1
  • 8
0
votes
1 answer

How to make ImageView invisible when using ImageLoader (novoda)

In my current project I'm using ImageLoader. I would like to know if it is possible to make ImageView invisible when error ocurres or image doesn't exist on server? If so, how to do it? Now I'm using default image (setDefaultImageResId). EDIT: I…
Ziem
  • 6,579
  • 8
  • 53
  • 86
0
votes
0 answers

How to set image loader in windows phone?

Hi i am developing windows phone app.I need to set image loader.i tried low profile image loader but i can't get any changes.Any one please let me know how to set image loader. I need to solve another one. I have product name it was text wrapped but…
user123
  • 183
  • 2
  • 18