The tag has no wiki summary.

learn more… | top users | synonyms

54
votes
6answers
28k views

how to pick a image from gallery (SD Card) for my app in android?

This question was originally asked for Android 1.6 i am working on photos options in my app. i have a button and imageview on my activity. when i click the button it will redirect to gallery and i ...
6
votes
1answer
385 views

Awkward touch event propagation between views

I have a Gallery full of ImageViews, and the ImageViews are pinch-zoomable and translatable. My goal is that once an ImageView can no longer translate to the left/right, the Gallery will scroll. So ...
6
votes
2answers
1k views

Setting layout parameters for an element inside a Gallery

I am using a Gallery to display an horizontal timeline of events. Some of the events get Gravity.TOP and some Gravity.BOTTOM to align them above or below a nice line displaying the years. So far, so ...
5
votes
2answers
1k views

Android: What does this warning message refer to? - (WebCore)

I have a Gallery which contains WebView's as its children, when I scroll the Gallery I am getting the following warning, '04-07 19:35:37.409: WARN/webcore(664): Can't get the viewWidth after the ...
5
votes
4answers
2k views

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 ...
4
votes
1answer
300 views

Buttons inside ScrollView inside Gallery don’t respond to click

I have a Gallery with ScrollViews as child items. Scroll view can contain text, images and button inside of the scroll area. I need to make sure that the touch events are handled correctly and as ...
4
votes
1answer
656 views

Camera intent/Activity - avoid saving to gallery

I am using the Camera Activity to capture the picture. I call it with the MediaStore.EXTRA_OUTPUT extra parameter. The image is correctly saved to provided path, put it is saved also to the gallery ...
4
votes
2answers
9k views

Touch Scroll on View Flipper in Android?

I have to acheive that the Touch Scroll on the View Flipper. For Example. I have to Images. At First, ViewFlipper Shows an First Image. Now I Flung the view from right to left. The First Image view ...
3
votes
0answers
32 views

Intent for selecting wallpaper with wallpaper region highlighting

I would like to know if it's possible to create an Intent that makes the gallery cropper show wallpaper highlighting. This feature has been introduced in Honeycomb. To get an idea of what I'm looking ...
3
votes
1answer
247 views

How to speed up image viewing with android “Cooliris” gallery?

I'm running 2.3 on a Nexus S (but writing code against 2.2), and it takes forever for an image to display in the default cooliris gallery. This is how I am attempting to display an image: Uri ...
3
votes
3answers
722 views

Help : Get the position of the current image displayed in Gallery

in my application , i have a gallery of pictures, but i want to detect the position of the current image displayed , For example : when i launch my acvitivity, the position is 0, but when i scroll ...
3
votes
3answers
991 views

android gallery view “stutters” with deferred image loading adapter

I would like to create an deferred loading adapter for use with a Gallery widget. That is to say getView() returns an ImageView immediately, and later some other mechanism will asynchronously call ...
3
votes
2answers
3k views

Android Gallery fullscreen

How do I implement a fullscreen gallery? i.e. image stretches to fill all the screen?
3
votes
2answers
1k views

ScrollView inside Gallery, both scrolling independently

I have a Gallery with an adapter which supplies it ScrollViews as its child views. I need to make sure that the touch events are handled correctly and as expected: When the user scrolls ...
2
votes
3answers
76 views

Increasing the size of Image View in Android

I am working on a project that required me to implement two horizontal scroll views with an image view between them. I would like to extend the size of the image view to fill up the gap in between the ...
2
votes
3answers
132 views

Android How do I retrieve picasa photo from built-in gallery?

I want to retrieve the photos from built-in Android gallery calling ACTION_PICK Intent. I have a problem with Picasa's images. I have used the code to this link, but it don't work (the File object ...
2
votes
6answers
178 views

Weird animation on Gallery when a invalidate is requested from it's children

This is the adapter of my Gallery on which I display ImageViews (thumb of a page) I want to load the images ASync (some times this can come from Network), so I did that code: public View ...
2
votes
3answers
291 views

auto scroll a Gallery widget

I need to implement a gallery which scrolls one item at a time, and which can do 'autoscroll': i.e. every couple of seconds, it automatically scrolls to the next item. As per this thread: Android: ...
2
votes
1answer
97 views

Android - Rounded corner Gallery items

I was wondering if anyone here could help me getting rounded corners for my gallery items. I followed the Hello Gallery tutorial, and ended up with something like this: I really wanted this items ...
2
votes
1answer
154 views

Change size of selected image in Gallery

I have a Gallery. I have used the android:unselectedAlpha parameter so that the center image in the Gallery is more bright. However, I would like to have this center image size to be bigger than other ...
2
votes
1answer
200 views

How can I stop MediaStore.ACTION_IMAGE_CAPTURE duplicating pictures

I am using the following code to take a picture: private static final int TAKE_PHOTO_CODE = 1; final Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); ...
2
votes
1answer
165 views

Android Gallery Performance Best Practice

I was thinking about starting a gallery app with the ability to search/filter images based on tags. My question: I want to update the images often so... should I host the images on a webserver and ...
2
votes
1answer
330 views

Splitting a TextView into multiple TextViews relative to screen height

So I have what I consider a rather complex problem. I have this massive TextView that is several screen lengths long. What I want to do is split the TextView up into smaller TextViews, each the height ...
2
votes
3answers
1k views

Android Gallery's getView() returning incorrect position

Thanks for reading! I am using the Android Gallery with both LayoutParams as MATCH_PARENT to show one full screen image at a time. Here's my code: layout.xml <?xml version="1.0" ...
2
votes
2answers
209 views

android gallery “snappiness”

i am wondering if there's a way to increase the "snappiness" of the stock android gallery. in other words, i want the speed of a fling to drop off quicker than it does by default. a given fling should ...
2
votes
1answer
593 views

Gallery with folder filter

I'm using following code to open a gallery inside of my app Intent intent = new Intent(Intent.ACTION_GET_CONTENT); intent.setType("image/*"); startActivityForResult(intent, FIND_RESULT); Is it ...
2
votes
4answers
3k views

android circular gallery?

I am a newbie to android development.Now i would like to do gallery view as circular like image as below.The things is that i want to enlarge the center image when user scroll from left to right and ...
2
votes
1answer
1k views

image attachment to a mail.. how in android?

i can pick a image and its path using intent. with the use of that path of an image. i have to set that image as attachment of the mail's body content. how its possible in android???
1
vote
1answer
34 views

Android gallery dynamically resize height

Good day, i want to make horizontal gallery to perform custom views: for example a want to have an array of products with its' description, price and photo, i build custom layout and override getView ...
1
vote
0answers
28 views
+50

How to zooming whole gallery?

I try to display images with gallery view and it works fine, now I would like to add a zoom but the WHOLE gallery, not selected image. The point is that all images are expanded and increased spacing ...
1
vote
2answers
50 views

Android Gallery Import

I am using gallery picker for picking an image from gallery. The photos taken by the camera in portrait mode is shown in the gallery as straight. But when I import the photos, i get the photo as ...
1
vote
0answers
45 views

remove and add view NPE, honeycomb, android

I have LinearLayout areaForGalleries programmatically filled with Gallery components, one after another. onItemClick method in each gallery removes it from areaForGalleries and adds it to ...
1
vote
1answer
82 views

Android: Custom Gallery setSelection() issues

I have an extended BaseAdapter that has LinearLayout children (an ImageView and a TextView in each) hooked up to a custom Gallery. When I first launch my Activity, I want to call ...
1
vote
1answer
90 views

Android 3.0 Gallery & Webview NullPointerException

I'm currently experimenting with the Android Gallery. Instead of imageViews I used webviews. These webviews are not clickable so the gallery can be swiped left or right. But on a longclick the ...
1
vote
1answer
24 views

Graphic UI with one lisview below and one rotate image above

I would like to create the UI like the image below in the bottom: like a gallery or rotate image, i don't know exactly. Thanks!
1
vote
1answer
37 views

Cannot perform proper view paging in Android GalleryView

I'm trying to use Android GalleryView to implement a view that can scroll horizontally as well as vertically, similar to the Google Music application. However, if I place a ListView inside a ...
1
vote
1answer
50 views

Changing text color of Android Gallery

Ive got my mail gallery class: public class sub_gallery extends Gallery { public sub_gallery(Context ctx, AttributeSet attrSet) { super(ctx, attrSet); // TODO Auto-generated constructor stub ...
1
vote
1answer
128 views

Android image from gallery intent

Why when I load an image from the gallery with the intent, this is not rotated. As if viewed through the Android Gallery that is rotated? =========================================== I solved this ...
1
vote
3answers
101 views

How to Copy Image File from Gallary to other Folder programatically in Android

i want to pick image from Gallery in and copy it in to other Folder in SDCard. Code to Pick Image from Gallary Intent photoPickerIntent = new Intent(Intent.ACTION_PICK); ...
1
vote
0answers
97 views

Prevent Gallery from Scrolling on Item Selection

How can I prevent a Gallery from scrolling when an item is selected? OnItemClickListener has so far been unsuccessful for me. gal.setOnItemClickListener(new OnItemClickListener() { public void ...
1
vote
1answer
52 views

Why i am not able to take image from camera but can able to get image from Gallery in android?

I am using this code to fetch Image from gallery: fromGalleryButton.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { ...
1
vote
2answers
142 views

Gallery widget with SpinnerAdapter has getView called once for each element on load

I have a regular Gallery widget. For some reason, the getView method in my adapter is getting called once for every single element in my list of items. Effectively creating all the layout elements ...
1
vote
1answer
193 views

inflate custom Gallery Layout change properties fail

I tried to build my first custom gui element but I get problems when I try to change appearance or adapter (using Gallery) later in code. My Problem: I can't change Custom Gallery properties My ...
1
vote
1answer
70 views

Check if the device has an application to pick “media/*” from Gallery

I'm developing an application that allows the user to pick an image from the gallery, but I want to be able to select images or videos when possible. So far if I change: Intent intent = new ...
1
vote
1answer
144 views

Delete Droid thumbnails

In my application, I use a GalleryView to display thumbnails. I also have some code to delete a photo. However when I refresh the GalleryView, the thumbnail for the deleted photo is still there. Aside ...
1
vote
1answer
98 views

Android Custom layout in gallery

Hi i am putting custom layout in Android 'GalleryView' i have following code in my getview() method. But its giving Exception The specified child already has a parent. You must call removeView() ...
1
vote
1answer
27 views

Why I am not able to getProper Text Value while Viewing Gallery in my application?

In My Application i have Implement the Simple Gallery Demo. Here i am going to set text Value according to user viewing the gallery. Here is my Code for GetView method of Image Adapter class: public ...
1
vote
0answers
117 views

How to make the images in the GalleryView come to initial position after completion of Scroll?

I will consider a simple GalleryView which consists of few images.I will scroll from left to right or vice versa and then leave. As of now (as shown in the 2 images below) the gallery stops in the ...
1
vote
1answer
92 views

Create android gallery view in java file

I am comfortable with creating the gallery in the xml and then using it in the java file. However, I am trying to create a new gallery view in the java file. Reasoning is I am not sure at launch how ...
1
vote
2answers
153 views

Change the Gallery View for the button clicked in android

I have three buttons Image , Videos , Audios. I want to change the views in gallery with the audios , videos , images resources when corresponding button clicked so that only related image of the ...

1 2 3 4 5