How to blit() in android?

Posted by Lo'oris on Stack Overflow See other posts from Stack Overflow or by Lo'oris
Published on 2010-04-11T19:17:33Z Indexed on 2010/04/11 19:23 UTC
Read the original article Hit count: 176

Filed under:
|
|
|
|

I'm used to handle graphics with old-school libraries (allegro, GD, pygame), where if I want to copy a part of a bitmap into another... I just use blit.

I'm trying to figure out how to do that in android, and I got very confused. So... we have these Canvas that are write-only, and Bitmaps that are read-only? It seems too stupid to be real, there must be something I'm missing, but I really can't figure it out.

© Stack Overflow or respective owner

Related posts about android

Related posts about graphics