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

Search results

  1. A

    Apps How can I save a surface view drawing when going to a new activity view?

    Basically, I have a gameView class, which extends Surfaceview, it has a surfaceCreated method, which runs a thread and draws stuff onto a canvas. This gameView gets loaded from a GameActivity, with setContentView(gameView). On the gameView, I have a touch event, so that when you touch the...