Top "Android-image" questions

This tag is for questions related to images on Android

"Bitmap too large to be uploaded into a texture"

I'm loading a bitmap into an ImageView, and seeing this error. I gather this limit relates to a size limit …

android android-imageview android-image android-bitmap
How do I get the resource id of an image if I know its name?

How do I get the resource id of an image if I know its name (in Android)?

android android-image android-resources
Android - How to show images from resources drawable?

I'm not able to show an image which is saved in res/drawable folder. I use ImageGetter to do this. …

android android-webview android-image android-imageview
About Android image and asset sizes

I need to clarify some doubt about the image assets for my app, if I specify in an xml file …

android android-resources android-image android-screen-support
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 …

android android-intent android-webview android-camera android-image
Set Imageview to show image in sdcard?

I have a image stored in SD card of my phone. I want to show it in a image view. …

android android-layout android-imageview android-image
Why setImageResource method is not working?

This is the first canvas: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/…

java android android-image
How to use Universal Image Loader

I have a requirement where I need to load thumbnails and a Text in ListView which gets set by the …

android android-listview android-image android-adapter
How to change the Tabs Images in the TabHost

I am using the TabHost in my application, I am using four Tabs in my application and I want to …

android android-tabhost android-image
Convert bitmap array to YUV (YCbCr NV21)

How to convert Bitmap returned by BitmapFactory.decodeFile() to YUV format (simillar to what camera's onPreviewFrame() returns in byte array)?

android image-processing android-camera yuv android-image