This tag is for questions related to images on Android
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-bitmapHow do I get the resource id of an image if I know its name (in Android)?
android android-image android-resourcesI'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-imageviewI 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-supportWebView 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-imageI 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-imageThis is the first canvas: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/…
java android android-imageI 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-adapterI am using the TabHost in my application, I am using four Tabs in my application and I want to …
android android-tabhost android-imageHow 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