Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7749949
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T11:09:51+00:00 2026-06-01T11:09:51+00:00

I want to customize my own progress bar thru image view. I want to

  • 0

I want to customize my own progress bar thru image view. I want to change the image view 25 times a second in a loop in order to create a moving image. How can I do the switching of the image?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T11:09:52+00:00Added an answer on June 1, 2026 at 11:09 am

    You could probably do this with just the normal progressBar – Set up an animationDrawable in your drawables folder like so: (taken from the android docs on animationDrawables).

    <!-- Animation frames are wheel0.png -- wheel5.png files inside the
      res/drawable/ folder --> 
    <animation-list android:id="selected" android:oneshot="false">
      <item android:drawable="@drawable/wheel0" android:duration="50" />
      <item android:drawable="@drawable/wheel1" android:duration="50" />
      <item android:drawable="@drawable/wheel2" android:duration="50" />
      <item android:drawable="@drawable/wheel3" android:duration="50" />
      <item android:drawable="@drawable/wheel4" android:duration="50" />
      <item android:drawable="@drawable/wheel5" android:duration="50" />
    </animation-list>
    

    Then in your code somewhere do:

    AnimationDrawable progress = (AnimationDrawable) mProgressBar.getProgressDrawable();
    progress.start();
    

    Disclaimer – I haven’t tested this, but I don’t see why it wouldn’t work.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to customize my own media player, but I would rather do it
Who knows how to customize your own eclipse? I want to include some plugins
I do not want to create a custom navigation bar. I am pushing a
I want to output my own object to a STL stream but with customized
My app works with the Devise gem for authentication, but I want customize it
I want to customize a .NET build process so that I can run an
I want to customize the parameter in createuser() method Membership Provider, Actually, i have
I want to customize ToolStripMenuItem by overriding OnPaint function. This is a MyToolStripMenuItem: public
I have mp3 catalog portal and I want to customize my urls. I used
i have data-grid in my application and i want to customize my data-grid so

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.