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

Unable to get jQuery image slider to work

I've been struggling with this for several days - I purchased a jQuery image slider plugin awhile ago for my site, and have been trying to implement it, but for reasons I cannot understand, it simply refuses to work. I've sent an email to the…
1
vote
1 answer

Errors when implementing Simple Image Gallery in Joomla

I am working on a website (localHost at this point) using Joomla (2.5) and the Simple Image Gallery extension. I am very new to Joomla, so I've just been tinkering around with how to modify the template. I followed this tutorial…
Anne
  • 261
  • 5
  • 15
1
vote
2 answers

Android Gallery Selected image Size

I need to create an android gallery where the selected image is larger than others, how can I do it ? Also can I resize the image as the users drags it to give a better user experience? Thanks
askanaan
  • 197
  • 3
  • 11
1
vote
0 answers

phonegap 2.0 - navigator.camera.getPicture exceptions when user selects a non-photo

I have updated PhoneGap from version 1.9.0 to 2.0.0, but on choosing a picture from gallery the android app crashes with the following error: java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=17, result=-1,…
Ronny
  • 103
  • 1
  • 7
1
vote
1 answer

Open camera app with a thunbnail icon

I want to launch Android built-in camera app with a thumbnail icon on the right-bottom. Here is my code to open the camera app. Intent intent = new…
sunghun
  • 1,424
  • 4
  • 25
  • 49
1
vote
2 answers

How do I create a PHP/MySQL powered image gallery from scratch?

This question has been asked before mentioning the lib or includes that provides a functional gallery, But i want to create one from scratch. So any ideas on the following Galleries need to be uploaded using Form and Browse(This i can find no…
Angel.King.47
  • 7,922
  • 14
  • 60
  • 85
1
vote
2 answers

HorizontalScrollView vs Gallery

I see that the the gallery widget was deprecated because it cannot reuse views. I researched that they would suggest horizontal scrollview as an alternative. Is there any difference since horizontal scrollview also don't reuse view? Thanks...
iamkristher
  • 408
  • 1
  • 5
  • 19
1
vote
5 answers

Make picture available only for my Android application

I have an application which has loads of pictures. The total picture is saved in an SD card due to large number of picture. The main problem is that the pictures are available in gallery. I want a way to hide the picture from the gallery but must be…
1
vote
1 answer

iOS Launch a FGallery with start point

I wonder if we can launch the FGallery component at a given start point. https://github.com/gdavis/FGallery-iPhone I tried to use the loadFullsizeImageWithIndex: method used by the thumbnails grid but... fail. Anyone did that ? Thanks a lot !
1
vote
2 answers

Using android camera intent, getting uri, and then using uri

I have a folowing code: public void take_picture(View view) { Intent cameraIntent = new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE); startActivityForResult(cameraIntent, CAMERA_REQUEST); } protected void onActivityResult(int…
Gregor
  • 275
  • 1
  • 7
  • 19
1
vote
0 answers

Problems with UIScrollViews in a picture gallery

I'm implementing a gallery that has UIScrollViews inside a main UIScrollView. I'm trying to change next page while is the zoom in. But the first try the scroll doesn't move, until the second time that the image swipes correctly. I think that…
user1573607
  • 522
  • 9
  • 23
1
vote
2 answers

jQuery media browser

I am attempting to build out a visual jQuery based browser for thumbnailed assets grouped by the upload date of the asset. The backend part is fine, but I'm having a really hard time finding a workable visual solution that can handle (potentially)…
Chelsea
  • 6,751
  • 5
  • 29
  • 31
1
vote
2 answers

iOS - Zooming UIImageView on a UIScrollView

I'm making a picture gallery, with an amount of UIImageView inside UIScrollViews, inside a main UIScrollView. The gallery allows to change horizontally the pictures, and doing zoom on each one. It works fine in general, but the animation of zooming…
user1573607
  • 522
  • 9
  • 23
1
vote
2 answers

Android Gallery and Adapters

I have images that I want them to be in a gallery using an adapter to select each and it will be drawn using canvas, I watched many tutorials and I made my code, now I don't know where is the wrong I'm making Gallery g; ImageAdapter imageAdapter; …
John Jared
  • 790
  • 3
  • 16
  • 40
1
vote
0 answers

Filtering and propagating swipe events between nested UIScrollViews?

I have an app that implements a photo gallery: Each photo in the gallery is implemented as a subclassed UIScrollView. The gallery itself is also a UIScrollView with paging enabled. A user can swipe left and right in the gallery to change…
John Carter
  • 6,752
  • 2
  • 32
  • 53
1 2 3
99
100