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
13
votes
2 answers

How to resize an image i picked from the gallery in android?

I am building an android where. Inside of one activity I have an image button. When I click on it the gallery opens up and I can choose an image. Then I set that image as the new image for the image button. The problem is the image appears way too…
user1420042
  • 1,689
  • 9
  • 35
  • 53
12
votes
4 answers

How to get the Image Format of the images from Gallery

I want to know the Image format (i.e. JPFG/PNG etc) of the images which I am getting from the gallery. My need is to pic images from the gallery of the device and send it to server in Base64 format but the server wants to know image format. Any…
Vineet Shukla
  • 23,865
  • 10
  • 55
  • 63
12
votes
2 answers

Mark or highlight files in Visual Studios Solution Explorer

is there an Add-In which allows me to tag or mark files in Visual Studio and then these files are visual highlighted (eg. different background color) ? I searched the Visual Studio Gallery but didn't find anything. Thanks!
Tobias Diez
  • 251
  • 3
  • 10
12
votes
5 answers

Does a replacement for Gallery widget with View recycling exist?

The default Gallery widget on Android does not recycle views - everytime the view for a new position is called the widget always calls the getView method of the adapter with convertView set to null. As you scroll backwards and forwards this ends up…
Joseph Earl
  • 23,351
  • 11
  • 76
  • 89
12
votes
6 answers

Android Gallery View Scrolling problem when onClickListener for items given

I have used gallery in my app. In that i have two images in each gallery item like this Each rabbit and mouse image is combined as a single gallery item. So I give onclickListener for both images but if I give like that I can't scroll by touching…
Ganapathy C
  • 5,989
  • 5
  • 42
  • 75
12
votes
4 answers

Gallery items overlapping (bleed in)

My probel is that images in my Gallery are bleeding in into each other once I begin scrolling towards the next image. I am using a android.widget.Gallery connected to a custom adapter I extended from BaseAdapter. The adapter's GetView() method is…
yann.debonnel
  • 766
  • 9
  • 22
12
votes
3 answers

How To Change Default Image Thumbnail Sizes in Wordpress

Hey.. quite embarrassed to ask this actually - I should be able to find this on Google, but because of all the new WP functionality as well as the older methods of doing this in older versions are riddled all over Google Results that I have resorted…
jeffkee
  • 5,106
  • 12
  • 44
  • 76
12
votes
2 answers

getting image name of image selected from gallery in android

I have browsed image from gallery and set it to ImageView now I need to get image name of image that have been set in ImageView. I have attached my code below. @Override protected void onActivityResult(int requestCode, int resultCode, Intent data)…
user3415586
  • 137
  • 1
  • 1
  • 8
12
votes
2 answers

How to migrate from Gallery to HorizontalScrollView & ViewPager?

I need simple control for icon choosing on Android 2.2 and higher. Gallery was a better solution for me, but it is deprecated and I have to use HorizontalScrollView and ViewPager instead. But how to migrate easy? How to use this classes and controls…
BArtWell
  • 4,176
  • 10
  • 63
  • 106
12
votes
5 answers

Android: How to query a list of bucket name

I want to retrieve only the name of the bucket (Albums). E.g. Camera, Download etc but not a list of Camera, Download etc from all the the photos so how do I retrieve one row each for each bucket name? What I mean like in Gallery Application, you…
LittleFunny
  • 8,155
  • 15
  • 87
  • 198
11
votes
2 answers

How to open an album in Gallery app using an intent

Assuming I know that the Gallery has an album with a certain name X, what intent or broadcast can I make to open Album X with the Gallery app? There are plenty of examples showing how to select a picture from the Gallery, but I don't see any…
amit
  • 1,373
  • 2
  • 16
  • 29
11
votes
3 answers

Put a big image in an ImageView not working

I think there is a problem with my ImageView. i created a gallery, where I can touch an image and put it in my ImageView below:
FR073N
  • 2,011
  • 4
  • 29
  • 42
11
votes
0 answers

Google+ Like Picture Gallery

I am looking for help in recreating this type of gallery: https://plus.google.com/photos/104987932455782713675/albums/posts The mosaic effect (perhaps a library) The hover image-expansion effect The infinite scrolling Can you point me to libraries…
jonasll
  • 493
  • 3
  • 8
  • 20
11
votes
1 answer

Calling WordPress Gallery Uploader/Selector From Metabox

When I click the Add Media button on a Post/Page, I have the option to Add Media. After selecting media, I click Insert Into Post, and the images are inserted. However, there is another option, which is on the left sidebar. I can click Create…
Kelderic
  • 6,502
  • 8
  • 46
  • 85
11
votes
3 answers

Android: Animation in Gallery View?

When I use the Gallery widget, how do I get the images to say scale up & glow on being selected and scaled down & un-glow on being unselected? All tutorials I've seen have this effect but I'm not able to see it... Is there some kind of an…
Legend
  • 113,822
  • 119
  • 272
  • 400