Questions tagged [gallery]

Gallery is a collection of photos in a software system

A photo gallery is a GUI allowing users to view pictures from their local file system or network shared files. Galleries usually include features to manage and edit files, as well as print or upload them. Often times galleries allow the user to click arrows on the left and right edges of the viewer to select the previous and next photos within the files. There are many different photograph viewing programs available for multiple operating systems.

3768 questions
9
votes
5 answers

How to implement an endless gallery in Android?

I am using a gallery layout in my application. It is working when the user moves the pictures in the gallery from left to right (it is infinite that means elements are repeated again). But when the user moves from right to left and reaches the first…
Narasimha
  • 3,802
  • 11
  • 55
  • 83
9
votes
5 answers

Android: Programmatically animate between images in Gallery widget

Note: As of Jellybean the gallery widget is deprecated. A ViewPager should be used instead. I'd like to programmatically move between images in the Gallery widget, with animation. I can change the currently displaying image using the…
bdls
  • 4,578
  • 6
  • 24
  • 30
9
votes
1 answer

Working on Creating Image Gallery in JavaFX. not able to display image properly

I am creating image gallery using javafx. I found many things on internet regarding this but not able to get any suitable help for this issue. I have to create one image gallery like picasa viewer. all the images is in thumbnail view in my image…
Java Man
  • 1,854
  • 3
  • 21
  • 43
9
votes
1 answer

set an image from gallery for background of desktop phone (android-java)

I have one app that like a Slide show or gallery but i want when anybody use this app be able to set the image to background on android phone the app can show image i just want to able set image to background - and its can be enough if i can set…
Criss
  • 755
  • 7
  • 22
9
votes
1 answer

get a random picture from phone gallery and display in view

Is there a possibility to access the phone gallery, select a random image and display it on the view? i.e. have the entire process done without user intervention, having to pick an image or sending a uri, etc. Thanks!
n00b programmer
  • 2,671
  • 7
  • 41
  • 56
9
votes
6 answers

How can I display images from a specific folder on android gallery

How can I display all images from a specific folder on android gallery like, for example, whatapp does. I`m using MediaScannerConnectionClient File folder = new File("/sdcard/myfolder/"); allFiles =…
Rafael
  • 155
  • 1
  • 3
  • 15
9
votes
4 answers

jQuery lightbox Gallery

Does a jQuery plug-in exist with standard lightbox functionality? In the "lightbox" window I'd like to show the current image and the rest as thumbnails somewhere (left, bottom, etc.) in the same "lightbox" window.
user119210
  • 159
  • 1
  • 3
  • 7
8
votes
9 answers

Automatic horizontal scroll in TextView

I have custom gallery. Gallery represents items that are frame layout. There are one imageView and textView above it. If text in textView is too long, i need it to be scrolled automatically. It's one line of text, and it's needed to be scrolled…
Veljko
  • 1,893
  • 6
  • 28
  • 58
8
votes
6 answers

Gallery space at beginning and end

I got the following problem , i made a form with a gallery, the gallery instead of containing images contains items from one of my classes, everything inside each item of the gallery displays perfectly. I removed the space between images using: …
Ale K.
  • 316
  • 6
  • 18
8
votes
1 answer

getBitmap deprecated in API 29 java android

I am developing an android application I want user to select an image from gallery. But I have seen that getBitmap is deprecated on API 29 I have tried ImageDecoder.decodeBitmap(Imagedecoder.createSource()) but it crashes the application if…
8
votes
6 answers

flutter how save a picture from camera to device?

I'm trying to save a picture from camera in a real device, but can't find a way. By now I get it saved in a File, but can't get it in the gallery.. My code at this moment is: File _imagenTemporal; String _opcion = ""; var imagen; Future…
lorena
  • 91
  • 1
  • 1
  • 6
8
votes
1 answer

Text Gallery on Android?

I have a gallery with the TextView to achieve the segment controller on the image below. I can achieve it by the ApiDemo's Gallery Example but I am lagging on the look and feel of the gallery. I want to do the backgrounds, Selected/deselected and…
Praveen
  • 90,477
  • 74
  • 177
  • 219
8
votes
1 answer

Combining CoverFlow and Universal Image Loader

I'm using fancyCoverFlow and universalImageLoader to display my custom 3D gallery :D something like below picture. My problem is it's not showing images when downloaded unless I swipe between the Gallery pictures and that picture hide from screen…
Amir
  • 16,067
  • 10
  • 80
  • 119
8
votes
2 answers

How to make intent chooser for camera or gallery application in android like whatsapp editprofile?

I am developing an application where i need to have a dialog choose for uploading image from gallery or camera. I have found kind of solution here Dialog to pick image from gallery or from camera but the problem is here there is clash in comparing…
Jay Dhamsaniya
  • 323
  • 2
  • 4
  • 15
8
votes
2 answers

Create Azure VM from image created under different subscription

Is there a way to take a backup of a VM (image capture following the sysprep method) and then make that image in the gallery visible to someone under their subscription. For example, I create a VM, archive it off to the image gallery, then my…