[android-developers] ListView

2010-05-07 Thread ulqui
Hello I have designed an application with a mediaPlayer I have a listView with one button and two textView if i click on the button , a speech appears like this with a progress bar http://www.callwave.com/landing/widgets_Gadgets_L1.aspx So i think that i must use Speechview , right ? but the pr

[android-developers] Re: IllegalStateException

2010-04-29 Thread ulqui
up plz On 29 avr, 17:15, ulqui wrote: >   hello > >   i have a custom view with BaseAdapter which list all my mp3 files in > SD card >   it works great but the getCount have a problem if i want return the > size of my song list >  indeed , i have a illegalStateException : &q

[android-developers] IllegalStateException

2010-04-29 Thread ulqui
hello i have a custom view with BaseAdapter which list all my mp3 files in SD card it works great but the getCount have a problem if i want return the size of my song list indeed , i have a illegalStateException : "content of the adapter has changed but ListView did not receive a notificati

[android-developers] Re: how to add progress bar with media Player??????

2010-04-27 Thread ulqui
up :p On 23 avr, 13:12, ulqui wrote: > up > > On 22 avr, 13:45, ulqui wrote: > > > > > up please > > i tried > > > public void updateTime(){ > >     int ttld=mMediaPlayer.getDuration(); > >          int nowd=mMediaPlayer.getCurre

[android-developers] Re: how to add progress bar with media Player??????

2010-04-23 Thread ulqui
up On 22 avr, 13:45, ulqui wrote: > up please > i tried > > public void updateTime(){ >     int ttld=mMediaPlayer.getDuration(); >          int nowd=mMediaPlayer.getCurrentPosition(); >          int tremaning=(ttld-nowd); >          String s=getString(tremaning); >    

[android-developers] Re: how to add progress bar with media Player??????

2010-04-22 Thread ulqui
(s); } but doesn t work thx a lot On 21 avr, 14:20, ulqui wrote: > hello > > thx a lot for your example > it works perfectly ^^ > > you save me :p > > Now i will put also the duration of the track with time > > it s also a progressbar style or other ? > &g

[android-developers] Re: how to add progress bar with media Player??????

2010-04-22 Thread ulqui
(s); } but doesn t work thx a lot On 21 avr, 14:20, ulqui wrote: > hello > > thx a lot for your example > it works perfectly ^^ > > you save me :p > > Now i will put also the duration of the track with time > > it s also a progressbar style or other ? > &g

[android-developers] Re: how to add progress bar with media Player??????

2010-04-21 Thread ulqui
hello thx a lot for your example it works perfectly ^^ you save me :p Now i will put also the duration of the track with time it s also a progressbar style or other ? thx alot for your help On 20 avr, 13:17, ulqui wrote: > ok > > thx a lot for your help > I will try

[android-developers] Re: how to add progress bar with media Player??????

2010-04-20 Thread ulqui
ok thx a lot for your help I will try this thx ^^ On 19 avr, 16:56, Mark Murphy wrote: > ulqui wrote: > > hi > > > i am currently working in a media player application with a progress > > bar. > > It work well but i am searching for a listener or something that

[android-developers] how to add progress bar with media Player??????

2010-04-19 Thread ulqui
hi i am currently working in a media player application with a progress bar. It work well but i am searching for a listener or something that will make the progressbar move each second the track is playing but have found nothing. i had tried private ProgressBar barre; private int du

[android-developers] Re: how to add progress bar with media Player??????

2010-04-19 Thread ulqui
hi i am currently working in a media player application with a progress bar. It work well but i am searching for a listener or something that will make the progressbar move each second the track is playing but have found nothing. i had tried private ProgressBar barre; private int du

[android-developers] voice mail (VVM)

2010-04-15 Thread ulqui
Hello I am trying to develop an android application which will retrieve a voicemail message left by a user, but I'm stuck in its development becaue resources on Internet are quite limited about voicemail. I haven t had any problems in my application to retrieve a sms but for voicemail, it s anot