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
0 answers

Replicating android gallery view

I am working on a project to replicate android gallery and want to add some information against few media files, that need to create own database for media files information. The issue here is if I save all current existing media path in db then how…
1
vote
1 answer

Android: Snapping effect with gallery of images

In one part of my app, I'm trying to make a gallery of photos that you can browser through. I want to have a snapping effect similar to the Gallery class. I want it to have a snapping effect every time you swipe from one image to the next in the…
Rob Avery IV
  • 3,562
  • 10
  • 48
  • 72
1
vote
1 answer

WordPress filter - add separate rel to multiple galleries in one post

I have a WordPress post/page that I want to have multiple galleries in. I am using this WordPress plugin to manage the multiple galleries (it basically includes the selected image id in each gallery shortcode instance). This produces the following…
recode_
  • 11
  • 2
1
vote
1 answer

Wordpress image plugin with zoom on image hover

Ive seen some websites where the image zooms in when I hover with the mouse over an image, is there a a plugin for worpress that does that or does it have to be hard coded?
Abel
  • 594
  • 2
  • 5
  • 21
1
vote
2 answers

Optimise android loading url from web database

In my application, I load some URL from my database and store them in an ArrayList to put them in a gallery. It works good, but it's very slow. The problem is that I load all the bitmap in the ArrayList before showing the images. …
francis lanthier
  • 101
  • 1
  • 1
  • 5
1
vote
1 answer

Pushing new full-size image view from a gallery of thumbnail images in Sencha Touch 2

I am currently using Sencha Touch 2 to create an image gallery. I have already been successful in loading the images from a JSON store in the main gallery, which features thumbnails of the images. I want to be able to have the user click/tap on each…
lisasy
  • 67
  • 8
1
vote
0 answers

CSS Masonry in codepen shows one column less than specified

Here is a link to the codepen http://codepen.io/yashrg/pen/GmhJj Basically an image gallery that should show images in 5 columns. I was using the seamless responsive photo grid tutorial from here…
yrg
  • 81
  • 1
  • 7
1
vote
2 answers

CMS for Professional Photographer with Pretty Admin Back End

I'm working on a few sites for professional photographers who want to be able to update on their own. I'm looking for a simple CMS solution that has very basic functionality as a gallery and is easy for them to work with. My main concern is with…
1
vote
1 answer

Swipe through different List views horizontally

I want to implement two vertical list views A and B such that only 1 of them is visible at a time and a horizontal scroll shows the next list. I want the scrolling to be smooth ie while you touch down and move your finger the present list moves…
pvn
  • 2,016
  • 19
  • 33
1
vote
0 answers

android image gallery-swapping is not working

I am new to android. I am using Intent to show full screen image and swipe between the images. The code is like: (I am using grid to display images, Once I click on Image in grid I am calling intent) Gridview_sponsor = (GridView)…
Uttam Kadam
  • 458
  • 1
  • 7
  • 20
1
vote
2 answers

How would I give the buttons in this image gallery a rollover effect, as well as assign each of them individual labels?

So I am trying to make these "Buttons" in my image gallery have some sort of rollover effect (text change color) , also instead of saying "Linus0", "Linus1", "Linus2", I would like to assign each one its own label. Am I able to do this with an…
Jess
1
vote
1 answer

AS3 simple horizontal gallery

I have a simple horizontal gallery of 24 pictures. The idea is to show 3 pictures on the screen from all (24) and the middle one to be shown above as the big one automaticly ( like the scheme ). This means that when some of the arrows is pressed…
Kircho
  • 71
  • 1
  • 12
1
vote
0 answers

Converting traditional Gallery to GridView on Wallpaper Selector

im trying to figure out how i can make this work. I have perfectly working wallpaper selector, Which loads the wallpaper as a [1]:https://www.dropbox.com/s/phu0a6atue7vlsb/Screenshot_2013-01-03-23-35-06.png However im trying to change the code to…
Jaison Brooks
  • 5,816
  • 7
  • 43
  • 79
1
vote
1 answer

Android let user pick/capture photo from gallery or camera

I want to that when a user clicks a button, he can choose gallery or camera, and that the program can retrieve the captured/picked photo. I tried a couple of things, but nothing seems to work completely. This is how I start the gallery so the user…
Simon
  • 2,328
  • 6
  • 26
  • 30
1
vote
1 answer

Sorting images array into gallery columns

This question is sort of carried on from an earlier question of mine here. However, I would like to illustrate this in the most basic terms, with the hope that someone may be able to help me find a solution to this. Consider this multidimensional…
Ben Carey
  • 16,540
  • 19
  • 87
  • 169