How to draw bar chart and also pie chart in android? [closed] - android

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I need to draw Bar chart and pie chart in android,i need complete explain and some sample.
I Searched in Google,But i can't understand blow link.If u know any one explain me.
This is Sample Link :
http://android-graphview.org/

Try this link.its work for me.i tried already dude.
http://androidforbegineers.blogspot.in/2013/07/bar-chart-in-android-using-achartengine.html

Check out this github library for PieChart
https://github.com/Ken-Yang/AndroidPieChart
and tutorial how to draw Bar chart using AFreeChart
http://www.truiton.com/2013/04/android-tutorial-drawing-achartengine-bar-chart-with-example/

I recommended you this library, is very easy to use.
HoloGraphLibrary
you can display BarGraphs, LineGraphs and PieGraphs.

Related

How to remove left and bottom text? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I would like to remove the text from the chart axis? Is it possible? How? Thanks
MPAndroidChart lib
[
What do you mean by "removing"? Removing from the picture? If yes, then use photo editors like Photoshop. Is it code and you want to remove these labels? then read the code carefully (or if this chart is created with some libraries, read the docs). Sorry for inaccurate answer, because question is not very clear to me. I hope I helped you.
chart.xAxis.setDrawLabels(false)
chart.axisRight.setDrawLabels(false)

how to make custome graph in Android [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I'm very new in UI design for Android, and I would like to create a custom graph like below image (doesn't matter if not exactly same). Please help me or suggest me some library with beautiful graphs. But highly prefer to knowing how to create own custom.
Thanks in advance
Developing such a module will take too much time and efforts, so here is some libraries that i recommend
https://github.com/PhilJay/MPAndroidChart
https://github.com/lecho/hellocharts-android
https://github.com/wordplat/ikvStockChart
https://github.com/HackPlan/AndroidCharts
https://github.com/ABTSoftware/SciChart.Android.Examples
i hope this will help you

Circular dotted Progress Bar like windows in android [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 years ago.
Improve this question
I want to make custom circular dotted progress bar like we have in the windows.
i am able to make simple rotatory progress bar but not the similar one. Thanks in advance.
I have searched for two minutes on google and see what i get.
https://github.com/DamanSingh4321/ProProgressViews?utm_source=android-arsenal.com&utm_medium=referral&utm_campaign=5454
https://github.com/81813780/AVLoadingIndicatorView
https://android-arsenal.com/details/1/3997
you could try the following library, and I would really recommend that you extract only the progress animation you need as there is no need to have all that animation code inside your app when you don't need it
https://github.com/81813780/AVLoadingIndicatorView

Create Custom shapes in Android [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 months ago.
Improve this question
I am looking for some tutorial or some reference which can help me to create some custom shapes like below mentioned shapes.
I have tried creating shape using standard shape in android xml , but i am not able to find a appropriate solutions for it.
It would be good help if some one can explain how can i achieve this.
Thanks in advance.
Regards,
Rakesh

TimeLine Design for android [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
i want to create a timeline that looks like this one or this one with android
who can gives me an idea on how to do or à tutorial please
thank you
You could use a charting library to get a lot of the work done easy, and customise where you need...or develop what you want from first principles to have ultimate control (will be a bit of hard work).
Try using aChartEngine (https://code.google.com/p/achartengine/), perhaps its TimeChart will get you going.

Categories

Resources