Questions tagged [photo-gallery]

For questions relating to image galleries

For questions relating to image galleries - multiple images displayed to the user.

589 questions
0
votes
2 answers

What is the easiest way to incorporate the iPhone's default Photo Album into a custom app?

Is it possible to simply incorporate the iPhone's Photo Album in a custom application in the same way it is done within the default camera application? If so, how? I know I can use the ALAssetsLibrary and what not to create my own Photos Album ...…
wgpubs
  • 8,131
  • 15
  • 62
  • 109
0
votes
2 answers

Automatically grouping images into albums

We're building a piece of forum software for a client. On posts, they want users to be able to upload images (we're using paperclip right now) to insert into the body of the post (similar to wordpress). But they want the system to be able to detect…
Sean Johnson
  • 193
  • 11
0
votes
1 answer

Selecting image from gallery appcelerator ios,taking time to open next screen

i am new to titanium development,i am selecting an image from gallery after selecting image i need to open the another window.but after click the choose it will taking time to open the next screen. User will confusing after choose previous window…
Balu
  • 57
  • 6
0
votes
1 answer

Want to make photo in Android, but it automatically downscales the photo to 160x160px

Hello fellow programmers. My problem: Every time I made a photo, Android automatically scales it down to 160x160px. I don't know why. Here is my code: Here I set all the preferences for the camera: public void ChosenPhoto(String extra) { …
0
votes
1 answer

How to change Images in a custom photo gallary smoothly following the finger movement

I have a custom photo gallary app which shows images from a specific folder. what is not clear to me is how to navigate between images smoothly following the finger movement, like this: As seen by touching the display and moving to left, current…
Behy
  • 483
  • 7
  • 23
0
votes
0 answers

Imagepicker not displaying the array of images. What is the solution?

I am using image picker plugin to select images and display it as a slide. The view part doesnt work. I am getting only img icon and not the images. I have used base64 plugin to convert to base64. I am working on this for more than a week. Any…
Divya G
  • 49
  • 1
  • 8
0
votes
1 answer

Android Photo Gallery does not return URI when using intent.ACTION_EDIT

I want to update an image in my app using a external Image Editor. I'm using the following code to start an app to update the image. private void dispatchAdjustImage(){ try { Integer mImageId =…
Carlos
  • 433
  • 5
  • 19
0
votes
1 answer

How can I automatically post on my wordpress website photos that I took in my iPad?

The idea is to post into a Gallery on my website photos that I took with my iPad automatically using plugins. Or a workaround to achieve that functionality. Thank you!
Allen
  • 105
  • 1
  • 1
  • 10
0
votes
1 answer

Get camera roll in Android Studio

I'm trying to create an auto-backup app in which all photos taken from the Camera will be uploaded to Cloudinary. However, I cannot seem to get my code working. What am I doing wrong? class UploadPhotos implements Runnable { @Override …
user5608887
0
votes
1 answer

Display gallery elements as a circle

Hi I am using the gallery for displaying images. But the gallery has an end. I don't want this behaviour; I want to repeat the images again and again on both sides of the gallery. Is there a way to display the gallery elements as a circle?
Pinki
  • 21,723
  • 16
  • 55
  • 88
0
votes
0 answers

Get a list of images from image gallery without using Android pictures selection

I'm working on a new phonegap APP on Android. I would like to know how to retrieve a list of pictures according to the date they were taken and display them to the user without using the camera roll. Something like : get a list of pictures taken…
Alain Zelink
  • 889
  • 2
  • 15
  • 33
0
votes
1 answer

Photo Gallery z-index issue

I am trying to modify the z-index of the http://tympanus.net/Development/ScatteredPolaroidsGallery/ . The demo I am refering to is in the third / final example shown. When the polaroid is flipped I am unable to select the text in chrome or Safari,…
M1lls
  • 545
  • 3
  • 11
  • 33
0
votes
2 answers

Implement Photo gallery in static Table View Cell

I have a table view presenting information about specific objects and I want the very first static cell to contain a photo gallery with a variable number of pictures. Is it possible to just make a collectionview the subview of the static table view…
0
votes
6 answers

What web application framework should I use for a web gallery?

I need to create a photo gallery for a website running IIS 4.0 or IIS 5.0 (im not sure which). It needs to display a low resolution version of the gallery to anyone, and it must show both the low and high resolution images for "priviledged" users.…
Brock Woolf
  • 46,656
  • 50
  • 121
  • 144
0
votes
1 answer

How to reverse the order of the image gallery in FancyBox?

I'm editing a website that uses Fancybox as it's main photo gallery. I was asked to add photos which I did by adding the photos to the main and thumbnail folders. They show up fine except they show up at the bottom of the page after all the other…
St3
  • 401
  • 1
  • 3
  • 12