0

Can someone point me to any good references on android 2d graphics. I have already been at the developer site but not much help. I want to know more on the working on the canvas. Right now I am getting a bit confused.

Bart
  • 19,692
  • 7
  • 68
  • 77
rogerstone
  • 7,541
  • 11
  • 53
  • 62

1 Answers1

0

Not quite sure if you want a screen that will just display 2d graphics or one that you will be able to manipulate 2d graphics. if you want to display 2d graphics, just google tutorials, there are loads of them up in great detail like this one. but if you want to manipulate 2d graphics here is a great tutorial

Hip Hip Array
  • 4,665
  • 11
  • 49
  • 80
  • Gone through all that.I am looking into the working as i mentioned – rogerstone May 24 '12 at 09:42
  • so do you want something like this: http://www.android-dev.ro/2011/12/23/androids-2d-canvas-rendering-pipeline/ and http://stackoverflow.com/questions/5762727/how-do-the-pieces-of-androids-2d-canvas-drawing-pipeline-fit-together which explain explain how the 2d canvas rendering pipeline works because still a bit unsure what you mean by 'know more on the working on the canvas' – Hip Hip Array May 24 '12 at 09:49
  • Thanks.That goes very deep but really interesting.I am looking forward to more on answers to questions like these http://stackoverflow.com/q/10733883/598714 – rogerstone May 24 '12 at 10:13
  • id say you would be better of asking a couple of new questions so about specific parts of the Canvas class that you are interested in learning about as just the Canvas class is very broad and there are no real answers or sites that explain the entire Canvas class in detail bar: http://developer.android.com/reference/android/graphics/Canvas.html which you said you have already read – Hip Hip Array May 24 '12 at 10:19