Top "Android-bitmap" questions

A Java Object from android.

Strange out of memory issue while loading an image to a Bitmap object

I have a list view with a couple of image buttons on each row. When you click the list row, …

android image bitmap out-of-memory android-bitmap
Android:java.lang.OutOfMemoryError: Failed to allocate a 23970828 byte allocation with 2097152 free bytes and 2MB until OOM

I want to show the Bitmap image in ImageView from sd card which is stored already. After run my application …

android android-bitmap
How to get Bitmap from an Uri?

How to get a Bitmap object from an Uri (if I succeed to store it in /data/data/MYFOLDER/myimage.…

android uri android-image android-bitmap
Saving and Reading Bitmaps/Images from Internal memory in Android

What I want to do, is to save an image to the internal memory of the phone (Not The SD …

android image android-image android-bitmap
Get Bitmap attached to ImageView

Given ImageView image = R.findViewById(R.id.imageView); image.setImageBitmap(someBitmap); Is it possible to retrieve the bitmap?

android imageview android-bitmap
Android Bitmap to Base64 String

How do I convert a large Bitmap (photo taken with the phone's camera) to a Base64 String?

android bitmap base64 android-bitmap
"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
Scale image keeping its aspect ratio in background drawable

How do I make a background image fit the view but keep its aspect ratio when using <bitmap /> …

android scaling android-drawable android-bitmap android-background
Retrieve bitmap from uri

I have included 'share via myApp' option. I inserted following code in the receiving activity class. // Get the intent that …

android android-bitmap
How to get the height and width of an ImageView/Bitmap in Android

I want to get the height and width of an image bitmap that is either in ImageView or a background …

android imageview android-bitmap dimensions