4

Possible Duplicate:
Cardio graph for android

I want to develop cardiometer graph in Android, just like this image:

enter image description here

Can anyone help with any idea how to create this animation?

Community
  • 1
  • 1
Gautam Vasoya
  • 881
  • 1
  • 8
  • 16
  • i have use LineDraw or DrawPath method on Canvas, But this is Draw like Static Line, this will not give animation type Draw – Gautam Vasoya Jul 23 '12 at 10:20
  • @George Stocker , Hey If You Think this Question is Duplicated then Give me Perfect Anser of this Animation Question, I Need Sample Code for Working this Animation as Continues Sequence. I Hope u Give Perfect Code as Working Condition... – Gautam Vasoya Jul 25 '12 at 04:54
  • Help Full Site: http://xjaphx.wordpress.com/learning/tutorials/ – Gautam Vasoya Jul 22 '13 at 09:58

1 Answers1

1

You can show the progressive graph using frame sequence. And to show the needle, you can set the X and Y co-ordinate of the needle.

Cody Gray - on strike
  • 239,200
  • 50
  • 490
  • 574
Jigar Pandya
  • 6,004
  • 2
  • 27
  • 45