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

What I Need To Get Android Game With Graphics Like This?

I've created a few android apps but using just regular layouts and views. Now I am trying to l… Read more What I Need To Get Android Game With Graphics Like This?

Displaying Simple Bitmap On Android

beginner in graphics here! I'm trying to display a simple image on my device, but nothing appea… Read more Displaying Simple Bitmap On Android

Convert Rgb Color To Hex Color

I am taking a color from an ImageView using OnTouchListener. Red, Green, Blue color code can be su… Read more Convert Rgb Color To Hex Color

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?

How To Draw A Graph In Android Like Wifi Analyzer App?

Hi I'm trying to develop a Field Test Application and i've to retrieve information like sig… Read more How To Draw A Graph In Android Like Wifi Analyzer App?

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

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

Tile Projection Google Maps: Convert Distance To Screen Dimensions

I am using the CanvasTileProvider in Google Maps Android v2. I can convert lat long points to scre… Read more Tile Projection Google Maps: Convert Distance To Screen Dimensions

Is It Possible To Dither A Gradient Drawable?

I'm using the following drawable: Solution 1: I wrote the documentation you referenced. I'… Read more Is It Possible To Dither A Gradient Drawable?

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

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 - Draw Picture Over Imageview

I have pretty complex custom ImageView and on the other hand I have Picture object that I want to d… Read more Android - Draw Picture Over Imageview