Tagged Questions

Displays an arbitrary image, such as an icon. The ImageView class can load images from various sources (such as resources or content providers), takes care of computing its measurement from the image so that it can be used in any layout manager, and provides various display options such as scaling ...

learn more… | top users | synonyms

45
votes
5answers
36k views

How can I get zoom functionality for images?

Is there a common way to show a big image and enable the user to zoom in and out and pan the image? Until now I found two ways: overwriting ImageView, that seems a little bit too much for such a ...
22
votes
9answers
32k views

how to load an imageview by url in android?

for example i have an image's url: http://java.sogeti.nl/JavaBlog/wp-content/uploads/2009/04/android_icon_256.png i want to load this link image into my imageview in my project.how?
20
votes
3answers
20k views

Border for an Image view in Android?

How can I set a border for an ImageView and change it's colour in Android?
17
votes
3answers
11k views

Custom ImageView with drop shadow

Okay, I've been reading and searching around, and am now banging my head against the wall trying to figure this out. Here's what I have so far: package com.pockdroid.sandbox; import ...
17
votes
3answers
13k views

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 JPG images around 600x800 pixels. Since my content may be a bit more ...
10
votes
6answers
3k views

Positioning an image inside an ImageView with max height and max width set

I have an ImageView with max height and max width both set to 100. The figure below is clearly not a square, but you can use your imagination ;) Figure 1: ...
9
votes
3answers
9k views

android: stretch image in imageview to fit screen

I have an imageview that has its height and width set to "fill_parent" with a linearlayout that has the same values set. So i suppose this should set my images to fit the screen. But it only fits like ...
9
votes
3answers
15k views

android imageView: setting drag and pinch zoom parameters

this is my first post on here! :) Anyway I am currently developing for Android (my first app) an application which lets users see the subway map and be able to pinch zoom and drag around. I am ...
9
votes
3answers
4k views

Does android:scaleType=“fitCenter” only work with fix Layout_width and Layout_height attributes?

I use Layout_width="fill_parent" and Layout_height="wrap content". If an image is bigger than the ImageView, it will be downscaled perfectly. However, I never got it working to upscale smaller ...
9
votes
2answers
10k views

Android — How to position View off-screen?

I'm trying to animate a simple ImageView in my application and I want it to slide in from the bottom of the screen and come to a resting position where the top 50px of the view is off the top of the ...
8
votes
2answers
384 views

How to draw a circle after zoom in android

I am using Image view and drawing overlay image using layerDrawable. I have used two bitmaps original and myBitmap. After zoom I am not able draw circle in correct location, it's drawn in different ...
8
votes
1answer
1k views

Difference between a clickable ImageView and ImageButton

I'm just wondering if there is any significant difference between an ImageView that's set to be clickable, compared with an ImageButton? Is there any reason for using one over the other? Is there any ...
8
votes
5answers
5k views

Android Text over image

I have an imageView with an image, over that image I want to place a text. How can I achieve that? Thanks, A.
8
votes
2answers
5k views

replace selector images programmatically

I have an ImageView that has a drawable image resource set to a selector. How do I programmatically access the selector and change the imgages of the highlighted and non-highlighted state? Here is a ...
8
votes
5answers
12k views

android multitouch image zooming?

I'm displaying an image on full screen now i want to zoom it in or out. Any one guide on how I can implement multi touch image zooming? I am using the 2.1 sdk version.
7
votes
3answers
272 views

Should i resize the bitmap before adding to a ImageView or let the ImageView resize the Bitmap?

i have a simple question: Should i resize a bigger bitmap before adding to a ImageView or let the ImageView resize the Bitmap? What's the right way, regarding performance? Thanks
7
votes
10answers
2k views

Trying to get the display size of an image in an ImageView

I'm trying to get the real size of an image displayed in an image view. Actually my image is larger than the screen and the imageview is resizing the image to diplay it. I'm looking for this new size. ...
7
votes
2answers
9k views

Android Drop Shadow on View

I have done some extensive searching for code examples on this but cannot find anything. In particular, I am looking to add a shadow to a png drawable I am using in an ImageView. This png drawable ...
7
votes
1answer
2k views

Android imageview not respecting maxWidth?

So, I have an imageview that should display an arbitrary image, a profile picture downloaded from the internet. I want this the ImageView to scale its image to fit inside the height of the parent ...
7
votes
1answer
20k views

How do you setLayoutParams() for an ImageView?

I want to set the LayoutParams for an ImageView but cant seem to find out the proper way to do it. I can only find documentation in the API for the various ViewGroups, but not an ImageView. Yet the ...
6
votes
1answer
84 views

Using ImageView for panoramic view

Is it possible to use ImageView to draw a panoramic picture? I.E. When you scroll to the end of the right edge of a panoramic picture, it should start showing the left edge of the picture. I know ...
6
votes
2answers
2k views

ImageView: adjustViewBounds does not work with layout_height=“fill_parent”?

I'm trying to place in single row the EditText with the ImageView on the left. But I can't get the image to be scaled properly to match the height of text entry. The layout is simple: ...
6
votes
1answer
5k views

Android ImageView size not scaling with source image

I have a few ImageViews inside a LinearLayout. I need to scale down the ImageViews so that they maintain their aspect ratios whilst fitting inside the LinearLayout vertically. Horizontally, I just ...
6
votes
3answers
4k views

How to get the Dimensions of a Drawable in an ImageView?

What is the best way to retrieve the dimensions of the Drawable in an ImageView? My ImageView has an Init-Method where i create the ImageView: private void init() { coverImg = new ...
6
votes
2answers
3k views

Grid of images inside ScrollView

I'm trying to create a screen with both text and images. I want the images to be laid out like a grid, as shown below, but I want them to have no scroll functionality other that the one provided by ...
6
votes
1answer
14k views

Set image from android.R.drawable in image view android

i know how to set image/icon from our res/drawable <ImageView android:id="@+id/ImageSearch" android:layout_width="wrap_content" android:layout_height="wrap_content" ...
6
votes
5answers
9k views

Android: Scrolling an Imageview

I have an ImageView that is twice the height of a normale screen ( 960 dip). I would like to scroll it nicely up and down on the screen. The bottom of the screen should contain a button. I have tried ...
6
votes
2answers
3k views

Inflated ImageView to put in GalleryView isn't the right size

I am trying to inflate an ImageView that scales a Drawable that I can display in a GalleryView. My code to inflate the view seems to work fine, except that the attributes of the ImageView are not ...
5
votes
1answer
556 views

Gallery setSelection does not fires image selector

I have gallery widget, when you scroll it, currently selected image has border - just simple selector, like this <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item ...
5
votes
1answer
573 views

Android 2.3: Grow/Shrink animation bug?

For my application, I'm trying to add a [grow/shrink + alpha change] animation to each ImageView in my layout. I managed to get the animations working and have each of the animations persist after ...
5
votes
4answers
646 views

Unwanted padding around an ImageView

i need to include a header graphic in all of my activities/views. the file with the header is called header.xml: <?xml version="1.0" encoding="utf-8"?> <FrameLayout ...
5
votes
2answers
2k views

Android - Rotating an ImageView with finger moves other views around

I've been learning Android for about two weeks now (expert in as2/3). I have create a simple linear layout, in which is contained an ImageView, containing a png of a vinyl record (just a circular ...
5
votes
3answers
3k views

Why are there extra pixels around my Android GridView?

I have a GridView in my Android application that has a number of ImageViews in it. The space on my screen is limited and I want the images to take up as much of the available space as they can. ...
5
votes
2answers
16k views

How to set margin of ImageView using code, not xml

I want to add an unknown number of ImageView views to my layout with margin. In xml, I can use layout_margin like this: <ImageView android:layout_margin="5dip" android:src="@drawable/image" /> ...
4
votes
4answers
153 views

How to create this view (Layout)? [closed]

Possible Duplicate: How can I implement a 'Lettrine' render in android? In my applications i want to show news ( from databse ) in a view, for that i have to create this type of ...
4
votes
2answers
468 views

Make differents between setOnClickListener and setOnTouchListener

I need some help. In my android app I have a ViewFlipper that contains some LinearLayout. On every LinearLayout I have a ImageView. For switching between screens I use this code : LinearLayout ...
4
votes
2answers
89 views

How to get Image name in java?

i want to get image name in android for example, ImageView img = (ImageView)findViewByID(R.id.MyImage); img.srcName() // it should return following android:src="@drawable/abc" is it possible or ...
4
votes
2answers
224 views

How to make an Image as large as possible while maintaining aspect ratio

I have an image which is smaller than the container I would like it to fit inside of. I would like the image to stretch, keeping it's aspect ratio, to it's largest possible size. To illustrate this ...
4
votes
2answers
64 views

Need help for displaying message text with images as a list

I need to start an application that contains a list of text with images. I need to display these text messages in a list with images. I am displaying these messages with images by using linear layouts ...
4
votes
3answers
2k views

findViewById in fragment android

I am trying to create a imageview in a fragment which will refer to the image view element which I have created in the xml for the fragment. However, the findViewById method only works if I extend the ...
4
votes
3answers
2k views

Android ImageView adjusting parent's height and fitting width

Update : I solved this issue by using the method described in this answer I'm a bit stuck with this issue, which I think should be pretty simple. So my app downloads an image, and renders the bitmap ...
4
votes
1answer
1k views

android 9-patch graphic doesn't scale in image view

I have <LinearLayout android:id="@+id/LinearLayout01" android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="horizontal"> <ImageView ...
4
votes
1answer
3k views

Android ImageViewer class supporting Pinch-Zoom and Scrolling

I am searching an ImageViewer library that opens an image in my application for a given URI (the image fetched by a webservice is already stored within my application in a secured place). I really ...
4
votes
1answer
2k views

Draw a Image on FullScreen mode Android

I already know how to get my Activity as fullscreen on Android, now I need to draw a Image in this screen. This is my XML layout. <?xml version="1.0" encoding="utf-8"?> <LinearLayout ...
4
votes
7answers
5k views

How can i give imageview click effect like a button in Android?

Hi I have imageview in my android app that i am using like button with onClick event given , but as you might guess it is not giving imageview a clickable effect when clicked , how can i achieve that ...
4
votes
1answer
1k views

Show Context Menu With Short Click not Long Click

I have a problem with the contextual menu, I have a control "ImageButton" when you make a long click displays a context menu. I need to display the contextual menu with a short click, not a long ...
4
votes
3answers
953 views

Setting Android images from string value

Currently I'm drawing a PNG image in my Android application like so: ImageView image = new ImageView(context); image.setImageDrawable(context.getResources().getDrawable(R.drawable.testimage)) If I ...
4
votes
3answers
2k views

Android ScrollView adds extra padding on top and bottom of child imageview

I have a problem with rendering a ScrollView. Essentially, the layout is fixed header and footer with a scrollview in the middle. The idea is that when the screen keyboard is activated for the content ...
4
votes
3answers
12k views

Show Image View from file path in android?

I need to show image by using File name only not from the Resource id. ImageView imgView=new ImageView(this); imgView.setBackgroundResource(R.drawable.img1); I have the image img1 in the ...
4
votes
1answer
357 views

Android: How to start an infinite animation applied on an ImageView after the Activity with the animated View has been resumed?

I just read this: Android: How to stop an infinite animation applied on an ImageView?, I tried it and it works perfectly, I set the animation in the onCreate() method of my Activity using ...

1 2 3 4 5 24