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