Displays an arbitrary image, such as an icon.

learn more… | top users | synonyms

2
votes
0answers
91 views

How to make automatic onClick and update mark image in Gridview

The first question that I have is that I have downloaded from the Internet MarkableImageView class to add a marker to an image I have already selected. The class is as follows: public class ...
0
votes
1answer
38 views

Setting one of 2 ImageViews transparent/invisible, shows white screen

I am a newbie and have been working on this for a couple of days now without any success. Somebody's help would be very appreciated. I have two ImageViews, one behind the other in an Activity. I ...
0
votes
0answers
53 views

How to flip a imageView in 45-degree in Android?

I have known that imageView.setRotationY(degree) can do a horizontal(0-degree) flip, and imageView.setRotationX(degree) can do a vertical(90-degree) flip. What if I want a 45-degree flip? ...
1
vote
0answers
22 views

Scaling ImageView in Android XML

When scaling an ImageView in XML. Is there a way that instead of using android:layout_width="100dp" and android:layout_height="100dp" to scale the image proportionally like doubling/trebling the size ...
0
votes
1answer
114 views

Android lazy images ViewFlipper

I have a problem. I have fragment with ViewFlipper and some string data array (images urls). How do I do a lazy load of these images and show progressbar until the image is loaded(And caching them ...
0
votes
2answers
99 views

convert bitmap value to Imageview

I am fetching image from mysql through php and fetching it using asyntask<> $b64image value is getting in my android code. <?php include("db.php"); include("database.php"); ...
1
vote
1answer
51 views

ImageView does not show up when added to a TableRow programmatically

Here are the relevant code bits: <HorizontalScrollView android:id="@+id/cards_scrollview" android:layout_width="wrap_content" android:layout_height="wrap_content" ...
0
votes
0answers
46 views

How do I show view in half on ViewPager

I use Viewpager for photos to show. but I want to show half of the View and when on touch The other half will be appear. Finally, It would show 6 times for 3 Views. is it posibble? what I want to ...
0
votes
2answers
39 views

My app crashes when I run it on my phone

I just started getting into android app programming and I'm learning everything off the internet. But when that happens it's pretty hard to really understand each and every one of the examples and the ...
0
votes
2answers
64 views

how to clear the empty space while image is null?

I'm new to android domain. My problem is.. I'm getting a empty space in the image view. From the database im retrieve the image as string and stored in array and displaying. When im getting null in ...
0
votes
1answer
113 views

How to configure a image pop up for android using eclipce?

I'm working with a list of ImageViews, while I would like to each one be clicked on, an image appear as a pop up. Currently got a good result, but a lot of work, I created a new xml file for each ...
0
votes
0answers
42 views

Simple Adapter + Animation + ImageView

I have a few days looking for a solution and could not find So I wont ask you to help I have two LinerLayout in one Activity which slide. Ferst layout is a ListView wiche show the list of date ...
-2
votes
2answers
66 views

Image loaded from a PHP script isn't displayed in ImageView

I want to fill an ImageView with an image saved on my localhost. I can display it in a browser fine but it doesn't get displayed in my ImageView. PHP script to display image: <?php ...
0
votes
0answers
44 views

onFinishInflate in ImageView in android

I am implementing customImageview extending Imageview, I need to implement a layout inside CustoImageview, i tried with OnfinishInflate() method, but its not working public CustomImage(Context ...
0
votes
1answer
11 views

Designing linear layout

I am trying to design a layout which is containing 2 textView at the rightside of imageView. I know that it is easy to design it with Relative layout. But i want to design it using linear layout. ...
1
vote
2answers
41 views

how to display below contents by clicking on heading android?

i am working on custom gallery here i fetch the images from sdcard and display it in grid view from mentioned date below, I. what i have is : 1/1/2001 image 1, image 2, image 3,... 2/1/2001 image ...
0
votes
1answer
76 views

ImageView Scale Type incorrect inside of a GridView

I have a GridView with 4 columns and n-rows. Each cell is simply an ImageView. My custom adapter's getView() code looks like this: @Override public View getView(int position, View convertView, ...
0
votes
1answer
21 views

can still see imageview even when invisible during rotation

I don't understand why this is happening. I set imageview so that it is invisible. Then rotate it. However I can see the imageview flicker on and off the screen. How come setvisibility isn't working ...
0
votes
1answer
22 views

Fill screen with ImageView on tap

I have a ListView in my application that has both text and images in it on each row. Now, when the row is clicked I'd like to zoom the image to fill the screen. On the next click it should collapse to ...
0
votes
0answers
80 views

javaFX image redraw with zoom option resize

Up to now I have this code that letts me load an image and zoom.I want when I zoom to resize the image so I cant draw on that image using canvas. InvalidationListener listener = new ...
0
votes
0answers
28 views

Android Image View Scale Issue

I have an image of a tree and I would like it to grow incrementally when a button is clicked. I have written a scale animation which works, but I am having some alignment issues. I want the tree to ...
0
votes
2answers
73 views

Android Image Size Limitation

So I seem to be running a problem on an Android program I'm writing. I'm still a noob, so please help me out understanding the problem and how I can solve my issue. I'm creating a simple game and I'm ...
1
vote
0answers
53 views

Layout Weight Parameter Removed After setImageBitmap

I have a weird situation. I have a relatively simple layout with some rows and an image. My layout looks like this (high level drawing): The red square is an ImageView, the others are ...
1
vote
2answers
344 views

Android listview item display text over image using array adapter

I have overloaded the getView method of listview to populate custom style of list item. This is what currently it looks like:!! Red color is to just show the background of listview item Here I ...
1
vote
1answer
69 views

Returning BitmapDrawable in ImageView

I am creating a list of favorites cars in Android app in MVVMCross. My problem is with dynamic loading images on that list. My point is that ImageView of per car is getting ID of picture which ...
0
votes
0answers
76 views

Getting current image from horizontol scroll view android

I am trying to make a simple image gallery through which I can set wallpaper; I am using the below code to fetch the files from download folder and display it in scroll view. I am able to do that, ...
0
votes
2answers
30 views

ImageView widget rotator

I'm developing an android widget application that displays some images in a loop. This widget simulates a website image banner rotator. I'm using a ScheduledExecutorService to execute the task that ...
0
votes
2answers
78 views

Proportionally size an imageview in Android

Suppose you have this <ImageView android:id="@+id/mainImageView" android:layout_width="match_parent" android:background="@drawable/mylogo_250px60px" /> I would like to ...
0
votes
4answers
51 views

image loading on iPhone but not on iPad

I'm trying to load an image to an imageview in an app made for iphone but is also supposed to have support to be run on ipad. so when i load an image in the iphone simulator, it works fine but when i ...
1
vote
3answers
160 views

Android ImageAdapter setImageResource

Below are my codes. I'm trying to retrieve images from my sd card into a gridview. I am having problems with my codes. I cant figure out how to set images into my imageview. I got the error "The ...
1
vote
1answer
88 views

How to get XML content with matching tags in Pull Parser for Android?

I am trying to use the Pull Parser in Android to get values of image2 and image3. <item> <title>Title Goes Here!</title> ...
0
votes
1answer
88 views

android image animation in ludo game

i have a layout of ludo board in which i want to move my tokens according to dice's number.like if dice roll number is 6 which image view we will click should move 6 and if it is 4 then 4 place ...
0
votes
0answers
41 views

Add color layer to ImageView

I have a gridview with a background with ImageViews inside (sometimes are drawables and other are transparents and we see background). In some elementes I want to add a color layout like wather ...
1
vote
1answer
57 views

Is bitmap can be used after it's been garbage collected?

I was watching this video, that talks about memory allocation for bitmaps and garbage collection: DevBytes: Bitmap Allocation Chet is talking about how it was managed by the developer prior to SDK ...
1
vote
1answer
98 views

Google Map v2 ImageView remains invisible even if set as visible

I need to show and hide an ImageView based on the user's behavior. I set the ImageView to be invisible in onCreate() and I try to make it visible again when the user selects an item in the ...
0
votes
0answers
39 views

Android: better way to rearrange/move views on a scrollable, boundless “canvas”

Im pretty new to Android, so forgive me when i ask stupid or weird stuff. I am experienced in iOS development - so im familiar with the terminology in mobile development and so on... What i want: An ...
0
votes
0answers
32 views

Fetch Current image from horizontol scroll bar android

I am trying to make a simple image gallery through which I can set wallpaper; I am using the below code to fetch the files from download folder and display it in scroll view. I am able to do that, ...
1
vote
1answer
174 views

Android - Display background image in ListView

I am a newbie in android. I have started android for only 2 days. I have tried googling on what I needed to do to make the background image in a listview, but all the codes were all too complicated ...
0
votes
1answer
135 views

ImageView width does not match parent

What I have: ScrollView, inside it LinearLayout (orientation="vertical", layout_width="match_parent", layout_height="wrap_content"), inside it ImageView (layout_width="match_parent", ...
0
votes
1answer
155 views

How to cache imageview in listview?

I am having the same problem as this guy Listview shows wrong images I saw the solution that I have to cache it. But in my cache, I am not sure how to apply the cache given in the solution. I keep ...
0
votes
1answer
35 views

Android: Handling image scaling and quality

I am willing to accept a compromise of the assumption of a screen that is 480x800. I have a title image for my app that is 220x40. The text is clear and sharp on my desktop display. The tutorials I ...
0
votes
2answers
118 views

button click shows next picture from database in android

So I have been scratching my head and trying to figure out how to do it. TO give some more info: I have a gridview with a bunch of pictures taken from a database. When someone clicks a picture, a ...
0
votes
2answers
50 views

Set ImageView in a static method

I have a method that needs to be called from another activity, and I need to use it to set an ImageView in it's own activity. I have this method in MainActivity: public static void ...
0
votes
2answers
69 views

Adding an ImageView to a parent Activity from a class

I would like to create a flexible class that I can drop into any project I create. This class will produce an image (ultimately, an image from a server) and place it on the calling Activity's view. ...
0
votes
1answer
41 views

Changing an ImageView of one fragment makes an unwanted change to the layout of another fragment

I have an activity that extends SherlockActivity and who inflates a view that contains 3 different fragments. fragment1: <TextView android:id="@+id/tvTodayCal" ...
1
vote
2answers
73 views

Unsupported image type when put a drawable in a xml imageView

When I'm referencing an image in an imageview by the code: <ImageView android:id="@+id/imageView2" android:layout_width="wrap_content" android:layout_height="wrap_content" ...
0
votes
0answers
120 views

Take photo with OpenCV Camera then set to ImageView

I have an OpenCV camera activity that saves a photo to memory when the screen is tapped. The camera is started with the 'Take Photo' button below in the MainActivity and I need to return to this ...
0
votes
1answer
30 views

ImageView in javaFx is not shown when i run it as webstart or in browser

I've been trying to load an image into an ImageView, and it works fine when I run it as a standalone app, but when I try to run it in the browser or as webstart it doesn't get shown. I've tried: ...
0
votes
1answer
40 views

Image with click effect

I am trying to do click effect in my custom ImageView class AvatarView. I am using that code: // **** Listener onTouch ****. // Añadimos un listener para su pulsación. ...
1
vote
1answer
99 views

Peculiar behavior with imageview and checkbox in gridview

I get data(imagepaths) from sqlite, so I used simplecursoradapter to show images in a gridview. In each gridview item, it contains an imageview and a checkbox as shown in the below code. Here my first ...

1 2 3 4 5 52