2

I have seen a lot of tutorials and video on How to make a custom progress bar. They show only by changing the color, the style or the elements. No one shows with a runnable picture.

I don't understand that how developers match their progress with the custom view or how they make a picture's part runnable.
Think of a circle view and it runs just like a progress.
But how?
Or how can I define the part which I want to run with the java code?

Please don't pass way the question. I am very very much interested to know and to implement it.

1 Answers1

0

I'm not entirely sure what you want, but the following links may help you:

How To Make Circle Custom Progress Bar in Android

Progress bar with image in center

Custom circular ProgressBar with image in center

How to change color in circular progress bar?

This is the main source of all things Android.

Getting Started at the site android.com

You need to download Android Studio (or eclipse, but I prefer Android studio and am the one answering the question).

Get Started with Android Studio

This is another good resource http://www.tutorialspoint.com//android/index.htm.

I also subscribe to this. The Busy Coder's Guide to Android Development

Here is a tutorial Custom Progress Bar In Android that is more pertinent to your request.

When you have more specific questions, you are welcome to come to Stack Overflow with them.

Good luck.

Community
  • 1
  • 1