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
1 answer

Shifting to next screen from Titanium.Media.openPhotoGallery

I am using titanium to make a small app where i can click on a 'gallery' button located in a window and it opens photogallery. On selecting the photo it should move to next window. But what it does is, it closes the photogallery first, after that i…
KaySee
  • 423
  • 3
  • 7
  • 20
0
votes
1 answer

Photo and Video browser in iOS

Is there any external library for iOS that supports Photo browsing as well as video browsing like the native photoAlbum in iPhone? I know few libraries that supports photo browsing only, like: MWPhotoBrowser, EGOPhotoBrowser, etc. I'm looking for…
Suraj Pathak
  • 910
  • 8
  • 9
0
votes
0 answers

show/hide & modal troubles

Explaining the situation. In a php page, there is a dynamic generated menu, with any number of items/links, like this:
0
votes
2 answers

iOS photo gallery library?

I found one library two months ago and now I can't remember what was its name. It does basically this: I have multiple rectangles with different sizes and I want to add them in this scrollable view. Does anyone know the name of that library?
vale4674
  • 4,161
  • 13
  • 47
  • 72
0
votes
1 answer

jquerymobile generic photopopup

I'm new at javascript and would like to adapt the following jquerymobile code to allow it to be used without hardcoding the image path in the data-role="popup" div. Here are the two parts to the code. The first section is used to display a thumbnail…
Elliot
  • 509
  • 1
  • 3
  • 13
0
votes
2 answers

using dynamic data in a javascript method

I'm new at php and JavaScript so I hope you can help me! below is a php code! it take data from my db and display my photos and photo's title. what I want to do is if you click on one of this photos and than a new php expe: photo.php opens and you…
0
votes
1 answer

How to reset timer when next button is pressed in flash photo album

I am using Flash Professional CS5 and the Advanced Photo Album template (New/Templates/Media Playback/Advanced Photo Album). I have the album working but whenever the next or previous button are pressed, the timer does not reset. The timer is set to…
0
votes
2 answers

Create Photo Gallery for online image in Android

I have a set of about 100 urls which are images. Like http://www.site1.com/Image/img1.jpg and http://www.site2.com/Image/phot1.jpg. I want to have a android application to show all the images in full screen and support swipe left and right just like…
Vinod
  • 31,933
  • 35
  • 96
  • 119
0
votes
1 answer

NIToolBarPhotoViewController to display images from a selected image

I am using Nimbus to display photos. I have a tableviewcontroller displaying list of filenames. When the user select particular file (if an image) , it displays all the image files in viewcontroller extended from NIToolBarPhotoViewController…
tech savvy
  • 1,417
  • 4
  • 21
  • 42
0
votes
2 answers

How to share a photo in iphone

Using the below code we can share a photo through available services on android. Can anyone tell me the equivalent way to share a photo on iphone? Thanks in advance. Intent share = new Intent(Intent.ACTION_SEND); …
sachi
  • 2,122
  • 7
  • 30
  • 46
0
votes
2 answers

Photogallary is appear in portrait mode even though iPhone is in landscape mode

Hi all I set the device in landscape mode, in that mode while I press the "photo gallery" button the gallery is open in the portrait mode and after choose the pic from gallery it will come back to landscape mode. I want to open the gallery in…
srinivas
  • 949
  • 1
  • 6
  • 6
0
votes
1 answer
0
votes
1 answer

iPhone: iPhoto like tile view for image browsing

In an iPhone application I want to create an UI that just look like iPhoto application where photos will be loaded like iPhoto's tile view. I am planning to use UITableView To achieve this. How can I manage showing random sizes images just like…
Shivaprasad C
  • 155
  • 2
  • 11
0
votes
1 answer

To cache or not to cache - Stock photo website

Probably a bit of general question, even tho' it's specific to a certain type of website/application, but will give it a shot regardless. I'm a bit confused wether or not I should be caching my thumbnails for my current project, normally I would,…
TheCarver
  • 19,391
  • 25
  • 99
  • 149
0
votes
0 answers

jQuery Photo Navigator Functionality - Next and Previous Buttons

I've written some jQuery for a photo navigator, but it does not work when I press the "back" button. However, the back button DOES work when I click the "next" button first. To make matters worse, when I click the "back" button first, the "next"…