Questions tagged [galleryview]
103 questions
1
vote
2 answers
displaying images from sd card folder in gallery view(android)
I am developing android application.In my application I want to display images from sd card folder in gallery view. I am using BaseAdapter. I tried to display images from drawable folder in resources folder in my project and it's working fine.
I…

nilkash
- 7,408
- 32
- 99
- 176
1
vote
0 answers
Galleryview with Zoom in and Zoom out function in android
I want a zoom in and zoom out funcion in GalleryView on android.I am trying lot of ways but it does not work. I found another tutorial for zoom in and Zoom out images in GalleryView on android and trying doesn't work
Can any one help me how to…

Stack Overflow User
- 4,052
- 6
- 29
- 47
1
vote
2 answers
How to resize/remake jQuery GalleryView slider on window resize?
I am trying to use the jquery GalleryView slider plugin (http://spaceforaname.com/galleryview/) on a page with a responsive width - so when the window is resized the column containing the slider changes too.
I need to resize the slider when the…

Finn Fitzsimons
- 324
- 3
- 10
1
vote
3 answers
Android Gallery View: View one image at a time int he view?
Is there a way to set up the gallery view so that only one image is in view at a time? I have created a gallery view with thumbnails of images. As the user clicks on an image, I want to start a new activity which displays the actual selected image…

Kenny
- 429
- 6
- 22
0
votes
1 answer
(Plugin: Wordpress NextGen Gallery) How to show the gallery description in nextgen gallery view?
I am trying to tweak NextGen Gallery plugin, and in particular the file nextgen-gallery/view/gallery.php to achieve displaying the gallery description, when I view the gallery.
So, in this file, I have added the following lines:
....

Mpampirina
- 103
- 3
- 17
0
votes
1 answer
jQuery function not running on submission of validated form
I am using the jquery galleryview plugin and I have added the ability to pause the slideshow when a link is clicked (revealing a form) and then restarted when the close button is clicked.
This works fine (see below) but I would also like the…

Tom
- 12,776
- 48
- 145
- 240
0
votes
1 answer
Switching from portrait to landscape two different view
Im working on application in that I want ListView with images in portrait mode and GalleryView with same images in Landscape mode I created folder in res/layout-land/main.xml(Landscape) and normal res/layout/main.xml (portrait) but I'm getting an…

Abhishek Karande
- 377
- 3
- 10
- 19
0
votes
2 answers
dynamically adding view data to android gallery adapter
I am trying to create a calendar using the Gallery widget. I have a monthview class that handles creating a view for a specific month. My MonthGallery class uses monthview as its child views while my monthviewadapter creates the monthviews for the…

Seiji Morikami
- 11
- 5
0
votes
1 answer
Retrieving images in Android gallery through Intent
I am building a custom gallery in my app by populating it from Android gallery through intent. This is working fine but now I want to filter images.
For example I do not want all the images from the Android gallery but only images that were taken on…

user1017724
- 55
- 1
- 4
0
votes
3 answers
How to get image from one screen to another screen?
i have implemented galleryview in one screen named display_image.xml in which i have shown various images available on sdcard now when user selects picture and presses save image button on same screen display_image.xml then selected image should be…

JAaVA
- 108
- 12
0
votes
3 answers
Remove the space in gallery at the space First and last android?
I am struggling some couple of hours with gallery-view,every thing works fine for me,but the thing is i want to remove the spaces in the gallery-view at the front and last..i have gone through some links also but i cannot achieve it ....

NikhilReddy
- 6,904
- 11
- 38
- 58
0
votes
1 answer
The best way to use bitmaps in android ;)
I must create android application for tablets, app will be shows new magazines and his pages. Every magazine has about 70 pages, and every page have cover as image which weighs about 700 000 bytes. Main page of app show big image and small gallery…

Dawid Sajdak
- 3,064
- 2
- 23
- 37
0
votes
1 answer
Why does the GalleryView not refresh with new items?
I am going crazy trying to figure this out. I have tried everything I knew and nothing seem to be working. Any help in the right direction is much appreciated.
GalleryView does not refresh when in the same activity I press a button to start a…

Abhishek Sharma
- 609
- 1
- 11
- 22
0
votes
3 answers
how to change background style/color of just one item in GalleryView/GridView?
I have a GalleryView widget in my android app and I would like to change the background style/color of the central item in the widget, so that it stands out from the rest. Even better, if I could make this central item bigger size than the rest.
Any…

Abhishek Sharma
- 609
- 1
- 11
- 22
0
votes
1 answer
Calling GridView from GalleryView causes OutOfMemoryError: bitmap size exceeds VM budget
I keep getting the above error, going from my first activity that has a galleryview of over 100 images, to a GridView activity that displays the images in a vertical Grid. Also, it does make it to the GridView activity once in a while (especially…

Abhishek Sharma
- 609
- 1
- 11
- 22