Questions tagged [android-gallery]

Questions regarding using Android gallery application. Gallery application is the official media app installed on all Android mobile devices. The app allows browsing, organizing, sharing and editing of media (photos and videos).

Gallery application is the official media app installed on all Android mobile devices. The app allows browsing, organizing, sharing and editing of media (photos and videos).

Reference: Android Developers Gallery class overview

1181 questions
-2
votes
2 answers

Android - Generate Thumbnails in Gallery

I am currently creating a camera app and storing it. However, every time I take a picture, the picture is saved in the directory but is not saved in the Gallery. I think it's all about the generation of thumbnail right after the image has been…
giroxasmnl
  • 131
  • 1
  • 3
  • 14
-2
votes
1 answer

I am creating an android activity for browsing the images from gallery.But it's not taking images from "Camera" folder

I am creating an android activity for browsing the images from gallery. But it's taking only images from other folders but not images from the Camera folder.
-2
votes
2 answers

How can I copy a remote image over http to gallery folder in android?

I want to copy a remote image, for example "http://example.com/example.jpg" to the android user phone built gallery...How can I do it?
user467801
  • 145
  • 2
  • 4
-2
votes
1 answer

android- How to make slideshow something like this

I'm new to android. I saw this slideshow and I like it , I don't know how can I make something like this. it has two arrows ,it changes the image every x second. I couldn't find library like this. Could you help me to find a library or a way to…
-2
votes
3 answers

Android open gallery with local (from 'res' folder) images

Is it possible to open Android Gallery for image selection (like ACTION_PICK intent for images from camera and other apps) but make it to show ONLY images stored locally in our app ('res' folder)? The use case for this is to provide option to select…
Sergii
  • 1,521
  • 3
  • 24
  • 37
-3
votes
3 answers

Save two images as a single image in android

I have an image view in android and on that image view i have another image view.. Both image views contain two different images.. Now i want to save it as a single JPG image in my phone gallery.. So how can i do that?? I tried some code but it is…
user3843681
-3
votes
1 answer

java.lang.OutOfMemoryError while display the images in gallery

When i was loading images form sd card i got the exception java.lang.OutOfMemoryError at android.graphics.BitmapFactory.nativeDecodeStream(Native Method) Here is my code: public class Images extends Activity implements OnItemLongClickListener…
-3
votes
1 answer

Get the gallery in my application

I want to get the android gallery view into my application with showing all the photos in the thumbnail mode. How can i do this? Example:
cycDroid
  • 915
  • 10
  • 16
-4
votes
1 answer

How can I Add images dynamically through Camera or Gallery?

I am making an Android Application where i am allowing user to click the picture through camera or add the Images through Gallery. Only 5 images are allowed to be added in the image view . How i can add image view dynamically in the activity at the…
-5
votes
2 answers

what is this image gallery called in android

I am planning to build this kind of a image view in android i could use your help in how to get started.
Aniruddha K.M
  • 7,361
  • 3
  • 43
  • 52
1 2 3
78
79