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

Is There A Way To Decode A .ico File To A Resolution Bigger Than 16x16?

I'm working on android and trying to download and display a favicon(.ICO) from a website on an … Read more Is There A Way To Decode A .ico File To A Resolution Bigger Than 16x16?

How To Center Text On Android Icongenerator

I'm developing an app using lots of markers placed on the map, and I'm using a custom Clust… Read more How To Center Text On Android Icongenerator

Android Bitmap Out-of-memory Error After Getting Same Image Twice In A Row

I have a program that is supposed to grab an image from a user's gallery and then display the i… Read more Android Bitmap Out-of-memory Error After Getting Same Image Twice In A Row

Remove The Image From A Imageview Android

I'm trying to make an ImageView that holds a gallery of images. By touching the user request to… Read more Remove The Image From A Imageview Android

Image Over Other Image Android

How can i set image (semi-trasparent) over other image ? I need to create new bitmap and then save … Read more Image Over Other Image Android

Android: Custom Draw On An Given Image (with Surfaceview)

I am trying to load an image to SurfaceView, and draw some scratch upon this image. To to that, I … Read more Android: Custom Draw On An Given Image (with Surfaceview)

Select An Area On Bitmap With 4 Points Using Matrix.setpolytopoly

I am playing with bitmap on Android and I am facing an issue when selecting an area on the bitmap u… Read more Select An Area On Bitmap With 4 Points Using Matrix.setpolytopoly

Out Of Memory On A Byte Allocation (bitmap As String To Webservice Using Soap)

Am having a bitmap , so I want to upload a webserivceas string and want to retrive the string. For… Read more Out Of Memory On A Byte Allocation (bitmap As String To Webservice Using Soap)