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

Issue With Canvas.rotate() In Android .how Does It Exactly Work?

Please find the code of my onDraw method below(.I'm trying to rotate the canvas(//Rotate call -… Read more Issue With Canvas.rotate() In Android .how Does It Exactly Work?

Is It Possible To Share An Image On Android Via A Data Url?

Is it possible to share an image with code something like this? Intent share = new Intent(Intent.AC… Read more Is It Possible To Share An Image On Android Via A Data Url?

Android Photography App Double Exposure

I would like to create an android app that would combine two photographs together to create somethi… Read more Android Photography App Double Exposure

Android:crash: Binary Xml File Line : Error Inflating Class (using Surfaceview)

I'm having android surfaceView and in that I'm trying to add buttons to this. In the surfac… Read more Android:crash: Binary Xml File Line : Error Inflating Class (using Surfaceview)

Building A 9 Patch Drawable At Runtime

I am successfully building a 9patch drawable at runtime on Android 3.0+ using the excellent gist pr… Read more Building A 9 Patch Drawable At Runtime

Android -- How To Allow Horizontal And Vertical Scrolling

There is the ScrollView that allows only vertical scrolling, and the HorizontalScrollView that allo… Read more Android -- How To Allow Horizontal And Vertical Scrolling

How Do I Draw A Curve Through Tree Points In Android?

I need to connect three points by a smooth curve. I've looked at the same questions already ans… Read more How Do I Draw A Curve Through Tree Points In Android?

Android: Loading An Alpha Mask Bitmap

I have a single-channel PNG file I'd like to use as an alpha mask for Porter-Duff drawing opera… Read more Android: Loading An Alpha Mask Bitmap