Questions tagged [galleryview]

103 questions
0
votes
0 answers

Add Colorbox to a Nextgen Gallery

I have a webshop with t-shirt products. For each t-shirt I have made a NextGen Gallery with the GalleryView (jQuery) template. The problem is: I want to add a Colorbox to the big picture from the gallery, but I can't get it work... This is the…
0
votes
2 answers

Turning list to gallery view when screen is rotated?

Currently i have a simple listview of movies and want to turn that listview into a gallery of movie pictures when rotated. So basically i want to know if this is possible?
Glympse
  • 107
  • 1
  • 7
0
votes
1 answer

How to create Gallery like Android gallery in Flash AIR

How to create gallery like Android gallery which is zoom-able, slide to navigate, and slide to next content when user slide zoomed image to the most right/left. And in addition, the content(MovieClip) may contain interactive object like button &…
Tek Yin
  • 3,011
  • 3
  • 25
  • 42
0
votes
1 answer

Galleryview-Differentiate touch and swipe

I have a gallery with imageviews. I have set a ontouch event on gallery where i can drag the image from gallery and place it some where else. I am able to drag it, but as i am doing it in onTouch event, my gallery dosent scroll hoizontally…
user1618970
  • 15
  • 2
  • 7
0
votes
1 answer

GalleryView not shows first image

Hi All i have one problem, In the GalleryView not getting the onItemSelected event for first image.below is the image when i drag to select first image at index=0, onItemSelected is not calling. i set gallery.setSpacing(-IMEGE_WIDTH/2); when i…
umesh
  • 1,148
  • 1
  • 12
  • 25
0
votes
1 answer

Textview below each image in a galleryview

In my application i am using some 5 galleryview to display the image, done correctly,i can able to populate the image correctly.Now i want to add textview below each image. I want gallery view like this: image1 Image2 Image3 image4 …
Subburaj
  • 5,114
  • 10
  • 44
  • 87
0
votes
1 answer

How to update ProgressBar which is a child view of GalleryView android

Is there any way to update the progress bar which is child view (row) of GalleryView with baseAdaptper. I have tried some with this code mProgressBar = (ProgressBar) ((View) mGalleryView.getChildAt(position)) …
vinay kumar
  • 1,451
  • 13
  • 33
0
votes
1 answer

How to implement pull to refresh with Android's Gallery view

I wanna implement pull to refresh event with Android's Gallery view like IOS application name "500px" how to do this, or I should use HorizontalScrollView instead of Gallery ?
0
votes
1 answer

Gallery Optimization (Android)

How would i optimize the galley view as at the moment as it uses lots of memory which causes it to lag. I dont know what to use to help prevent lag? Anyway i'll post all my code related to it. (my picture are about 200kb each and are .jpg format)…
CarbonAssassin
  • 855
  • 12
  • 24
0
votes
1 answer

Gallery on image change textview update

Hello I have a gallery with 2 images in it. I want each time i change the image a textview in my layout to change its name. In my code it happens only the first time and remains that way. public class BrowseActivity extends Activity…
Stelios M
  • 237
  • 1
  • 5
  • 9
0
votes
1 answer

Position images at the bottom using a Gallery View

I was reading the Gallery View tutorial : http://developer.android.com/resources/tutorials/views/hello-gallery.html. Is there anyway I can position the images at the bottom and not at the top? In other words, I would like to show the toast messages…
ambit
  • 1,099
  • 2
  • 28
  • 43
-1
votes
3 answers

How to bring an image in the center of horizontal scroll view?

I have a horizontal scroll view placed below a map The map has some markers and the horizontal scroll view contains images for each of the markers. Now, when ever user clicks a maker,I want the horizontal view to scroll and image for that marker to…
-1
votes
1 answer

Product Gallery in Drupal 7 (like Amazon's)

I want to create a product preview gallery page for a certain node type. I do not want to use any eCommerce plugin nor do I want to use Drupal's Kick Starter. I simply want to replicate the image thumbnail hover/gallery in Amazon's inner product…
ralphcarlo
  • 209
  • 6
  • 22
1 2 3 4 5 6
7