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
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 8 years ago.
Improve this question
I am creating a Data Backup application in android that can synchronize with server and device to take backup of specified data.
Here when the synchronize process carry on i want to show the progress to the user on screen.For that i have a beautiful design of progress dialog that shown in below image.
Here i have developed outside design of half circle , but i am unable to create the moving line inside circle that show the progress.
So please help me how can i do this.
You need to customzie this using following libraries:
https://github.com/ntoskrnl/SpeedometerView
https://github.com/bilthon/Android-Speedometer
http://www.oodlestechnologies.com/blogs/Implementing-Speedometer-in-Android
https://github.com/CodeAndMagic/GaugeView
You can also use this library.
https://github.com/TriggerTrap/SeekArc
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
Am currently working on a circular dial like menu like one below, where user can scroll to select an option. May I get any UI ideas for achieving this in native Android development.
AbsoluteLayout is deprecated.
However, you are lucky:
there is a similar open source project on github:
https://github.com/LukeDeighton/WheelView
Good Question,
You can use "AbsoluteLayout" for this type of UI.
Black Image for Dialer and , Than small images for numbers.
Thank 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 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 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.
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
How do I show a horizontal progress bar while my android app is replicating/syncing data with the CouchDB server (both for completed and fully completed)? Any example would be of great help. Thanks in advance.
Look at this link from the official Android guidelines
http://developer.android.com/design/building-blocks/progress.html
There you have the choice between the "percentage-style" bar or a looping progress bar.
EDIT: You will find an example here
http://developer.android.com/reference/android/widget/ProgressBar.html