Questions tagged [gallery]

Gallery is a collection of photos in a software system

A photo gallery is a GUI allowing users to view pictures from their local file system or network shared files. Galleries usually include features to manage and edit files, as well as print or upload them. Often times galleries allow the user to click arrows on the left and right edges of the viewer to select the previous and next photos within the files. There are many different photograph viewing programs available for multiple operating systems.

3768 questions
1
vote
2 answers

asynctask to download images then load images into horizontal gallery

I am using asynctask to download images and then once it has finished downloading, it should load the images into my horizontal gallery. is it possible? for now i have tried but it keeps crashing: @Override public void onCreate(Bundle…
user1234555
  • 209
  • 3
  • 14
1
vote
3 answers

Photo Gallery like table iOS

I am in the process of designing an application that will look like the image below. I am wondering if there is anything out there that will help me create this style of a table. I have seen three20 and other sources. I already figured out how to…
Paulius Dragunas
  • 1,702
  • 3
  • 19
  • 29
1
vote
0 answers

Wordpress Slideshow Gallery in Post with Description

im looking for a slideshow gallery pluggin for wordpress exactly like this: http://www.brides.com/wedding-ideas/wedding-style/2011/06/rainbow-wedding-color-scheme-rainbow-wedding#slide=1 İmages with descriptions and thumbnails. How can i do that or…
ydmozz
  • 9
  • 2
1
vote
1 answer

Open gallery in specific video, without playing it

I have a camera application that can also record video. (Im developing on samsung S3) I want to be able to open the gallery on the last recorded video. I use this code: Intent intent = new…
dor506
  • 5,246
  • 9
  • 44
  • 79
1
vote
1 answer

Android using fragment as photo gallery, how?

I'm trying to implement a gallery. Since gallery widget has been deprecated... to implement it and have paging scroll effect, I'm using fragment(android compatibility v4) to do this. Everything looks fine, until scroll back...my APP just force…
RRTW
  • 3,160
  • 1
  • 35
  • 54
1
vote
0 answers

Why aren't my gallery images not displaying on my page when I upload them?

I'm currently trying to upload images to a page and also have them saved within 2 folders. What's supposed to happen is I upload an image and it is saved in my gallery and thumbs folder. The image saved in the thumbs folder will then be displayed…
Frank_g
  • 21
  • 1
  • 1
  • 5
1
vote
1 answer

ASP.NET next / previous wizard control

I'm trying to show 6 different covers of an online magazine for a site I'm working on and wanted to use something like the wizard tool I've made below. I'm new to ASP so I'm not to sure what I'll need to do for the last issue to only show a previous…
huddds
  • 1,045
  • 6
  • 27
  • 47
1
vote
0 answers

Open Gallery in a Specific Directory

I'm trying to open all the photos taken with my app using the native Gallery. Here is my code: Intent intentBrowseFiles = new Intent(Intent.ACTION_VIEW); intentBrowseFiles.setType("image/*"); Uri uri =…
Bruno Almeida
  • 166
  • 3
  • 14
1
vote
0 answers

Javascript gallery- Enlarge thumbnail on mouseclick and hide other thumbnails

I'm making a gallery with javascript and I'm having trouble with my code. I have six thumbnails that I want to be able to click on one and have it enlarge while hiding the other thumbnails, and then to shrink back down when you click it again. I've…
jman
  • 25
  • 6
1
vote
1 answer

Set wallpaper from ViewPager

I have a ViewPager in which I change images with swype. Now I want to make button which will set current image that user is seeing as wallpaper. How to implement onPageSelected or something similar that will do the job? Code: package…
1
vote
1 answer

CSS clip property - is there an alternative for cropping images?

I have an image gallery and I want the thumbnails to be cropped at 150px x 150px. The images aren't square - they are rectangular and all different sizes, so I can't set the width and height to 150px because the images will be all squashed and…
Emily Harris
  • 147
  • 3
  • 14
1
vote
1 answer

How do I properly position images in my css gallery?

Hey this is my first ever question so I'm sorry if I get anything wrong. I am trying to create a gallery using only HTML and CSS, so far I have got it all aligned and pretty much sorted. The problem is with the image enlarger on hover, when you…
Ashwood
  • 107
  • 1
  • 1
  • 10
1
vote
1 answer

iphone built in gallery viewer

In my application I have a list of UIImages downloaded from web. I need to create a gallery where these images can be rotatable, zoomable and swap to view the next and previous. Is there a way to open images in iphone built in gallery viewer. or I…
Raheel Sadiq
  • 9,847
  • 6
  • 42
  • 54
1
vote
0 answers

android image gallery

i'm new to android and creating an image gallery project I've create a rotating image gallery successfully Now i wish to play a sound file but what is happening is that as soon as the image is changed, the music interrupts or stops I've tried to…
1
vote
2 answers

jQuery image gallery preview image popup

I've created an image gallery with the preview image popup on hover. http://jsfiddle.net/WSfka/ Hover over the thumbnail images and the larger image preview displays. I'm not happy with the way preview images can flash between moving around the…
JV10
  • 891
  • 3
  • 17
  • 40