Search:

Type: Posts; User: ChristopherLowe

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    1,637

    Re: Drawing and Scrolling

    If you are drawing to Bitmap you could use drawBitmap (Bitmap bitmap, Rect src, Rect dst, Paint paint). The idea is to first generate the bitmap and store it as a member variable then redraw the...
  2. Replies
    6
    Views
    1,637

    Re: Drawing and Scrolling

    It kinda depends on what you are trying to achieve. If it's just UI elements you should be able to get away with wrapping it up with a ScrollView in the layout xml. ScrollViews are the easiest...
Results 1 to 2 of 2