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

Search results

  1. S

    Apps rotating/flipping a bitmap in surfaceView

    Hi guys, so i'm trying to build a class that will take a sprite sheet (image with multiple frames in it) and render it as an animation, using a SurfaceView canvas. by now, i finished implementing using the function canvas.drawBitmap(Bitmap bitmap, Rect src, Rect dst, Paint paint) this...
  2. S

    Apps Handling multiple sprites/Bitmaps in a project

    Hi everyone, very new here, but i hope i'll get the hang of things quickly and be able to help often :) so, i lately started building a project with a surfaceview and multiple objects, each with it's own bitmap to draw. now i'm trying to figure out the best way to handle all those resources...