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)
Related
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
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 6 years ago.
Improve this question
is it possible to do? if possible then what element i should use for this. I searched so many time in google but not found functionality like this.
Just show and hide layout it will give you effect like drop down .
We can do every thing we are androider's look at this awesome example -http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/
you can do like this also much easy -http://androidcodesnippetsblog.blogspot.in/2013/09/android-custom-dialog-with-popup.html
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 have to show the rating of the users in an app like the following image. How I can show the progress in the circle ? Please suggest me. Thanks !
meter http://imageshack.com/a/img836/8758/nbde.jpg
For this you have to use Circular seek bar.To show the exact progress.
So for that better to go with the following..https://github.com/devadvance/circularseekbar
Hope this helps you.
Even the Todd-Davies library on Github may serve your purpose Todd-Davies
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 years ago.
Improve this question
I have to add multiple options to an edit_text view as shown below, the views can be adjustable with the parent. I am not getting an idea how to do this, Can any one help how can we make this UI.
Thanks.
Take a look at these open source project in Github
https://plus.google.com/+RomanNurik/posts/WUd7GrfZfiZ
https://github.com/splitwise/TokenAutoComplete
https://github.com/kpbird/chips-edittext-library
See the below ScreenShots for the same
Hope this is what you are looking for.
There are some SO posts which may meet your need.Refer the below posts,
Creating a custom editText with tag-like feature
Contact Bubble EditText
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