Hi guys, I have a basic question. Can we write to and read from the same file at a time ? I want to do this for Media Player application. One thread writes to the file and the other thread reads the file to play. I have seen the demo app custom-media-streaming-with-mediaplayer where they pause playing after a temporary file is read and then set the data source to a new file with a new player. I dont want the pause effect to come (thats obviously required). I am getting a wierd behaviour where only the first chunk of data is being played again and again. Thanks, Alok.
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

