Displays an arbitrary image, such as an icon.

learn more… | top users | synonyms

0
votes
0answers
40 views

Extending ImageView. Make the scrolls work

i'm extending ImageView to reimplement OnDraw method, but i have some problems with scroll. Now I have this in XML file: <ScrollView android:id="@+id/ScrollView02" ...
0
votes
0answers
82 views

Drag&Drop and Scaling of imageView in Android view jumps back on start position

I programmed Drag and drop and scaling of an ImageView and it also works. But if I move it to a position and then want to move it again it first jumps to the start position. How can I fix this ...
0
votes
1answer
154 views

Rounded Corners on ImageView in ListView row

I have a user icon in each row in a lift view. I'd like one corner rounded. Here is what I have and it does nothing: <ImageView android:background="@drawable/profile_widget_selector" ...
-2
votes
1answer
78 views

Retrive photos from facebook album using android [closed]

Folks. I'm just a newbie to the android. I want to design an application to retrieve photos from a facebook album and view them into an imageview inside a layout on the fly . I've been googling for ...
2
votes
2answers
159 views

Unable to dynamically set image in an ImageView inside a TableRow

I have this LinearLayout and inside it, there is a button and a TableLayout with no rows till now, i'll add them dynamically. <LinearLayout ...
0
votes
1answer
30 views

ImageView populating dynamic value

Still new to android. Be gentle. I have read a number of articles about dynamically populating an ImageView. I need to do it in a certain way but I'm struggling with the correct syntax. Ironically, I ...
1
vote
2answers
28 views

Using multiple imageview from one source

I have one Imageview in my activity_main.xml and I'd like to draw two from this in a different position. I tried this without succes: image = (ImageView)findViewById(R.id.imageView1); image2 ...
0
votes
3answers
129 views

Detect UIImageView click in UITableViewCell

I have to make a call to specific number when imageview is clicked in tableviewcell.The number to which call is made is displayed in a label beside the imageview.But I couldn't get which cell is ...
0
votes
0answers
31 views

TextView on top of StateListDrawable

I'm trying to get my TextViews and ImageView to show up on top of a LinearLayout which I added a StateListDrawable to. I create my buttons like this: protected StateListDrawable ...
0
votes
2answers
84 views

Refresh ImageView

I want to create an android application that gives the battery status (%) in a textView. I also have an ImageView containing an image that I would like to change according the value of the battery ...
1
vote
3answers
121 views

Align two imageView with textView XML in android

I have a problem with my xml for android. I have this layout to use it in each line of a Listview (that works fine). I want to put two lines (head and body) of text, and align Right of the first line ...
0
votes
2answers
86 views

android imageview setvisibility

i want to change visibility of imageview if value= x but i have error message on eclipse. here is part of my java if (success == 1) { // products found ...
0
votes
0answers
19 views

imageview not loading the image.app is shutting down

I have an imageview and button in the xml file . loading the image1 and play song1.mp3 file.when the song is over it should load next image and play the song2.mp3 song it should go on until the last ...
0
votes
0answers
42 views

Multiple imageview on touch action listener

I have 4 views in the same activity. I want to move each Imageview on touch in whole screen, but it allow me to move in its width height. Each image view's layout height and width is wrap_content. ...
0
votes
2answers
44 views

ImageView not getting the image.App not loading in the emulator.NullPointerException

i have an imageview and button in the xml file . loading the image1 and play song1.mp3 file.when the song is over it should load next image and play the song2.mp3 song it should go on until the last ...
0
votes
0answers
44 views

Downloading High Quality Image in Android

The question is not about how to download images in Android. I have seen lot of questions and examples to do that. All works great. My question is that: I have some images which I have uploaded on ...
2
votes
5answers
100 views

how to send image from one activity to other?

I need send a imageview like i send the string "title", but i can't, how can i send a imageview (R.drawable.image) from mainactivity to secondactivity? THANKS MAIN ACTIVITY public void ...
0
votes
0answers
209 views

Set Wallpaper programmatically in Android

I am having problem of setting wallpaper in android.I have used the following code but its not working . Here is the code: final WallpaperManager wallpaperManager = ...
0
votes
3answers
85 views

Android TextView and ImageView not updating until the end of loop

So I'm fairly sure I'm using them correctly but for some reason I'm only getting the last update. for(int i=0; i<numImages; i++) { // Stuff processes here including getting a new Bitmap bmp ...
0
votes
1answer
57 views

Prevent Stretching of image in Scrollview in iOS

I am adding a few buttons to the scrollview. I am setting a background of the button with an image. When you see the output, the image seems to get stretched. I would like to avoid this. So I have ...
0
votes
1answer
70 views

Reference of R.java file in Android is not working

I have this issue... My android app has a settings menu to set an IP address and an image. I can validate the IP address with a regex and look up for the image in the root directory of my device, but ...
8
votes
3answers
336 views

Android Bitmap Memory Issue - Error: Out of memory on a 8294416-byte allocation

I am currently developing an app that goes through a story. The story contains "scenes" which contain multiple JPEG and PNG files that are displayed via ImageViews. I create the ImageView and add at ...
0
votes
1answer
97 views

Load Image in a custom list by SimpleCursorAdapter

I have a custom list that I am loading data in it by a SimpleCursorAdapter ..My list has an imageview that I want to change its image per each row of list..I used viewbilnder..but didnot get ...
0
votes
0answers
24 views

Change the image View from second application

How to change the images of imageview in 1st application from second application . source of that image is getting it from second application in Android? second application is wishing to change the ...
1
vote
3answers
198 views

Android zoom and rotate image view

Can anyone tell me example of image view which accommodates both zoom and rotate functionality on pinch. I am not able to find it out.
1
vote
1answer
108 views

How to inflate new copies of an ImageView object on a layout?

What I am trying to do is create N (in this case 9) copies of the ImageView object R.id.tile, place each of them at different coordinates on the layout, and give each its own unique identifier. ...
0
votes
1answer
29 views

Slide UIWebView over a ImageView (like safari)

I think the title says everything about my problem. The ImageView is not in the UIWebView. I want that the ImageView is pushed up by the WebView.
2
votes
1answer
87 views

Why is Android allocating twice as much memory as I expect for an image?

I'm loading an image resource in an Android application using setImageResource(), and for some reason this is using a lot of extra memory. This is what I see when the image is loaded: 03-29 ...
-1
votes
2answers
78 views

Adding a ImageView from a resource to a LinearLayout in the javacode

I am new to programming Android but have some experience with Java, albeit still pretty inexperienced. I'll firstly post the XML document so it's easier to describe. <?xml version="1.0" ...
2
votes
2answers
49 views

Sizing ImageViews Based off of Image Size

I know that the title makes it sound like it is a duplicate, but I think I have a very specific situation here that I can't solve from all of my searches. First, I have images that are specifically ...
0
votes
1answer
79 views

Why can't I get an imageview out of a gridview by position in android?

I'm trying to retrieve an imageview based on it's position in a grid view. E.g: int lastvisibleposition = gridView.getLastVisiblePosition(); int firstvisibleposition = ...
1
vote
1answer
303 views

how to draw line on imageview along with finger in android

In my app i want to draw line on imageview along with finger.I want the output like the following: In this screen fish is the imageview and red lines are drawing lines.So I followed the bellow link ...
-3
votes
2answers
95 views

Faster way to load an image from a URL and display it in an iPhone app

I am using the following code to display an image in my ImageView: imgbackBG.image = [UIImage imageWithData: [NSData dataWithContentsOfURL: [NSURL ...
-1
votes
1answer
47 views

Unable to get ImageView from xml in Android

I have little problem I write code in java file where under oncreate() method i set the contentview as setContentView(R.layout.main) but under this i need to access a imageview from another xml ...
1
vote
1answer
114 views

unable to display image in listview

I am unable to display images but the text is displayed. I have modified the code from http://mobile.dzone.com/news/android-tutorial-how-parse to the code below. I would prefer using SimpleAdapter ...
1
vote
1answer
195 views

How to create custom image view like custom list view?

I want to make one application which contains multiple choice question. Each question has three option. I want to show that option with one background image. And also want to change the color of that ...
1
vote
1answer
151 views

How to create multiple copies of ImageView object programmatically?

I have an ImageView object, R.id.tile, defined in my XML layout, and what I'm trying to do is create clones of it and place each of them at different coordinates. This is what I have so far: ...
0
votes
1answer
303 views

Android convert base64 encoded string into image view

I want to convert base64 encoded string into bitmap so i can put it in image view, but getting error like D/skia(7490): --- decoder->decode returned false and bitmap returns null value My code is: ...
1
vote
0answers
118 views

Double Tap Error while implementing Universal Image Loader and ImageViewTouch

I am implementing a photo gallery in my app, so I used Nostras famous Universal Image Loader. However, it does not provide zoom in/out and double tap features which are currently the norm with photos ...
0
votes
1answer
77 views

setImageDrawable image is blurred

I am using gridview for showing images as described here http://developer.android.com/guide/topics/ui/layout/gridview.html. My adapter getView() method is: @Override public View getView(int ...
0
votes
2answers
137 views

how to draw a line on imageview in android

In my app I want to draw a line on imageview.I want to write a line with finger when i touch it.This is my requirement.For that i googled alot And fallow the bellow link: How to draw a Line in ...
1
vote
1answer
180 views

load Image from assets folder to ImageView loses transparency

I hope someone can help me with this issue. I'm loading Bitmaps from the assets folder and displaying them afterwards. So far so good, and everything works pretty well except that all of my pictures ...
0
votes
1answer
33 views

Rotating imageview and its background without cropp

I've been searching a lot, but I can't get a solution for my problem. I can't use android:rotation as I want this app to be compatible with Android API under 11 version. My problem is something ...
0
votes
1answer
67 views

How to resize a Bitmap while runnning in Android

I have a Panel class, which extends SurfaceView. The panel fills my whole activity. Inside the panel I draw a Ball - Bitmap (and some other stuff(lines/squares)). I add some pseudo depth. Something ...
0
votes
1answer
56 views

ImageView shows the same image even after changing the bytes

I am developing an Android app in which I send images from PC to my Android phone via Bluetooth, and display them in an ImageView one at a time. When the user presses a "next" button, the next image ...
1
vote
2answers
144 views

ListView doesn't resize after rows become bigger loading images from asynctask

I have a ListView that is inside a TabHost. There's a custom CursorAdapter to return 4 different views into the list. One of the 4 types is an image pulled from either the SD or the assets folder. ...
1
vote
2answers
53 views

how to drag an imageview in an android application using touch

I'd like to create an app where i drag a bottle of water into the mouth of a character on the screen, similar to the android app Pou. I'm interested in knowing what would be the best way of doing ...
0
votes
1answer
265 views

(Android - xml) Gridview and ImageView scale type centerCrop

I'm trying to show a list of images in a GridView, and I want to crop only the center of the images in this list. So below is the layout of each image item: <?xml version="1.0" ...
0
votes
1answer
96 views

Invalidating and ImageView outside of the MainActivity thread

My MainActivity's contentView/View can be refresh by simply using invalidate() anywhere after calling: setContentView(R.layout.activity_main); But if I were to call a Dialog in my item select: ...
0
votes
2answers
139 views

Android : cannot read image in assets folder and assign to imageview

I have a file food.jpg in assets folder. I have try many ways. but I still cannot get this image into imageView. when run, instead of display image "food.jpg", it displays image that I have declared ...

1 3 4 5 6 7 52