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).

learn more… | top users | synonyms

0
votes
0answers
35 views

how to add item into Gallery using Bitmap

I want to send image between activityes and put into Gallery.I can converted item from Bitmap ito bytes and open on next activity.But I don't know how to put converting item into new Gallery and how ...
0
votes
0answers
19 views

In Android, how do you create a virtually gallery folder like Facebook and Picasa web albums do?

I'm an experienced programmer, but not so much in the Android world though, so I'm hoping someone experienced can give me a starting point. I'm looking to integrate with the Gallery in Android. I ...
1
vote
0answers
32 views

Android saving image in system gallery

I am trying to modify image loaded from system gallery and save new version of that image on SD card. Problem is that saved image is placed at the end of gallery (tested on branded Galaxy Ace 2 and ...
-2
votes
0answers
38 views

How to make the gallery view like note 2 in android [closed]

How to make the gallery view like note 2 in android? By using base adapter please provide proper links gal_categories in my activity gal_caterories.setAdapter(new CategoryPreferenceAdapter (context, ...
0
votes
1answer
36 views

Viewpager - How to set Image size to full screen?

I'm using the source code from this tutorial And I want to make all the images full screen when I display them. How do I do it?
0
votes
0answers
8 views

Display images in android gallery

I have some ImageViews displayed in a GridView How can I open them in the android gallery when the user click on one of them?
0
votes
0answers
21 views

how to save couple select buttons on different images at same time in SharePreferences

Hello I work with Gallery.I tried to select couple buttons and save them privious states on different images click.I did this with one buuton and image with ShapePreferences.I can select one button ...
0
votes
2answers
43 views

Loading images in galleryview

I want to load images in gallery view in a manner that once images is load than after when user scrolls, want to show loading indicator and than after new image will be display. in my below code ...
0
votes
0answers
19 views

Android gallery with wrap_content height in framelayout

<?xml version="1.0" encoding="utf-8"?> <FrameLayout android:layout_width="fill_parent" android:layout_height="wrap_content" > <Gallery ...
0
votes
1answer
39 views

how to save previous button state on next click item in Gallery

I'm new in android .I'm working with gallary.I would like to know how to save previous button state when I click on next gallery item.I want to make default button state off on all images and when ...
0
votes
0answers
29 views

Ordering item stack gallery widget android

i want to make gallery with custom stack item. But i can't create stack with my requirement. I've try to setImageSpace but i think that method can solved my problem. This is my requirement stack item ...
0
votes
1answer
19 views

Query gallery thumbnail retruns cursor with 0 count

I would like to get the thumbnail image paths of the gallery images. So, I'm preparing a query and asking cursor for data which will look like this. Uri uri = ...
0
votes
0answers
21 views

How to drag an image from gallery view onto the Image View?

I am working on an app where I want to drag an image from gallery view onto the image view. But currently what i am able to code is that when i click on an item on the gallery view that image is ...
1
vote
1answer
66 views

Android how to open image and display it in second activity

I am working on app for editing photos I have a button in first activity and ImageView in second activity. When I click the button it would open gallery and I would be able to select an image. The ...
1
vote
0answers
44 views

onActivityResult() not getting executed in DialogFragment

I have been looking in thousand posts for this, but I do not find how to solve my problem. I have an ImageView. When the user clicks on this ImageView, a DialogFragment is displayed, and the user can ...
0
votes
1answer
47 views

Gallery of Fragments

I'm trying to implement a Gallery that every cell is a fragment. gallery_item.xml: <?xml version="1.0" encoding="utf-8"?> <FrameLayout ...
0
votes
1answer
80 views

how to open specific folders images using android default gallery showing error

I am using the following code to open images from a particular directory.. the problem is it works fine for my galaxy ace... But i am not able to open it on other phones.. I have also attached the ...
0
votes
1answer
23 views

Picking an image from Android Gallery & Picassa

I am trying to open an image/picture in the Gallery built-in app from inside my application as described in here. My "picker" activity works fine as long as the image is stored in the device, but the ...
0
votes
0answers
21 views

Article view with scrolling images horizontally

I am looking for any example code in which we can show an article with images scroll horizontally on upper part of the screen and the article content scroll vertically . Just like we have in ...
0
votes
1answer
76 views

Gallery with thumbnails and a big image preview

I'd like to create a gallery like this which has bar with small images and a big preview: The point is that I'd like to have some preloading of images etc, so I found Android Universal Image Loader, ...
0
votes
0answers
32 views

Android - HTML input - choose multiple from gallery without camera option

So, on iOS I can force the the gallery to come up automatically but using: <input type="file" capture="gallery" multiple /> (The 'gallery' value is just for me to understand the intended ...
0
votes
3answers
169 views

How to save image and video captured from camera in App internal memory only in Android?

I am working on a project where I need to save images and videos in application internal memory only (not in SDCard or device Gallery). I am using below code. But this also save the image/video to ...
0
votes
1answer
73 views

How to load images from application memory in GridView

I used this tutorial to load image from gallery and show in a grid with with a CheckBox. I want to change this code to load image from /data/data/com.myexample.myfiles/files/ How can I achieve it? ...
0
votes
0answers
51 views

Image display rotated taken from camre with orientation protrait

My question is when I select an image from gallery some of image displays rotated in imageview.I want to display it as it is in gallery.And the problem why image is rotated is because that image is ...
0
votes
0answers
25 views

Android adding ACTION_PICK intent to backstack?

I let user select a photo from ACTION_PICK and place its bitmap on an ImageView for user to see as confirmation, before clicking upload. Question: How do I return to Gallery photo selection if user ...
0
votes
1answer
68 views

How to force Gallery to open in landscape orientation?

My app runs in landscape mode. I have android:screenOrientation="landscape" set in AndroidManifest.xml file. If the screen orientation of the device is locked to portrait mode, then my app still runs ...
0
votes
0answers
23 views

Picasa Sync'd videos show when picking images from the Gallery

I'm having this problem only with devices running Android < HONEYCOMB. In particular I test it on 2.3.6. When launching an Intent with parameters: ACTION_PICK, ...
0
votes
1answer
131 views

delete image from gallery with OnItemLongClick event

I want to know how can I use OnItemLongClickListener event to delete an image from gallery? I don't know how can I find the url or another detail about the image from this event in order to delete ...
1
vote
1answer
158 views

Android How to create default gallery to Circular Gallery?

I want to create the gallery view like below image. i have goggled it a lot and have tried with carousel also. but i am unable to create it . can any one advice me to create ta view like that ? i have ...
0
votes
2answers
109 views

Gallery View will not display full ImageView when image selected

I have this problem when coding a gallery view in Android. The images appear (as expected) in the top screen of the screen and when they are clicked they say what image is selected (again as ...
0
votes
3answers
218 views

android- open gallery and choose image and video

In my project I want to open a gallery on a button click and should be able to pick image or video to get path of them. Intent i = new Intent(Intent.ACTION_PICK, ...
0
votes
1answer
156 views

android gallery with images from url folder

I'm begginer in Android programming and I need help. How could I create an app that shows images in grid view but whenever the app is started it refreshes and loads new images from online folder? I ...
2
votes
2answers
155 views

Android - Setting ImageAdapter NullPointerException

I have a problem with android. I want to set a ImageAdapter for a Gallery using this code: Integer[] images = {R.drawable.image01}; static int counter = 0; SectionsPagerAdapter ...
0
votes
0answers
32 views

How to combine automatic and fling image switching

I'm trying to achieve the functionality of automatic image change via ImageSwitcher combined with user fling image change via GestureDetector. Maybe this should be achieved by using some other ...
0
votes
1answer
61 views

Can't pick image from gallery when “don't keep activities” mode is on

In "developer options" settings I use "don't keep activities" mode. I need pick image from gallery and use its URI in my application. The code which opens the gallery in order to pick image is: ...
0
votes
0answers
70 views

How to select video images from gallery in android

I have a problem that i want to select images and video from gallery in aNDROID i have used following codes but unsuccessful. setType("/); setType("video/*"); setType("image/*"); setType("image/* , ...
0
votes
0answers
37 views

How to choose picture from gallery and save its URI into database?

I have a program that should let the user to choose a picture from the Gallery and set that picture to ImageView. I did it as the following: public void pickContactPicture(View view) { ...
0
votes
1answer
102 views

How to Crop Image from Gallery with a Fixed Size

When a user picks a photo from gallery, I want them to be able to crop it. However, I want the scaling to be a fixed box (square) at all times. Equal length and equal width. I thought adding ...
-1
votes
1answer
28 views

Differentiate Between Normal Image and Image With Audio [closed]

See just now Samsung Galaxy S4 launched they have a new feature Sound Shot where we can add audio to image. But i am not getting any clue.How Gallery differentiate between Normal Image And Image ...
0
votes
3answers
237 views

Numbering of image saved from app resource to SD card

I have app consist of days listview each day has its specific images placed in an infinite gallery class , what im trying to do is: saving images with sequential number from app drawable resource ( ...
0
votes
1answer
248 views

Android custom gallery or something simmilar

I have a small and simple question. I need to have a widget in my app that is similar to listview, or image gallery I don't know. So this is my question how can I do something like this in my app? ...
0
votes
0answers
366 views

Sending picture in Whatsapp

I want to send a picture in Whatsapp. My App starts when I select the Image chooser in Whatsapp. How can I send the result of the Intent back to whatsapp? I use the following Code: // on ...
0
votes
0answers
128 views

Qt Mobility Gallery in QML Not Working on Android Device

Have anyone written a Gallery app for Android using Necessitas and QML? All the examples I found looks like the code attached, but when I run it on my Android device I get the following in the ...
1
vote
1answer
263 views

CoverFlow which extends Gallery (deprecated isn't working correctly in >4.0 devices)

I'm using this class to achieve a CoverFlow in my app: public class CoverFlow extends Gallery { /** * Graphics Camera used for transforming the matrix of ImageViews */ private Camera mCamera = new ...
-1
votes
2answers
93 views

How to implement Wheel Like Gallery? [closed]

I am implementing a semi-cirular type Gallery, i mean items in the gallery moves around a semi-circular way. I have implemented the normal gallery and it is working good. Now, i want my gallery items ...
1
vote
3answers
227 views

How to Categorise Images in GridView to make Custom Gallery

I have made few Gallery modules by using GridView i have used this tutorial: http://www.androidhive.info/2012/02/android-gridview-layout-tutorial/, but now this time i want to make it more custom ...
0
votes
1answer
88 views

Android: display a custom Dialog when clicking on Gallery element

Bonjour everyone I 'd like to display a Dialog with customized layout when clicking on an element of Gallery view. My gallery is displayed without any problem but when selecting an element an error ...
0
votes
3answers
181 views

Out of memory exception in case of simple static gallery

I am using a simple static image gallery in which i am loading atleast 28 images each of different size below 150kb. and i noticed two issues here: 1) Slow scroll 2) Out of memory exception when i ...
0
votes
1answer
30 views

Keep Camera from saving photo

I have an application that captures pictures by dispatching an intent. Upon return of control to the activity, I retrieve the intent, extract the data, transform it into a bitmap and use it in my ...
3
votes
2answers
292 views

How can I display a specific folder in Android Gallery3D (cooliris)?

I'm using Gallery3D (froyo-stable) I'm trying to make a little app that displays only images from a specific folder in a gallery view. Uri targetUri = Media.EXTERNAL_CONTENT_URI; String folderPath = ...

1 2 3 4 5 10