Re: [android-developers] MediaController working sample copy?

2012-03-05 Thread IS SOA
wow mate that exactly what i needed, a genius to help me out, thanks for the advice mate but i already passed by that door ... On Monday, March 5, 2012 9:49:23 PM UTC-5, TreKing wrote: > > On Mon, Mar 5, 2012 at 8:31 PM, IS SOA wrote: > >> i did search on google devloper

[android-developers] Re: MediaController questions + problems + strange behaviour

2012-03-05 Thread IS SOA
i am having the same issue, i am using MediaController.MediaPlayerControl and its hang after play for about few minutes, is that what you having too? On Friday, July 2, 2010 9:10:34 AM UTC-4, MarcoAndroid wrote: > > Hi, > > I've been starting to use the MediaController in combination with the

[android-developers] Re: MediaController.MediaPlayerControl for audio

2012-03-05 Thread IS SOA
i am on the same boat.. let me know if you find anything. On Tuesday, December 7, 2010 11:25:05 AM UTC-5, manivel t wrote: > > I have to use MediaController.MediaPlayerControl in order to display a > MediaController at the bottom of my Custom View but I can't get it to > work. Please help me..

[android-developers] MediaController working sample copy?

2012-03-05 Thread IS SOA
i did search on google devlopers site and they have mediaplayer code but i am looking for mediacontroller can anybody points me please? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers

[android-developers] How to turn on “Show outline for all views”

2012-03-01 Thread IS SOA
please see the image below and i am try on my local machine using but i dont see the option what i see in the image, is there a way to turn on those option (grid around the layout) thing... same question i am looking for and here is the question with images on it: http://stackoverflow.com/que

[android-developers] Re: is there a way to know the length of an streaming audio file?

2012-02-29 Thread IS SOA
anybody? On Wednesday, February 29, 2012 12:02:55 AM UTC-5, IS SOA wrote: > > i am streaming the audio files and wondering is there a way in the > code can find out the length (time) of the song for displaying purpose > > something like this: > > Song Name 05.20 >

[android-developers] is there a way to know the length of an streaming audio file?

2012-02-28 Thread IS SOA
i am streaming the audio files and wondering is there a way in the code can find out the length (time) of the song for displaying purpose something like this: Song Name 05.20 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

[android-developers] split the string in three parts...

2012-02-27 Thread IS SOA
I am trying to split the below string into three parts String _books = "|||###Chapter 01###ONE###INDEX 1|||###Chapter 02###TWO###INDEX 2|||###Chapter 03###THREE###INDEX 3|||"; so the above code should print like this: chapter: chapter 01 title: ONE page: INDEX 1 chapter: chapter 02 title: TWO p

[android-developers] Working with AsynchTask - need help badly.

2012-02-24 Thread IS SOA
below is my code i am trying to working on i am not sure whats going wrong here and i get this error (paste after this code) any help please? private Runnable viewOrders; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.mai

Re: [android-developers] MediaPlayer - playing audio streaming

2012-02-19 Thread IS SOA
the link does not work... i dont need help in learning how to search but probably you havent get what i am asking in my questions, never mind. On Sun, Feb 19, 2012 at 1:42 PM, Jim Graham wrote: > On Sun, Feb 19, 2012 at 01:14:45PM -0500, IS SOA wrote: > > can anybody point me to th

[android-developers] MediaPlayer - playing audio streaming

2012-02-19 Thread IS SOA
can anybody point me to the blog or website where i can find the sample code for playing audio file streaming using android mediaplayer? i have been looking but never get any luck. i am looking to display as control: Previous Play/Pause Next buttons and with seeker. any help? -- You received th

[android-developers] Re: Google Code Project

2012-01-20 Thread IS SOA
he must be asking to upload his android development apps, i am interested too On Jan 17, 4:54 pm, TreKing wrote: > On Tue, Jan 17, 2012 at 3:13 PM, 7600onair <7600on...@gmail.com> wrote: > > What is the easiest way to upload Source code files to a Google > > Code Project so they are editable? > >

[android-developers] Android - How to add audio play/stop/pause buttons

2012-01-20 Thread IS SOA
i have been looking to implement the mediaplayer/mediacontroller class which includes the basic control like play, pause, stop, forward, reverse, seeker etc? is there any built-in functionlity out there? or any third party control? -- You received this message because you are subscribed to th