The seekbar tag has no wiki summary.
3
votes
2answers
29 views
SeekBar with custom thumb and segmented text
Hello All,
I am looking for a seekbar like this image. I succeeded in setting background but problem is thumb and segments text below seek bar. Does anyone know solution
Thank You
0
votes
1answer
14 views
How to initialize a RangeSeekBar
I am using:
https://code.google.com/p/range-seek-bar/
Where the absolute min and max values are set, but how to set the initial values?
I want to start the seek bar with values 0, 10.
Also, is ...
1
vote
0answers
16 views
how to set up a seekbar for a music player
I'm developping an android app where you can listen music for free and I'm searching for help! I want to set up a seekbar for my inapp musicplayer for my android app.
My .xml file is allready set up ...
0
votes
0answers
15 views
Customizing seekbar
I am looking to customize a seek bar so that it can display a range under the thumb. I do not want the range selectable, rather the progress drawable (or secondary progress drawable) to highlight a ...
0
votes
0answers
15 views
How to get a 2 way seekbar or slider
Android SeekBar currently supports only 1 way sliding. How to have a seekbar which slides 2 way, like a range selector.
I read this:
Android Seekbar with two thumbs
which points to this:
...
0
votes
2answers
21 views
Android - SeekBar starting point
I have two SeekBar in my view, and I declare them similarly in the layout:
<SeekBar android:id="@+id/select_price"
android:layout_width="match_parent"
...
0
votes
1answer
19 views
Android SeekBar Touch Sensitivity
Recently I have been working on an app which has a SeekBar. The SeekBar is rather thin so it can at times be difficult to use it (you have to be very precise in your gestures). Is there any way to ...
4
votes
1answer
39 views
Setting thumb to a particular position(not the offset) of seekbar programaticaly?
I have a customized seekbar in which am updating the progress and maximum amplitude of the sound. So the seekbar varies according to sound detection. And I want is that I need to set the position of ...
1
vote
2answers
33 views
Seek Bar Increse height
currently i m working with seek bar that works perfectly fine. But there is an issue i want to increase the height of the Progress bar as native height is not as much high.
So How change the height ...
0
votes
2answers
44 views
Custom Android RatingBar with 10 stars (used in the Badoo App for Android)
I have tried to duplicate the same custom RatingBar used in the Badoo App
http://s16.postimg.org/7l6dxqsr9/badoo_screens.png
Badoo App to download at:
...
0
votes
2answers
36 views
Program exiting when no input given and alert dialog not fixing the error
Here's the Program, it works and all but when I Pull the seek bar when there is not number in the input box the program exits and the alert dialog is not doing its job even though i put a try and ...
0
votes
0answers
31 views
set mediaPlayer Volume dynamically while playing sound
I am having an application in which I am playing a sound with the help of MediaPlayer in a service,which is running properly. But what I want is to set the volume of the sound with the help of seekBar ...
1
vote
1answer
18 views
How to change colour of the thumb in seekbar?
I have the default seekbar in my android app. I noticed that when the thumb on the seekbar is held, it turns yellow. Instead, I want it to turn blue when it is held. How can this be done? I apologize ...
0
votes
0answers
42 views
How to make seekbar like this
I want to apply effect to seekbar as shown below:
Download it...
What I have tried is as below.The complete code is below just try and let me know if you will get the effect like below.
...
0
votes
1answer
24 views
Seekbar on android not moving automatically
I wanted to create a seekBar that track the progress of a mediaplayer but it doesnt work out quite well, the music is playing but the seekbar stay idle. Is there something that I left out?
public ...
4
votes
4answers
85 views
Seekbar or progress bar with multiple colors
I want to create a bar like this initially when progress is zero it will be a fade in color but and as progress goes on it will become bright on that part(This is best I can explain) main thing is i ...
0
votes
0answers
10 views
How to update progres bar values according to values given by another view controller in iOS?
I'm playing mp3 files using urls.To play these, I'm using the AVPlayer. I used a separate class to initialize and include all the play, pause, stop methods. Now I want to add a seek bar to my View and ...
4
votes
4answers
170 views
Custom Seekbar with masking effect with two drawables?
I am using a custom seekbar to show a graph. I had done till this. I am showing this graph by applying a background drawable to the seekbar. Now my problem is, I need to set the blue one as progress ...
0
votes
1answer
43 views
Custom seekbar showing gap in between, on large screens?
I made a custom seekbar using 2 png images for my android app. One image is the background, and other is the bar which shows progress. Both are of the same length and width. On small screens( ~5"), it ...
0
votes
2answers
109 views
Seekbar with Android 4.0 style
I know that it is possible to change the style of any widget in android.
However, i have try with the Seekbar.
I want to have seek bar like android 4.0 have. My app is running in android 2.2 and i ...
0
votes
0answers
31 views
Seekbar too little
I'm following an example in my book, but I can't get the seekbar in the said example to be large enough as the book shows and even the example code from the book site shows.
this is the layout ...
0
votes
0answers
32 views
Deitel Android for programmers Second app errors: x cannot be resolved to a type
private OnSeekBarChangeListener customSeekBarListener=new OnSeekBarChangeListener()
{
@Override
public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser)
{
...
0
votes
1answer
22 views
Disable changes on seekbar by user
I have a SeekBar that will change the progress when I "dicide", but I don't want the user can change it whith his touch.
I tried to set the seekbar as this:
<SeekBar
...
0
votes
2answers
52 views
How to Increment Seek bar value
I want to create seekbar that is divided into 5 section poor , below Average Average and Excellent , for every step i want increment like this seekbar
Default=0
max value = 100;
i want seek bar ...
0
votes
1answer
47 views
Seekbar background image is not as big as enough
I have a seekbar and in its background i put a marked picture. here is the background
but when i add it in my seek bar it shows in this way
here is the code in a Absolutlayout
1-I want it to be ...
0
votes
0answers
36 views
Reverse seekbar (Right to left) colour
I've been trying to implement a seek bar similar to the ones you use to accept or decline a call.
For call accept I set sbLeft.setProgress(0) and for call decline I set sbRight.setProgress(15), with ...
0
votes
0answers
25 views
Audiorecord.read freezes main thread
I am trying to record some data using AudioRecord.Read(buffer, 0, buffer.length). The code below used to work flawlessly, but now for some reasons when trying to change the buffer size the ...
1
vote
1answer
37 views
how to automatically increment a seekbar (without MediaPlayer)
Is it possible to automatically increment a seekbar every seconds for a specific duration ( Ex 60 mins) ??? ( i want to get something like a player progress bar , but i'm not using MediaPlayer)
0
votes
0answers
90 views
Android MediaPlayer Audio SeekBar
This sort of question seems to have come up a here a lot, but they are all a slightly different case to mine and have just confused me. I am trying to get my SeekBar to synchronise with a single and ...
6
votes
2answers
187 views
Android - styling seek bar
I wanted to style a seek bar which looks like the one in the image below.
By using default seekbar i will get something like this:
So what i need is to only change the color. I need no extra ...
-1
votes
0answers
18 views
managing a remote player wirelessly (synchronising ProgressPercentage )
I'm making an android app to manage a video player wirelessly.
the thing is that i don't want to play the video on the phone ( no need to use the media player) , it will be only played on the pc, but ...
2
votes
1answer
152 views
Android Audio SeekBar
I'm trying to create something where a single audio file is played and can be paused and manipulated with a progress/seek bar. I want to have an image taking up most of the screen and then a play ...
0
votes
0answers
43 views
Usage of onStartTrackingTouch and onStopTrackingTouch in Android
Being these methods are abstract, enforcing to be implemented. As onProgressChanged is sufficient to get the value, i am having these methods empty. I always like to remove any method that is not ...
0
votes
3answers
39 views
Implementing 2 Seekbars - Both Modify The Exact Same Text?
I'm attempting to implement a 2nd seekbar but for some odd reason they're both modifying the same text when the seekbars are moved. I've looked the source code up and down and can't identify the issue ...
0
votes
0answers
27 views
code for storing and retrieving value from multiple seekbars in android [closed]
I´m (very) new to android apps and struggling hard with function where I need to set up multiple seekbars, get updated values in database or any table and then retrieve those values on demand.
I guess ...
0
votes
1answer
65 views
org.xmlpull.v1.XmlPullParserException: Binary XML file line #5: <nine-patch> requires a valid 9-patch source image
I want to create a custom seek-bar. Along with other resources I have followed this two examples:
http://developer-dot-android.blogspot.ro/2012/03/custom-seekbar-tutorial.html
...
0
votes
1answer
84 views
Android: Synchronizing Threads and Handler
I am having some trouble with my App. I'm very new to Android development so i hope it's an easy mistake.
So I'm trying to write an app that gets some raw data via Wifi(first Thread), do some ...
2
votes
0answers
58 views
Requirements for using NetStream.seek()
I'm using a NetStream class to play video using Video class or stage video , there is no seek bar to backward or forward video , i add seek bar to video but the seek function not work exactly , it ...
0
votes
0answers
34 views
seekbar android orientation
The values of seekbar are set to their default values when orientation changes.
So is there any way to retain the value of seekbar (synchronized) just before orientation and pass it to new activity ...
0
votes
0answers
63 views
Syncing Video View with SeekBar with onStopTrackingTouch
I am making a custom Video Player, I successfully synced the progress of video to the seekbak. I wanted that the videoview should sync its progress with seekbar's progress when user moves the seekbar ...
0
votes
2answers
55 views
save seekbar progress in preferences
I am new in android. Please tell me how to save seekbar progress in preferences in android and also how to get that saved value to be shown on seekbar whenever user will open it again.
Thanks
0
votes
2answers
177 views
SeekBar - Showing progress with TextView above
I'm trying the (surely simple?) task of having a TextView follow the thumb on a progress bar and show the progress in the TextView.
The problem is that for progress values of less than half max, the ...
0
votes
0answers
40 views
Seekbar with glSurfaceView as its progress bar
I'm new to Android UI and currently facing quite a task.
What we want is a chart, displaying sound-wave amplitude from a realtime recorder (we prefer using glSurfaceView for good performance), which ...
0
votes
0answers
67 views
Android update the Ui of seekbar and run start time position
How to use the seek bar in my custom video player, Which will be the best way to handle the seek bar, I am thinking that handler is the best way to do it, if handler is a best way can any one please ...
0
votes
0answers
117 views
Video playing using Video View in android
I have implemented a video player using video view. Default seek bar and buttons for control showing at bottom of screen. I want that it should be in video view itself. How can I achieve this. I am ...
0
votes
0answers
49 views
SeekTo in andoid mediaplayer does not work with Samsung GT-P1000
I have such Samsung device:
model: GT-P1000
version android: 2.2
version insertion: P1000XXJK5
version core: 2.6.32.9 root@SE-S611 #1
number assembly: FROYO.XWJJ7
I have to say that the other ...
3
votes
1answer
111 views
Removing rounded edges of a customized Seekbar?
I'm trying to customize a seekbar. I have this mostly working, but I am not able to remove the rounded edges of this seekbar. I know there are many questions regarding this, and that applying corners ...
0
votes
1answer
39 views
Seekbar and setText displays old output
I'm testing the seek bar component to get the feel for it so I add it to my app. The goal is simple when you drag the cursor it changes the text to indicate the progress. But for some reason when ...
0
votes
1answer
96 views
Multiple SeekBar's - All display the last SeekBars value
I have multiple SeekBars in a single layout (either 3 on a phone, 8 on a tablet).
I have a custom Thumb and Background for them, so they appear as a Scale. There is a listener to detect when the ...
0
votes
1answer
98 views
Android Seek Bar Saved Preferences
Hi there I am trying to get an integer that will be given by a SeekBar using the .getprogress to go into an Integer which will get saved by the preference and will go to my toast code at another side ...





