Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

54
votes
6answers
28k views

how to pick a image from gallery (SD Card) for my app in android?

This question was originally asked for Android 1.6 i am working on photos options in my app. i have a button and imageview on my activity. when i click the button it will redirect to gallery and i ...
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 ...
5
votes
2answers
177 views

Where can I get pictures of Android phones for marketing my app? [closed]

I'm getting ready to release my new Android app and I would like to superimpose the screenshots overlaying a device. Apple provides a nice marketing kit with Adobe PhotoShop images to use. I haven't ...
4
votes
2answers
94 views

Android images are confusing me please help

I'm having a load of issues with android images. I just don't know what sizes to make them and how to make them behave. I'm coming from iphone development right, so in iphone dev I would fire up ...
3
votes
1answer
60 views

Images get pixelated when the screen is touched

I'm building a little game in HTML/JS on Android. I'm running into a problem on my HTC Desire (Android 2.2). When I touch the screen, all the images look pixelated and they get un-pixelated when the ...
3
votes
1answer
108 views

Android: Which image format shall I use and why?

Im a beginner programmer, and my question is: Which image format shall i use for my android app? Descripton: I only use illustrations, so the images are mostly background images, and some buttons, ...
3
votes
1answer
475 views

Android uploading pictures to server in most efficient way

I need to get images along with other data (very similar to email with attachements) to the server. I also need to do it in reliable manner so I can retry, etc on failure. Server is WCF REST server ...
2
votes
3answers
23 views

app getting resized

I created an alarm app. I gave the images in mdpi, ldpi and hdpi. But when I tested my app in an motorola phone . I was getting my app to cover only some part of the screen and rest was blank. I was ...
2
votes
4answers
123 views

how to change background image periodically in android

in my app in android, i need change background image in image view on 10 seconds once. so that i call a Async Task within a run method. when I execute the app it crashes. It gives the Caused by: ...
2
votes
3answers
383 views

How to solve the vm budget memory heap error in lazy loading bitmaps?

I have been using Image loader class for lazy loading in list view. It works fine but I have been dealing with lots of bitmap that will be downloaded from web service. so now I get bitmap size exceeds ...
2
votes
3answers
295 views

app is slow with images in android

I am doing a app on images to show them in GridView, i am fetching 20 images from server. Resolution of the each image is 720*540.I used JSON parsing to fetch url and used below code to convert into ...
2
votes
0answers
253 views

How to display images stored in the Cache Folder using ACTION_VIEW

I'm creating an app that downloads a lot of pictures from a website and stores them all in the cache folder so that it won't take up too much space on the phone. Now my problem is that I want the ...
2
votes
2answers
170 views

How can I use images as numbers/letters in Android?

I am developing an app where I need to show a count. This count is going to show for example a "4", then a "4 + 1", then finally a "5". I have .png images that I want to use as background to the ...
2
votes
2answers
333 views

Android application icons changes with runtime

In my app, i want to display different icons for the application, changes according to scenario. Like it will mark the number of days remaining for the task completion. On the android menu this icon ...
2
votes
3answers
3k views

Open an image using URI in Android's default gallery image viwer

I have extracted image uri, now I would like to open image with Android's default image viewer. Or even better, user could choose what program to use to open the image. Something like File Explorers ...
2
votes
2answers
406 views

How to flip through pictures by swiping your figures across the screen in android?

Can someone please tell me how do I create the android phone style picture view in the gallery. That is, when you click on a picture, it pops up as a full screen and you can swipe your finger across ...
2
votes
1answer
201 views

Can't use parseInt for images - Android

I have a problem with putting different images in a list. I created a custom list and everything worked fine, except the images issue. My issue is with these line - Integer p = ...
2
votes
2answers
399 views

Jagged edges on images rendered in Android

I'm currently developing my first Android app and am having some issues rendering images. The image itself is great quality to begin with, but upon rendering it the quality drastically lowers. Edges ...
2
votes
4answers
3k views

android circular gallery?

I am a newbie to android development.Now i would like to do gallery view as circular like image as below.The things is that i want to enlarge the center image when user scroll from left to right and ...
2
votes
1answer
756 views

9-patch stretching when it shouldn't stretch, Android

I am trying to set a 9-patch image as the background for one of my activities but it is stretching unescessarily making everything get all wierd. I used draw9patch to create it and added one pixel to ...
1
vote
0answers
37 views

Display slideshow of Images in front with song playing in background

I am writing a code for playing a song which is near about 3 min long in background and at the same time I want to show a slideshow of images in the front. There are two problems I am facing: 1. The ...
1
vote
2answers
65 views

Android ImageSwitcher: Out Of Memory Error when setImageURI

I seem to have a memory leak and I'm not sure how to fix. I've read all of the ImageSwitcher tutorials and examples on android.com, but those all seem to deal with drawables that are already in the ...
1
vote
1answer
38 views

Android Bitmap Stretching/Pinching

I am hoping this question/issue is not too vague as I have tried asking something earlier but seemed to have came to a dead end. Basically I am looking at stretching/pinching parts of a Bitmap ...
1
vote
1answer
83 views

Android Image editing/warping with Java?

Hopefully not making this too vague... but I have been dealing with a lot of image scaling and manipulating with an app I'm working on and wanted to know: Is it possible/feasible to warp images using ...
1
vote
2answers
55 views

How to store images into database using php in android?

Hi i want to store images into database.I created table with fields like imgID tinyint, image blob. But i have a little bit confusion on it.Can any body tel me how can i do that? Thanks in advance.
1
vote
2answers
217 views

Android mask image

I have two images in my Drawable folder. I want to mask image1 with image2 so that I get round edges for image1. How can I achieve this? I saw some solutions with bufferedimage and getRGB.Is there ...
1
vote
0answers
30 views

changing images and making those persist when the click on list view is released

I have some number of rows in my list view and each row have 2 different images on list click event.when i click on list view then i want to change the image of that list view The image changes on the ...
1
vote
2answers
95 views

Imageview with Image from Url

i'm searching for a modified Imageviewclass which downloads a image and displays it. It should also be possible to display a "download fail"-image and a "load"-image. If anyone knows a class like this ...
1
vote
1answer
60 views

Bad rendering of images (after touch on the screen)

I have one activity with many elements on it, when is first started it looks good and the images with gradients look prefect. for example this image But after I touch the screen these images are ...
1
vote
1answer
78 views

Optimize load a listview

Hey guys i have a problem. I have a listview that is dynamically filled. Each row contain images and text, that are retrieved from a web service call ( i get image link in web service call, and I ...
1
vote
0answers
158 views

Android Issue with 'createBitmap' and Sub-pixel Data

I'm currently developing a small Android application to familiarize myself with the API. However, I have come across a problem regarding sub-pixel data while using createBitmap. I currently have ...
1
vote
2answers
96 views

Android local variable get's lost when using camera intent

I'm dealing with a random problem which related to camera usage. Before I call camera intent - I generate UUID to store file with this name. I store this UUID in private variable like so: private ...
1
vote
5answers
226 views

Replace one image with another after clicking a button

I have defined an image in my xml file (imageview). I'd like to change it to another image after clicking a button in my activity. How can I do that? Thanks for helping me.
1
vote
1answer
84 views

Opening Image File gives error in Android

I am trying to open a jpg image file in gallery. This gives a error. I am using the code below Intent intent = new Intent(); intent.setAction(Intent.ACTION_VIEW); ...
1
vote
1answer
366 views

BitmapFactory decodeStream into file. Or how to deal with bitmaps without killing VM?

I'm struggling with OOM errors when decoding images. This message is right on money what I'm dealing with: BitmapFactory OOM driving me nuts I think I KNOW what might solve my issue but not sure how ...
1
vote
1answer
64 views

Android - dealing with images/camera - couple questions

I'm dealing with resizing of images on Android - fun! Here is questions I have hopefully small :) I'm using camera intent to take picture and save it on SD card. Is there any way to get camera ...
1
vote
1answer
279 views

Scaling image of ImageView while maintaining center point in same place

I have set a prescaled Bitmap as ImageView's source. Then I've read Matrix of an ImageView and shift Bitmap of an ImageView via matrix.postTranslate(shiftX, shiftY). Now I want to zoom in / out and ...
1
vote
1answer
257 views

how to dynamically display the single image from the sdcard

I had done the program the display all the images from the sdcard dynamically. But now ,I want to display single image dynamically from the sdcard instead of display all images . my coding is as ...
1
vote
2answers
184 views

9patch image with only horizontal scaling

How do I create a 9Patch image that only scales horizontally? I don't want it to scale vertically. I am not able to create such a 9 PNG. I tried the article ...
1
vote
1answer
660 views

Make Image Button Size a square always. Android

I have a Image Button. I can replace this with a custom view if required. I need to specify the height of the Image Button as Fill_parent. So that the image stretches to the available height in the ...
1
vote
2answers
1k views

how to reduce large image size to thumbnail size in android

in my app, i have large images, i display it in an image view by hard code the size as 60 X 60 dp. how to reduce the image size as image thumb nail size in android. is there programmatic way. because ...
1
vote
1answer
115 views

How to set up intent for viewing image that is saved in internal storage with default Android viewer?

What I am trying to do is to download image from web (its in GIF format, if that changes anything) and show it on screen with zoom/pan capability. I've successfully downloaded image into Bitmap ...
1
vote
1answer
345 views

How to set up intent for viewing Bitmap with default Android image viewer?

What I am trying to do is to download image from web and show it on screen with zoom/pan capability. I've successfully downloaded image into Bitmap instance, but ImageView doesnt have zooming feature. ...
1
vote
3answers
33 views

Logo in the Res folders doesn't get updated on new runs for Android

I'm encountering a problem which i cant find an answer online or in stackoverflow. It should be pretty simple but i cant solve it. I've recently created a new bunch of launch icons which i've placed ...
1
vote
1answer
634 views

Bitmap image compare

Is there a way to look for the implementation/source code of this method? It's in API need this to compare two images because it keeps overwriting the original image and after several times of ...
1
vote
2answers
297 views

java.lang.IllegalArgumentException when splitting bitmap in android

Can someone tell me why I am getting this error when splitting a bitmap. Code: public static List<Bitmap> ScambleImage(Bitmap image, int rows, int cols){ List<Bitmap> scambledImage ...
1
vote
1answer
212 views

How to change the size of bitmaps when loaded from xml

I know I can change the size of bitmaps loaded programmatically by using BitmapFactory.Options (i.e. forcing 32 via ARGB_8888 or 16 bit via RGB_565). Is there an equivalent when loading bitmaps via ...
1
vote
2answers
449 views

WebView autoscales local images

My question is similar to this one, but is different enough that I am going to post a new one. I am writing an image viewer that downloads a PNG from a remote server, saves it to storage, and then ...
1
vote
0answers
107 views

show images in slideview with full screen

i am beginner of android development,i have doubt in slideview of images.i implemented how to show the images in slideshow here i am using paint class without xml.now i want to view the each images in ...
1
vote
3answers
664 views

ANDROID — How to display text on an image?

Ok...so here's the scenario.. Starting from scratch, I want to display THREE stars (i have an image that I want to use), centered. I want to post a different word in each star. Of course, I do not ...

1 2 3 4