Skip to main content
Filter by
Sorted by
Tagged with
2 votes
2 answers
129 views

I need to implement a simple progress bar into my app. It should just indicate a value between 0 and 100, but I have some visual part I don`t like. LinearProgressIndicator( modifier = Modifier....
1mpalo 's user avatar
0 votes
1 answer
151 views

i am building an app for taking care of a virual animal, and want to indicate to the user how full / hungry it is by using a progress bar. I want the progress bar to be horizontal, with a brown ...
sj1's user avatar
  • 1
0 votes
2 answers
172 views

I'm trying to change the color of the customized ProgressBar dynamically with Java. This is the implementation of the ProgressBar on the main layout: [activity_main.xml] <ProgressBar ...
sbonelo's user avatar
0 votes
2 answers
478 views

Currently Making a music player where I have a progress bar that tracks the current progress of the music playing. However I've tired many different approach and am unsure if its because the way I've ...
P47HF1ND3R's user avatar
-2 votes
1 answer
134 views

I want the progress bar to be exactly 0 to 100 in 4 seconds, but the more I log, the more it gets. its my code private fun progress1 (int: Int=1){ if (int in 1..100){ if (int==1)...
Rahimian's user avatar
  • 102
0 votes
2 answers
286 views

When I'm sending HTTP requests to server from my tablet by using Fuel, I want to display a ProgressBar at screen before the concerned function begins to run. But for an unknow reason, it's happened ...
Omiganox's user avatar
-2 votes
1 answer
642 views

I am trying to build a multiple step registration form where in each step the user enters some data and clicks next/previous button to go to the next/previous step. I am implementing this using ...
Syfur's user avatar
  • 25
0 votes
2 answers
273 views

I'm making a project in Kotlin that has a view with a long text inside a recyclerView. I wanted to put a linear progress bar to show how much text is left. Currently I have this: binding.rvBody....
Salmandra Reader's user avatar
0 votes
1 answer
181 views

I am trying to show the Progress Bar component (circular, not horizontal) during a GET api request in Android Studio. I am running the API request on a different thread and I am setting the progress ...
CladCobra's user avatar
-1 votes
1 answer
1k views

Just can't figure out how to make Indicators like in provided picture in Jetpack Compose. Tryed using LinearProgressIndicator but as I understood there is no way to make it be vertical, sadly.
Useless's user avatar
  • 29
1 vote
0 answers
324 views

I am having this in a Fragment return ComposeView(requireContext()).apply { config = ChartsConfig() setViewCompositionStrategy(ViewCompositionStrategy....
yanioaioan's user avatar
2 votes
1 answer
2k views

I have put a linear progress indicator in my code in Jetpack Compose but don't know how to set a value. It's determinate so the user can see the detailed progress but it's not working First setting ...
VFarkas2023's user avatar
1 vote
1 answer
631 views

I'm using the material library's LinearProgressIndicator for a horizontal progress bar. How would I add a label inside the indicator of the progressbar indicator? <com.google.android.material....
WHOATEMYNOODLES's user avatar
9 votes
2 answers
3k views

How do I create a Arc Progress bar animation like this Currently I've already used Canvas to draw an arc and added animations to the progress bar using animateFloatAsState API. But second pic is not ...
Claire's user avatar
  • 113
0 votes
1 answer
874 views

I want to show a circular progress bar while the shopping list items are being retrieved from the database. I have a Lazycolumn that displays the retrieved shopping list items, but the circular ...
Raj Narayanan's user avatar
-1 votes
1 answer
829 views

I want a customised progress bar in android, like this: I want progress bar same as it is, but unable to achieve this.
Faizan Ahmad's user avatar
0 votes
1 answer
984 views

I've set progress bar tint in XML, but it isn't working on API 21 (Android 5.0) <ProgressBar android:layout_width="match_parent" android:layout_height="5dp" ...
Adam Burley's user avatar
  • 6,149
3 votes
0 answers
610 views

I want UI Something like the attached screenshot. This all will be a list of mp3 audio, which is user has played at some point already and left in middle. I am using ExoPlayer for mp3 and ...
krupa parekh's user avatar
-1 votes
2 answers
60 views

package com.example.myquizapp import androidx.appcompat.app.AppCompatActivity import android.os.Bundle import android.util.Log import android.widget.ProgressBar import android.widget.TextView here is ...
Harsh Chauhan's user avatar
1 vote
2 answers
1k views

I have a ProgressBar (the round shape one) and it spins very fast, how do I change it to spin at a slower speed? (It is running indefinitely) Here is my XML of ProgressBar: <ProgressBar ...
Anonymous's user avatar
  • 823
0 votes
1 answer
63 views

I need to create a button with progress with steps like the following screenshot and I have searched for the library to do that but I couldn't find it. Can anyone please send me the library or XML ...
Ahmed Ahmed's user avatar
0 votes
1 answer
229 views

i work on an app that displays a page through a webview. I have implemented my own progress bar and it works fine. However i cannot get rid of the default android progress bar that keeps showing up (...
Analog Learner 's user avatar
5 votes
1 answer
5k views

I'm trying to design a progress bar showing multi-progress using jetpack compose but I did not find any library or helping material. I am just able to design a single progress bar but I need to design ...
Salman Hameed's user avatar
0 votes
2 answers
1k views

I have four different color button and one progress bar this now my query is when i click on any button so progressbar will progress with same color serially say for example I have fou diff. color ...
Abhi Patel's user avatar
1 vote
0 answers
170 views

I added an option to click on it in activity number 1 that saves sharedpreferences, and it should restart progressbar progress in activity nr 2, but the problem is that even when I go to activity nr 2 ...
duszyn_'s user avatar
  • 33

1
2 3 4 5
33