I want to implement constant value android ProgressBar without use thread and handlers. Whenever I search related examples it uses thread and handlers, and without use of thread, handlers OR AsyncTask it doesn't work.
My requirements is to show ProgressBar with fix value range, something like below image:
Please help me with sample code snippet. Thanks in advance :)