Displays an arbitrary image, such as an icon.
0
votes
1answer
19 views
Change an icon in an Android ListView entry when pressed
I am currently trying to implement a ListView in Android that features rows with an icon and a describing text. When the user presses a row, the background color should change and the icon should be ...
3
votes
0answers
10 views
How to know whether View inside Scroll is Visible completely or no
There is scroll view between header(at the top of screen) and Tabs(Bottom of the screen). I want to know that whether the ImageView which is inside the ScrollView is fully visible or not on phone ...
0
votes
0answers
11 views
How to Zoom and rotate an Imageview to fit mobile screen diagonally via Anim (XML)
I have an image view, i want to rotate and zoom in such a way it should fit the android device screen diagonally.
here is the result i m getting.
Note: QR-CODE Attendance Kiosk is my png Image ...
0
votes
2answers
28 views
set bitmap which was created from RelativeLayout to imageView
I have RelativeLayout and I want to convert it to the Bitmap like this:
public static Bitmap getBitmapFromView(View view) {
if (view != null)
{ Bitmap returnedBitmap = ...
1
vote
0answers
16 views
ImageView -> getScaling / position of image (where does scaling happen)
I want to get the exact position and size or at least the scaling of the image contained in an ImageView, because I need another ImageView on top of it with the same size for drawing.
My original ...
-2
votes
0answers
34 views
Can't load image from valid URL (works in Browser) [closed]
I'm using this code for show image from URL but its shows exception below :-
exception
05-20 10:30:34.088: W/System.err(2701): java.io.FileNotFoundException: http://xxx.xxx.xxx/xxxxx/image/471_i.jpg
...
2
votes
1answer
51 views
Not removing particular item in Arraylist
I have a EditText with ImageView Plus .
On click of ImageView Plus I'm inflating new layout with EditText and ImageView Minus.
Now, On Click of ImageView Minus. I want to remove the inflated ...
0
votes
0answers
19 views
CountDownTimer - glEndTilingQCOM: 0x502
I have a countdown timer, for every tick I am changing the image in the imageview. It is working fine in sony xperia which runs in icecream sandwich. When I tried the same in another sony xperia which ...
0
votes
1answer
15 views
A beautiful imageview frame and an animation
I'm searching over the Internet a beautiful frame/border to insert for an image in an imageview....i'm not able to find nothing good.
Now I have this code that insert just a black border, but I would ...
1
vote
0answers
19 views
Rendering math functions in Android with JLatexMath
Im' trying to render and display in real time a math functions into my android app... I founded some libraries and i'm trying to use JLatexMath. I've created a ImageView into my layout but i dont't ...
0
votes
1answer
42 views
How to put a static ImageView on a screen
I'm recently learning Android Development which is pretty difficult. I face problem while trying to put a image in the middle of the screen. So far, I have two image buttons and a text. I added the ...
1
vote
2answers
28 views
Android dividing a little part of screen vertically
I have two images next to each other.
Sure I am using "dp" as size, in some screens images become little and in some screens not. It's what dp does.
I don't know what I must set their sizes. 50dp, ...
0
votes
1answer
14 views
Scroll view with Button, ImageView and viedoView
I try to make scroll view with button, imageview and viedoview.
I create dynamically from my code.
When i put button with video, i can see the both of them. The same with button and imageView.
My ...
0
votes
0answers
7 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
2answers
35 views
How do I remove extra space above and below the imageview?
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@color/light_grey"
...
0
votes
0answers
16 views
A Dingy ImageView
I have an Image view in my activity. The First Activity. What I want is to animate it up to down ( Half the screen ) and then go a bit up and just stand there. I used the fade_in and fade_out ...
0
votes
0answers
13 views
Precise Images and Many Devices
I'm creating a Splash image using Photoshop. I need to know what should be the size of the image so that it works good across all the devices. I know I should create a lot of images so as to get it ...
1
vote
2answers
42 views
Android - How to place icons on full-screen image in the same place for all screen sizes and densities?
I have image and I want it to be full-screen in the layout. Then I want to place icon on a particular place of the image; the problem is that the icon doesn't lie on the same place when I run the ...
0
votes
2answers
37 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
How can create a panorama mode image viewer in android?
Now I am create an app for viewing panorama mode images. How can I create an image viwer for displaying panorama mode images(just like str).Any one please help me....
0
votes
2answers
25 views
Loading image to ImageView and having it occupy certain space
I have an image that is say 45 by 45 pixel and I have it scaled appropriately in the 3 different drawable folder. Now when just load it on the screen it looks bigger than I want. If I want it to be ...
0
votes
1answer
41 views
Android, How to retrieve the image previously save and display when required
I used this code below to save an image taken from the camera intent, to a folder in the gallery, which worked great. I'd like to retrieve the image to display on an ImageView within an activity when ...
0
votes
1answer
34 views
how to smoothly move a image- view with users finger on android emulator
Every thing is fine in first time when I move ImageView on the screen, but in second time ImageView doesn't move properly.
This is what I have done so far.
img.setOnTouchListener(new ...
1
vote
1answer
25 views
Set ImageView from SDcard to match_parent height?
So I have an ActionDialog that saves a signature. When I set the ImageView to the new captured signature it is way too tall. Below I will illustrate the problem
Right now at default the screen looks ...
1
vote
1answer
39 views
Set ImageView from Bitmap (null pointer exception)
So my app has an ActionDialog which contains a blank canvas as the interface with simple cancel and save buttons. What is happening is best demonstrated in a brief illustration
Screen layout before
...
0
votes
1answer
31 views
Android - Image zoom library
I have this kind of use-case
User is looking at ImageView, this ImageView should implement two types of gestures:
Swipe left/right to move to previous/next image
Zoom image (two-fingers, ...
2
votes
1answer
36 views
android interface error ImageButton
Hi i have an app that is a gallery of images.
The problem is that, i have buttons to move between images on the center of the app and i want them at 75% of the margin of top.
The question is : Can i ...
0
votes
2answers
30 views
Rotate image from center point in imageview
I want to rotate an image. I found this useful post and it's work great but it seems rotation in android start from bottom left corner. I need to rotate my image from center point. Is it possible? If ...
0
votes
1answer
31 views
Android ImageView Matrix to Texture Matrix
It has been quite a while since understanding Matrix calculations and mapping them to expected results. It's sort of intimidating. Curious if there is anyone out there who have done mapping from an ...
0
votes
0answers
30 views
How to lock a scrollable TextView on top in a FrameLayout?
I am making an android app. I have a FrameLayout which contains an ImageView and a TextView, as shown below:
<FrameLayout
android:layout_width="match_parent"
...
-2
votes
1answer
33 views
Texture of ImageView in Android [closed]
I want to do any border in my image view in android, something like in image below:
Do you see Rio Ave and Benfica? How to do some border in image like this?
Cumps
0
votes
0answers
20 views
Is it possible to view a pdf image on android imageview
Hello I am looking at a type of drawing application that views images and would like to mark them up. Now I can load regular jpg and pngs, but our client has images in a pdf file. I am wondering if ...
0
votes
0answers
16 views
Set image and textview
I want to display textview and image view like dis as shown
xxxxx
sometext1 xxx
sometext1 xxxxx
sometext1
Guys please help me...i am stuck with ...
1
vote
1answer
62 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 ...
0
votes
1answer
34 views
Using a counter inside a java.util.Timer in Android Activity causes app to crash
I'd like to accomplish something which I would think to be simple, but is turning out to be a hassle.
I have a loading screen with a picture, and I'd like for it to fade in and out as the application ...
0
votes
0answers
19 views
Generate smooth frame animation while using AnimationDrawable in android
i am new in android and with the requirement i want to move one point like thing in the straight line below image indicate the point and straight line
image:-
second image:-
so in that way i have ...
0
votes
0answers
10 views
Why TouchImageView does not show image in fullscreen?
does somebody know how to show an image in fullscreen, when using TouchImageView class, from @Mike Ortiz? The image always appears shrinked, and I can not figure out how to solve this.
0
votes
3answers
45 views
Add custom image to Dialog
What I was trying to do is an app that read QR-CODES (referred to images) and just after the reading, showing a Dialog with the image related to the QR-CODE and the description taken by a database.
...
0
votes
2answers
40 views
How to set a border for android Imageview in Longpress?
In my android application I want to set the border to the ImageView when it is long pressed. I want also to remove the same(border) when the user releases the view. Please anyone, help me in this?
...
1
vote
1answer
44 views
Android ExpandableList - Image Loader - Simple Adapter
i need very much our help.
I need create a expandableListView and put inside more images loaded to url.
Now i have this:
i take the text to file xml but i dunno how show in image my image dinamic.
...
1
vote
1answer
82 views
how to apply Dynamic shadow to imageview in android?
I am facing problem to apply shadow effect to imageview. I tried with this. I need to apply shadow like follwing image. Rectangular is my imageview.
NOTE : Shadow color is dynamic. Means it may ...
0
votes
3answers
34 views
How to check if an imageview has an image in it and skip over the image to the next imageview
Kinda like hangman
how to skip over the imageview if something is in it and check to see if something is in it
trying to check the imageView if there is an image in it
CODE
final boolean ...
-1
votes
0answers
23 views
Android Camera Image issue [closed]
I am working on application in which i need to capture a image from camera and load it on Activity. My application properly work on gingerbread and honey comb and other old android versions. but it is ...
0
votes
5answers
43 views
Showing Images on a layout
I am having this code and require the following position of images.But as I used Relative Layout, & the Images are not aligning properly in all the devices, Some are overlapping the images.
Edit: ...
1
vote
0answers
34 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
0answers
20 views
Get a specific swiping ImageView in Android
I implemented a dynamic swiping ImageView from a folder with many pictures (with a PagerAdapter). It works, but now I would like to add specific actions on my tabs (in the top menu of my app) to go to ...
0
votes
0answers
18 views
getting the thumbnail from embedded vimeo video link [duplicate]
I want to retrieve the vimeo video path and display the video name and thumbnail in list view. I tried searching tutorial for getting the vimeo video thumbnail on many website, but didn't get ...
0
votes
3answers
45 views
adding image over another image
I want to develop an appstore. I want to add a label (like "new" or "hot" labels) on top of the icons automatically. like this image
How is it possible? I mean I can change visibility of the image ...
0
votes
1answer
53 views
Animate ImageView
Currently I'm developing a game.
This is the details of my game:
User should choose the correct image object.
I want the images to accelerate from left to right. and when they reach the end, they ...
0
votes
1answer
55 views
OutofMemoryError while trying to construct Bitmap from byte Array
I am fetching byte array from blob type while is stored in db, it works for small image but when image size is more than 200kb it gives me an error of outofmemoryerror.
What should i do to overcome ...











