I know basic socket programming.
I have a code to send strings using sockets in android.
I want to learn how to send a file (MP3,image etc) using sockets between two phones.
I know basic socket programming. I have a code to send strings using sockets
Share
This is some code to send a file. It should work just like you would expect outside of Android. I knew I was sending files that were relatively small, so you might want to make more than one pass through a buffer. The File “f” in my example should just be replaced with the File that contains your MP3 or Image or whatever you want to send.