3

I want to create a graphics or graph like a half moon as follows-

Half Moon Graph

I am new into graphics design in android and even new to android. Any suggestion will be great. I have already followed the android's graphics tutorial. Need more pointers to achieve the same.

I've found the link https://code.google.com/p/charts4j/source/browse/tags/v1.2/example/com/googlecode/charts4j/GoogleOMeterExample.java#50 but need some more accuracy.

Abhishek Choudhary
  • 8,255
  • 19
  • 69
  • 128

1 Answers1

0

You can try Guage view. There is already a post on that topic u can find it here

The Git for that porject is here

Just download the project and add it to yours. Then use the guage view in your layout and also define the parameters like setTargetValue(); and whatever else you want

I have successfully implemented it in my project. So feel free to ask me any doubts.

Thanks to evelyne24 (Github) for creating Guage view.

The Guage view looks like this

Community
  • 1
  • 1
Rakesh
  • 1
  • 2