• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. F

    Apps Drawing part of a bitmap

    I'm making a game called Pakku Pakku Man, which is a Pac-Man clone. For the characters, I'm using a class called AnimatedSprite, and the language is Java. The class file imports android.content.Context; android.graphics.Bitmap; android.graphics.BitmapFactory; android.graphics.Canvas...