Top "Gallery" questions

Gallery is a collection of photos in a software system

Android ViewPager with previous and next pages visible?

I am currently building a horizontal gallery of videos. I'd like to make something like that with only one video …

android gallery pager android-viewpager android-support-library
Android camera and photo picker intent

I'm building the android app which one of the functionality will be taking the picture from the gallery or from …

android android-intent camera gallery
Android: OutofMemoryError: bitmap size exceeds VM budget with no reason I can see

I am having an OutOfMemory exception with a gallery over 600x800 pixels JPEG's. The environment I've been using Gallery with …

android gallery imageview out-of-memory ddms
Android: How to set the photo selected from gallery to a bitmap

I am asking the user for the access to the gallery through the code as a listener here: Intent photoPickerIntent = …

android gallery photo
how to save bitmap to android gallery

unfortunately the solutions I've found didn't work on android 5.1.1. I have a bitmap called source. I need to save it …

java android image bitmap gallery
Centering floating list items <li> inside a div or their <ul>

HTML: <div class="imgcontainer"> <ul> <li><img src="1.jpg" alt="" /></li&…

css gallery css-float center listitem
Android: Refreshing the Gallery after saving new images

So in my application I at one point save a bunch of images to a temporary folder, and I want …

android gallery mediastore
android image "viewer" app

I am trying to create an android app that will let me display images fullscreen with next and previous buttons …

android image gallery
How to create an app image folder to show in Android gallery

I have an app where the user creates an image and then I want to save it so it's visible …

android image gallery
How to create a Django image gallery

I am looking to create a portfolio using Django. I have tried using ImageField but it only allows me to …

python django image gallery portfolio