[android-developers] Android File transfer / sharing APIs

2012-01-10 Thread San
Are there any file transfer or file sharing APIs available in Android. Tried to look around but could not figure it out, which is why I am asking this question on this forum. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Android File transfer / sharing APIs

2012-01-10 Thread Mukesh Srivastav
Hi San, Can you answer below of the questions. 1. What type of file transfer you are looking for , i mean client server or Direct Android client, if it is Direct Android client, you can use FTPClient class. 2.File sharing: Facebook and Twitter api's are already there you can make use of it. 3.