This tag is for questions related to images on Android
-2
votes
0answers
18 views
IMage Upload not working for my coding
http://www.technotalkative.com/android-select-multiple-photos-from-gallery/
In the above link I downloaded the program its running good, but when i use the same in my program for button onClick its ...
0
votes
1answer
18 views
Image download and saving- android
I have some images in gridview. when i click on the image , the image will open in another activity. In that activity i had a save button. When the save button is clicked the image should download and ...
-1
votes
0answers
25 views
Android : Upload image in folder located on remote server
I am developing an application. The need of the application is As:
I want to upload image on server. I am able to do so by converting it in byte array and save that in data base.
But now i want to ...
0
votes
1answer
31 views
Resize the bitmap
Im my project I am capturing the image from Camera app and displaying image in listview by using following code .
MySimpleCursorAdapter:
public class MySimpleCursorAdapter extends SimpleCursorAdapter ...
-1
votes
0answers
20 views
Getting an image from stream and displaying it on a canvas
I have a server in java sending some image in byte to the client side I wanted to decode these byte from the stream, convert them into images and display them on the client side. I don't know how to ...
0
votes
2answers
45 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
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
46 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 ...
2
votes
1answer
17 views
Remote Content doesn't refresh
I got a bit of a Problem with my App, i use a .txt File for getting the right URL's to Display my Pictures that the App should show. Everything works fine. But if i change the Content of the Remote ...
0
votes
2answers
27 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
0answers
37 views
Error in httpconnection in android
I am working on an android app in which i have to upload an image to a server. I am using this link to do the same.
Everything is working fine but I am getting http connection error while trying to ...
0
votes
1answer
21 views
Download many images, then set and unset them as user scrolls to and away
My goal: Download many images and allow the user to scroll though them seemingly endlessly.
My issue: I am having trouble efficiently setting and unsetting images to conserve ram as the user scrolls. ...
1
vote
1answer
71 views
Get an Image using button onClick
I'm trying to get an Image and want to put it into HashMap using `Button.onClickListener()
I am sure i am doing mistake here:
String s_image = imgv.toString();
I guess here i should use ...
0
votes
0answers
9 views
Android textview and imageview
I am new to android,please help me.
I want to display TextView and ImageView as shown in the below link(ScreenShot 4).
enter link description here
Thanks in advance
0
votes
1answer
35 views
android load an image from gallery with int ID?
hi I'm trying to load an image into a custom class, this class currently uses an int ID of an internal resource image, but I want the option to use gallery or photo images as well.
this is the ...
1
vote
2answers
55 views
How to rotate an image clockwise and anti-clockwise on multiple(2 and more) fingers touch in android?
I have to rotate an image on touch of multiple finger(2 and more) in android device. If any one have a solution then please help me. I got a solution, But it is working very fine for the single finger ...
1
vote
3answers
73 views
How to rotate image clockwise and anti-clockwise in android(At finger-tip rotation)?
I have to rotate an image in an overlay clock-wise and anti-clockwise as rotate my finger-tip on screen, Don't want to rotate at a specific angel. If any body have a solution then please help me.
0
votes
1answer
58 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 ...
0
votes
0answers
37 views
Optimizing images inside View Pager
I am having ViewPager with around 10 pages. All pages have images of resolution more than 1000x2000. Basically width of the images are different for different images. As I was not able to place images ...
2
votes
3answers
82 views
How do I prepare images for all the Android resolutions?
In iOS preparing graphics is simple. There are either a normal image (height x width) or a retina image which is @2x (2 times height x 2 times width).
However, since I'm new to Android, I see a ton ...
2
votes
1answer
48 views
Issue on image size, while adding it programmatically
I have a little (& bit tricky) problem and could not solve from many hours by myself. The problem scenario is:
I'm adding TextView s (i.e. Titles) and related (click-able) ImageView s ...
0
votes
1answer
50 views
Android not showing any JPEG images
Android Emulator shows blank screen, images still opens up (assuming that 150,150 pics are there). In another word, my 150,150 thumbs are behind the blank screen
My images are larger than 150*150, I ...
0
votes
1answer
41 views
Android development: how to open a .dcm file as a bitmap?
I'm currently trying to make an android dicom app
Following code opens pictures drom res/drawable in "ussual" image formats, but it doesn't work with .dcm
public class BitmapView extends View
{
...
0
votes
1answer
53 views
Lazy loading with fade in
I'm looking for a way to lazy load images into a listview. Preferably a framework that also support image animations.
Is this available for Android?
I'm using API level 8 and up.
2
votes
2answers
32 views
How do i create a custom clickable graphic for my android app?
I want to create an interactive graphic for my app. It will essentially be a simple picture of a bus line where users can select 2 stops at a time (one for departure times and another for arrivals) ...
0
votes
0answers
61 views
Calculate PSNR ( Peak-Signal Noise Ratio ) java android
I've coded an Android Java Camera app relied on OpenCV library , now I want to check the PSNR of the picture taken,so what method should I do or is there any way to implement PSNR from OpenCV and ...
0
votes
3answers
163 views
How to save image and video captured from camera in App internal memory only in Android?
I am working on a project where I need to save images and videos in application internal memory only (not in SDCard or device Gallery). I am using below code. But this also save the image/video to ...
2
votes
1answer
34 views
Android - Loading image using url but after they are loaded, the other image replaces the other
I'm wondering what happened to this on. My app loads image using the url.
I have successfully done the loading and displaying. The problem is,
the image when displayed, displays the wrong image...
...
0
votes
2answers
172 views
Android Save Image to New Folder
I'm trying to save pictures that I took awhile ago into a different folder (the folder already exists). My manifest is up to date on permissions that I need, and I know I need to use something along ...
0
votes
1answer
32 views
Share Pictures to other apps
I've been busting my head on this. I had it. The app was sending the picture to any other app. I tried with WhatsApp, Gmail, etc. But, now it's not working. What can it be? Packaging problem? Keystore ...
1
vote
0answers
63 views
Quality Loss When storing images into SD card from GridView Android
To get images from gallery i used the follwing code,
String[] projection = new String[]{
MediaStore.Images.Media._ID,
MediaStore.Images.Media.BUCKET_DISPLAY_NAME,
...
0
votes
3answers
50 views
Access a image dynamically from res folder android
I have a image in res folder like this
I want to access this one dynamically like this
holder.Viewcover.setImageDrawable(Drawable.createFromPath("R.id." + CoverimgUrl.get(position)));
...
0
votes
1answer
55 views
Restricting apk size - Even with large number of resources?
I've used the following as my research :
http://developer.android.com/guide/practices/screens_support.html
Too large APK due to multiple densities and screens sizes?
How to reduce App (.apk) Size
...
1
vote
1answer
103 views
Android - Loading Image Url and Displaying in ImageView
I have this code to load an image. The server is secured.
I got a response: 200 which means okay. Then also the right url is to be loaded.
The problem is when i run my app, the image wont be loaded.
...
3
votes
0answers
88 views
Android - Load image using url from secured server
Im trying to load images using url in my android application. Ive successfully loaded it and populate my app with images from the web. What i did was, in my image loader, i have this:
try {
...
1
vote
2answers
83 views
How could I download and view images in imageview in Android?
I'm trying to display two images from my server. How could I achieve this?
Any options available in Android to change the image dynamically from the server for every instance?
I'm using permission ...
0
votes
1answer
128 views
delete image from gallery with OnItemLongClick event
I want to know how can I use OnItemLongClickListener event to delete an image from gallery?
I don't know how can I find the url or another detail about the image from this event
in order to delete ...
0
votes
0answers
33 views
Experiencing choppyness when loading Bitmaps into ImageViews from AsyncTask. Looking for improvement pointers
I'm experiencing some choppyness when loading bitmaps into ImageViews from an AsyncTask.
I have a fragment in which I display information loaded from SQLite, and said information often times have ...
-6
votes
1answer
193 views
How to get all videos from SD Card and show them in grid view? [closed]
I am working on a project where I need to scan whole SD card to get all the videos and images and show them in grid view. If user selects a particular video then it should be open in default player.
...
0
votes
0answers
50 views
Mask shape working but not appliying transparency.Take a look
I am trying to use a mask to hide a part of a picture, depending on where the user touch the screen. Todo so, I followed a code sample provided by Cyril Mottier. What I did until now actually work : ...
1
vote
1answer
116 views
What is the most efficient way to convert image to Base64 in Android?
I am looking for the most efficient way of converting image file to Base64 String in Android.
The image has to be sent in a single Base64 String at once to backend.
First I use imageToByteArray and ...
-2
votes
2answers
124 views
Android LazyLoading Gridview Images with title?
I am currently creating a app that I want to load a List of data into from a database and then display that data in a GridView. I have created the connection to the database and have pulled back and ...
1
vote
1answer
39 views
How to apply filter to images loaded by Android ImageLoader?
I'm using the Android-Universal-Image-Loader library to load my images and do the caching etc. I'm trying to apply a box blur filter to it, using the JH Labs library. I tried to apply to filter in the ...
0
votes
1answer
65 views
using canvas.drawBitmap() with canvas.translate()
My code here receives a value for bmpX and bmpY and uses them to draw a bitmap at that location on the screen. This works exactly as I want it to, but I would rather use the canvas.translate() ...
0
votes
1answer
86 views
Android- Image Rendering
Is there a way the this problem can be fixed? I tried invalidate() but, it still displays the same problem. What happens is that, after opening the page/ the Activity, the images behaves like the one ...
-1
votes
1answer
61 views
Android- How to get image size
I have an image loaded asynchronously by its url. Then i set the layout width and height according to the size of the of the image loaded. Is there a way i can get this aside from getting the size ...
2
votes
0answers
99 views
Android: displaying multiple images with XML
I have a picture that is divided into 9 sections, which I need to display as one reconstructed image. I used this XML to display the first 6 sections, and the first row looks fine with the 3 images ...
0
votes
0answers
37 views
how to read business card image and store information into contact?
I have started Scan Card Application in Android.which do following task...
1) Take Photo
2) Scan Photo
This application will scan all information from image,information like Contact name,
Phone ...
-2
votes
2answers
605 views
How to create Live Wallpaper application in android? [closed]
I want to create Live wallpaper in android where collection of images are play in fade in and fade out effect.
So I can show it as live wallpaper.I want wallpaper like...
Lord Krishna live wallpaper
...
1
vote
2answers
660 views
Upload an Image from camera or gallery in WebView
WebView in this app opens a page with upload button.
Below is the code block that allows to open a dialog box to upload image from gallery or camera.
Within my Activity I have:
private WebView ...






