Skip to content Skip to sidebar Skip to footer
Showing posts with the label Bitmap

Android: Share Bitmap Not Saved To Sd

I have an app that takes a screenshot and the shares this with the share intent. Rather than save m… Read more Android: Share Bitmap Not Saved To Sd

Bitmapfactory Returning Null Bitmap

I am trying to get the Bitmap from a URL from the StaticConfig.getMyUser().getAvatar(). The url is … Read more Bitmapfactory Returning Null Bitmap

Android Undo Drawing Method On Canvas

I created some code that takes a picture and displays the picture, then the user is able to draw on… Read more Android Undo Drawing Method On Canvas

How To Display Blurred Bitmap Of Screenshot Using Opengl Es 2.0 On Android?

I am trying to create an app, in android using opengl es 2.0, that has a button on pressing which i… Read more How To Display Blurred Bitmap Of Screenshot Using Opengl Es 2.0 On Android?

Rotating Bitmap Causes Outofmemoryexception

I am rotating a bitmap this way, on every button click the image rotates 90 degrees Matrix matrix =… Read more Rotating Bitmap Causes Outofmemoryexception

Encode Image Url From Spaces

I'm developing a RSS reader app, but I'm facing problems with the image URLs becuase they c… Read more Encode Image Url From Spaces

Detecting Touch Inside A Irregular Shape In Imageview

I have an ImageView which has a transparent drawable with a circle at the center like (http://wallp… Read more Detecting Touch Inside A Irregular Shape In Imageview

Problem With Big Images ( Java.lang.outofmemoryerror: Bitmap Size Exceeds Vm Budget )

as a many people i have a problem with big images too. ok,here my code. I found on stackoverflow … Read more Problem With Big Images ( Java.lang.outofmemoryerror: Bitmap Size Exceeds Vm Budget )