Home > Software design >  Android Horizontal ProgressBar with a tooltip message to show the current state/progress
Android Horizontal ProgressBar with a tooltip message to show the current state/progress

Time:04-17

I want to create a horizontal progress bar, but with a tooltip floating on the top of it to show messages/display current progress based on the progress bar.

How can I achieve this?

Progress Bar

The result should be something like this, *I'm sorry for the bad illustration, I was using Ms.Paint.

Additional: The message should be able to be changed dynamically from Java code.

CodePudding user response:

check out some of this use full lib:

  • Related