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

  • Home
  • SEARCH
  • 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 7799887
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T00:27:05+00:00 2026-06-02T00:27:05+00:00

** SOLVED ** (see comments) I’m updating a ProgressBar (declared in the Activity’s XML

  • 0

** SOLVED ** (see comments)

I’m updating a ProgressBar (declared in the Activity’s XML layout) through a Service running and notifying my Activity. Everything works fine in a first place when the Activity is first called. Then the Activity is finished through the finish() method, and the application continues to live its cycle.

Eventually this Activity is called again to perform the same operation. Problem is that the ProgressBar won’t show any progress ! I compared the ProgressBar’s vars on both instances of the Activity, exactly the same. I don’t get it, really. Any help would be appreciated.


MyActivity

ProgressBar progressBar;
public void onCreate(Bundle savedInstanceState) {
     ...
     progressBar = (ProgressBar) findViewById(R.id.progressBar1);
     progressBar.setMax(100);
     progressBar.setProgress(0);
     ...
}

public void get_info_from_service(...) {
    progressBar.setProgress(service.getPercent()); 
}

void quit_activity{
    Intent myIntent = new Intent(getBaseContext(), OtherActivity.class);
    MyActivity.this.finish();
    startActivity(myIntent);
}

MyService

for (Listener listener : listeners) {
    listener.send_notification(this);
}

public int getPercent(){
    return this.percent;
}
  • 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-02T00:27:07+00:00Added an answer on June 2, 2026 at 12:27 am

    Solved. Always make sure you reinitiate your variables before entering the algorithm again !

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

Sidebar

Related Questions

Problem solved: Thanks guys, see my answer below. I have a website running in
Solved: The problem was: wrong version of Java. See my comments. Hi all, using
Solved: See comments below. I've created a Tabs inside of a Dialog box, but
EDIT: solved see comments --don't know how to mark as solved with out an
Problem Solved - See bottom for solution notes I'm trying to build a simple
Problem solved, see below Question I'm working in Flex Builder 3 and I have
(Problem solved now, see answers below) Hello, in my app I am trying to
[EDIT: Problem solved. Please see my answer below.] In my app I call the
Update: Solved, with code I got it working, see my answer below for the
Edit: I have solved this by myself. See my answer below I have set

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.