-2

some app has very nice charts an UI, i want to know how they create such a UIand chart like this one.

i know there is some Psd file for that but how to use them?

gkaimakas
  • 574
  • 3
  • 17

2 Answers2

0

There are many libraries in android to create charts some of which are:

  1. achartengine
  2. androidplot

Also for greater details on the matter you can look at a question on StackOverflow

Community
  • 1
  • 1
gkaimakas
  • 574
  • 3
  • 17
  • the ones I've mentioned are free. also on the answer I referenced you can find free and paid solutions – gkaimakas Jul 04 '14 at 22:02
  • thanks, and that one on the picture, with them can i draw like that? i want a pie chart with percentag in center or a photo in center – user3798532 Jul 04 '14 at 23:24
0

AChartEngine is probably to most commonly used Android chart library. I have used it on several occasions with good results.


I have also heard some good things about AndroidPlot, but never tried it myself

Gilad Haimov
  • 5,767
  • 2
  • 26
  • 30