Questions tagged [galleryview]

103 questions
0
votes
1 answer

Need to display a link at bottom of image gallery.

I am using gallery view to display images in a gallery view in full screen. I have used the suggestion given below: Android Gallery fullscreen The gallery view is fine. But I want to divide the screen in 4:1 ratio vertically and display the image…
tuxnani
  • 3,634
  • 6
  • 21
  • 33
0
votes
1 answer

jQuery galleryview from append

I'm dynamically adding images via a loop from the flickr.com database. I append these ul, li, img tags as you should do according to the galleryview example. I append it to a div then I call the galleryview function: $('#gallery').galleryView({ …
Forested
  • 263
  • 5
  • 12
0
votes
0 answers

Issue with application crashing when selecting visual effects and attempting to switch from gallery to speaker view in Twilio

I'm facing a peculiar issue in my Twilio implementation and I could really use some assistance. In my application, I've integrated Twilio for video conferencing. However, I've encountered a problem specifically related to visual effects. Here's the…
0
votes
1 answer

Android how to use webview with galleryview

I want to a galleryview what its' items as webview. So i am not wanting scrolling image, i want to scroll webviews.. Please help. I make some things but webview doesnt run correct into gallery.
Savas Adar
  • 4,083
  • 3
  • 46
  • 54
0
votes
1 answer

Get GalleryView or ListView from a custom BaseAdapter?

Is there a way to simply get the GalleryView or ListView that is using my custom adapter? The reason for this is because i want to initialize the onItemClicks from within my custom adapter. I can get the items child views but i don't know how i can…
Jono
  • 17,341
  • 48
  • 135
  • 217
0
votes
1 answer

onclick does not fire in first Item in GalleryView 1.1

So I have a page using GalleryView 1.1 here. I like the behaviors just fine except that the left-most item's onclick event won't fire for some reason. I also grabbed the 2.1 version from the GoogleCode page; the author's page at…
jerrygarciuh
  • 21,158
  • 26
  • 82
  • 139
0
votes
2 answers

Change item state drawable only on click - GalleryView

I use a GalleryView to display string with a BaseAdapter No problem to change the background and text color depending on the item state (selector) But I want to change the background and text color only if the item is clicked not just selected, the…
Plumillon Forge
  • 1,659
  • 1
  • 16
  • 31
0
votes
3 answers

Android GalleryView Problem

I have a problem with android galleryview, in my app I have a lot of pictures. And I wanna display them by gallerview and make them selectable. I figured out displaying them horizontal scrollable and make them selectable with Galleryview, but I need…
barisatbas
  • 570
  • 2
  • 9
  • 22
0
votes
0 answers

GalleryView How to change the background color

I'm using a GalleryView in which I want to change the background color to WHITE. I am using the following settings in my attrs.xml file. Seems simple but I have been unable to find out how to change/apply a custom background color to the…
Byron
  • 3,833
  • 9
  • 34
  • 39
0
votes
3 answers

jQuery GalleryView Beta3 play/pause controls needed

I am using jQuery plugin called GalleryView, in its Beta3 version (http://spaceforaname.com/galleryview). The Beta4 version is planned to have built-in controls for play/pause animation. My question is: How to emulate 'play' and 'pause' controls…
Tadeck
  • 132,510
  • 28
  • 152
  • 198
0
votes
1 answer

JQuery Galleryview

I have a web page with JQuery GalleryView plugin and for some reason thumbnail in the filmstrip is always faded even though its the actively selected record. Only initially when it binds for the first time, first image is clear but when I scroll…
DAK
  • 1,395
  • 4
  • 22
  • 35
0
votes
2 answers

Jquery Galleryview Autoplay

I have two questions on JQuery Galleryview: Is it possible to set autoplay to false? Is there a way to have different width for filmstrip and the active/selected picture? For example: i want to have my film strip width as 600px but main picture to…
DAK
  • 1,395
  • 4
  • 22
  • 35
0
votes
0 answers

Impose a bitmap over another bitmap in android

I have a thumbnail gallery. I would like to impose a bitmap over every thumbnail image. The resultant image should be either a bitmap or a drawable. Hence the gallery now consists of these resultant images. When the user scrolls through the gallery,…
dev_android
  • 8,698
  • 22
  • 91
  • 148
0
votes
1 answer

How to display _only specific_ images from SD card in a GalleryView?

Following the guide at http://mihaifonoage.blogspot.com/2009/09/displaying-images-from-sd-card-in.html, how can I show only image files following a pattern [EDIT] in a Gallery widget [/EDIT]? I'm using a dedicated directory on the sdcard and I have…
Julius Bullinger
  • 1,181
  • 11
  • 29
0
votes
0 answers

Android Gallery album Images sorting according to DATE ADDED

From past few days i am working on building Gallery view like whatsapp, and still working on it. I have successfully created the album view and the images inside that particular album. the main problem comes in sorting of the images under the…
Viney Dhiman
  • 183
  • 1
  • 3
  • 15