Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android Canvas

Gl Error From Openglrenderer: 0x502

Our code is performing very simple operations on a Canvas (entirely in UI thread): drawText, transl… Read more Gl Error From Openglrenderer: 0x502

How To Insert An Image With Canvas?

I´m trying to insert a simple image with canvas in Android with the next code, but when i try to ex… Read more How To Insert An Image With Canvas?

Android View Canvas Ondraw Not Performed

I am currently working on a custom View which draws some tiles on the canvas. Those tiles are loade… Read more Android View Canvas Ondraw Not Performed

How To Outline A Textview?

What I want to do? (blue will be changed as white) What I did? I have found a class which extends … Read more How To Outline A Textview?

Android Fast Pixel Access And Manipulation

I'm trying to port an emulator that i have written in java to android. Things have been going n… Read more Android Fast Pixel Access And Manipulation

Android - Google Maps Inside Circleview

I wanted to show map inside a circle view where circle's outside area filled with a color. I re… Read more Android - Google Maps Inside Circleview

How To Properly Scale A Game On Android

for the sake of simplicity let's assume that I'm making a simple Pong clone game for Androi… Read more How To Properly Scale A Game On Android

Cannot See Path While Moving Finger

Hey I implementing doodling functoinality in my application. While drawing a line I cannot see the … Read more Cannot See Path While Moving Finger