Top "Gallery" questions

Gallery is a collection of photos in a software system

Changing image sizes proportionally using CSS?

I have been trying for a couple of days now to configure my thumbnail gallery so all the images appear …

html css gallery lightbox
android pick images from gallery

I want to create a picture chooser from gallery. I use code intent = new Intent(Intent.ACTION_PICK, android.provider.…

android gallery action
Get/pick an image from Android's built-in Gallery app programmatically

I am trying to open an image / picture in the Gallery built-in app from inside my application. I have a …

android image android-intent gallery
Horizontal ListView in Android?

Is it possible to make the ListView horizontally? I have done this using a gallery view, but the selected item …

android listview gallery horizontal-scrolling
android - save image into gallery

i have an app with a gallery of images and i want that the user can save it into his …

android imageview gallery save-image
Mosaic Grid gallery with dynamic sized images

I have just received the following design for a project, for an image grid gallery, with dynamic width & height …

javascript jquery grid gallery mosaic
Android get image from gallery into ImageView

I'm trying to add a photo from galery to a ImageView but I get this error: java.lang.RuntimeException: Failure …

android imageview gallery image-gallery getimagedata
Image, saved to sdcard, doesn't appear in Android's Gallery app

I save an image to the sdcard and it doesn't appear in the Gallery application until I pull off the …

android image save gallery
Android: Bitmaps loaded from gallery are rotated in ImageView

When I load an image from the media gallery into a Bitmap, everything is working fine, except that pictures that …

android bitmap rotation gallery
How can I make a horizontal ListView in Android?

Possible Duplicate: Horizontal ListView in Android? Like many things in Android, you wouldn't think this would be such a hard …

android listview gallery