12-17-2012 12:09 AM
I create Sliderfield whit this code :
slider= new SliderField(
Bitmap.getBitmapResource( "img/slider2_thumb_normal.png" ), Bitmap.getBitmapResource( "img/slider2_progress_normal.png" ), Bitmap.getBitmapResource( "img/slider2_base_normal.png" ),
Bitmap.getBitmapResource( "img/slider2_thumb_focused.png" ), Bitmap.getBitmapResource( "img/slider2_progress_focused.png" ), Bitmap.getBitmapResource( "img/slider2_base_focused.png"),
40, 0, 16, 16, FOCUSABLE );
but i'dont know how to set maxValues of it, and how to make it move When MediaPlayer work
plz Help.
Regard.
12-17-2012 03:47 AM
12-17-2012 01:30 PM
It's a sliderfield from AdvanceUI app demo. I want to make a processbar of music player and it can seek in bar to play in anothertime of music. But I haven't idea to do it. Can you give me some advice??
Thx for reply.
Regard